This repository contains the website for the Co-Designing Inclusive Cities project.
This website is made with the Hugo static site generator.
For details on downloading and installing Hugo, please see the "Install Hugo" section of the Hugo documentation.
Hugo includes a built-in webserver that can be used to serve up the Hugo-processed site content for viewing locally. It has live-reload functionality that will reload content as it's edited on disk. The webserver can be run with:
> hugo server
Alternatively, running Hugo without the server
command will generate the static site files and write them to a directory on disk called public/
:
> hugo
For more information on Hugo, please see the Hugo website.
Copyright 2018 OCAD University.
The code for this website is licensed under the 3-clause BSD license. All content is licensed under the Creative Commons Attribution 4.0 International license.