-
Install Hugo To install
HUGO
on your system, follow the instructions on the installation guide. -
Clone your forked copy of the project.
git clone https://github.com/<your_user_name>/pymcon_2022.git
- Navigate to the website directory 📁 .
cd website
- Start the Hugo server
hugo server
- Build static pages
hugo
For more details on Hugo follow the Quick Start guide.
Pull this image and follow the instructions in the README https://hub.docker.com/r/klakegg/hugo/
docker run --rm -it \
-v $(pwd):/src \
-p 1313:1313 \
klakegg/hugo:0.101.0 \
server