New Website
October 20, 2022
Step 1. Checkout this website #
Go to github to checkout and modify this website
We are using this version of hugo and the hugo-book theme:
- hugo v0.104.3-58b824581360148f2d91f5cc83f69bd22c1aa331+extended
- hugo-book 6090fddebd
You can find more about how to install hugo here
Step 2. Build the Docs #
Follow the following steps:
# install hugo
# pick a folder you want to work in, and then:
git clone https://github.com/zvzvzvzv/icssociety.com
cd icssociety.com
hugo server --minify --theme hugo-book --disableFastRender
# now you can edit files in icssociety.com/content/
# see your changes live at http://localhost:1313
# press ctrl-c to kill the hugo server
# run hugo to check that everything compiles:
hugo
Step 3. Create a pull request #
Make a branch, make some changes, and make a pull request