Clone the repository using:
$ git clone --recursive https://github.com/hacksoc-manchester/studenthack-2016
For more information read the official setup guide of Hugo.
config.toml - contains all the date the site is using
/static/ - contains all the assesets the site is using (css, js, images, etc.)
/layouts/partials - contains all html of the pages
Check your local changes, run Hugo's built-in local server.
$ hugo server
Now enter localhost:1313
in the address bar of your browser.
Run the built-in hugo command:
$ hugo
Now add every file to git, commit your changes and push.
This theme is released under The MIT License (MIT). For more information read the License.
Thanks to
- freehtml5.co for creating this theme
- Steve Francia for creating Hugo and the awesome community around the project.
- saey55 for porting the theme to hugo