A very simple Hugo-powered site that keeps all the info about what's happening on the Thames.
The website lives at http://isiscalendar.org.uk/
To get something added or for corrections to the content please open a PR or email info@isiscalendar.org.uk
Data is all under the content
directory, in appropriately named .md
files (link to markdown cheatsheet). Nothing else should need changing unless you want to play with how the site looks.
You'll need both golang
and Hugo
installed:
Check that it all works by doing
hugo version
Clone this repo, navigate to the top of the folder and do
hugo server -D
You can then see the site on localhost
- the prompt will tell you which port.
Hugo theme is https://github.com/panr/hugo-theme-terminal by panr