Install Hugo (extended version):
sudo snap install hugo --channel=extended
-
Clone the repository:
git clone https://github.com/moqume/moqume.github.io.git cd moqume.github.io
-
Initialize the theme submodule:
git submodule update --init --recursive
-
Start the development server:
hugo server --environment dev
-
Open your browser to
http://localhost:1313
The development environment uses the config/dev/config.yaml
configuration which enables draft posts and uses a local base URL.