Built using Hugo static-site framework and Blowfish theme.
- Error 404 page
- Host the live site on GitHub Pages
- Install latest version of Go and Hugo
- Clone this repository
- Run
hugo servein terminal and see your work on http://localhost:1313/
Content is written in Markdown files. There are tons of guides out there for Markdown formatting. Assuming you want to add showcase a new Coding Club project:
- Create 'project-name.md' in
content/projects - Add metadata at the top of the file as shown in 'sample.md'
- If your local server is running, saving should automatically update the site. You'll find your new webpage inside Projects.
