icssociety.com

New Website

October 20, 2022
hugo, icssociety.com
website, hugo

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. ...