Skip to content

rignitc/origo25

Repository files navigation

ORIGO 2025

A documentation website for ORIGO 2025 powered by Hugo and the Lotus Docs theme.


🚀 Prerequisites

To run this project locally, ensure the following are installed:


⚙️ Installing Prerequisites

🐧 Linux

  1. Install Git

    sudo apt update
    sudo apt install git
    git --version
  2. 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
  3. 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

Windows

  1. Install Git Download and install from: here

    Verify:

    git --version
  2. 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
  3. Install Hugo Extended (0.140.0 or later) Download from: here

    Extract hugo.exe

    Place it in a folder that is in your system PATH, or add the folder manually Verify:

    hugo version

🚀 Deploying website locally for development

  1. Clone the repository:

    git clone https://github.com/rignitc/origo25
    cd origo25
  2. Deploy the Hugo site locally:

    hugo server -D
  3. Open in browser

    Type or copy http://localhost:1313/origo25/ into your browser to see the rendered website.

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •