The source code of Commit Conf. This project contains the source code of a website based on hugo and node-sass.
# Install hugo
snap install hugo
# do not use apt-get - it has an old version of hugo
# Install node depenedencies
npm i
# Run the server. This does not write the hugo output to disk.
npm run watch
# Launch the tests (build, run server and search for broken links)
npm run test
# Build the documentation and save the generated HTML and CSS into /_build
npm run build
To deploy, we use the contents located on /_build
# Deploy on GitHub Pages
bin/deploy