A documentation website for ORIGO 2025 powered by Hugo and the Lotus Docs theme.
To run this project locally, ensure the following are installed:
- Git
- Go (version 1.25.1 or later)
- Hugo (Extended Version) (version 0.140.0 or later)
-
Install Git
sudo apt update sudo apt install git git --version
-
Install Go
wget https://go.dev/dl/go1.25.1.linux-amd64.tar.gz sudo tar -C /usr/local -xzf go1.25.1.linux-amd64.tar.gz echo 'export PATH=$PATH:/usr/local/go/bin' >> ~/.bashrc source ~/.bashrc go version
-
Install Hugo
wget https://github.com/gohugoio/hugo/releases/download/v0.140.0/hugo_extended_0.140.0_Linux-64bit.tar.gz tar -zxvf hugo_extended_0.140.0_Linux-64bit.tar.gz sudo mv hugo /usr/local/bin/hugo hugo version
-
Install Git Download and install from: here
Verify:
git --version -
Install Go (1.25.1 or later) Download the installer from: here (e.g., go1.25.1.windows-amd64.msi) Run installer → verify:
go version
-
Install Hugo Extended (0.140.0 or later) Download from: here
Extract
hugo.exePlace it in a folder that is in your system PATH, or add the folder manually Verify:
hugo version
-
Clone the repository:
git clone https://github.com/rignitc/origo25 cd origo25
-
Deploy the Hugo site locally:
hugo server -D -
Open in browser
Type or copy
http://localhost:1313/origo25/into your browser to see the rendered website.