New Website

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:

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