- Install Hugo. For instructions, visit the Hugo install guide on gohugo.io.
- After installing Hugo, clone this repository: git clone https://github.com/fluid-lab/iad-guide-site
- Clone the
iad-guide-theme
into the Hugothemes/
directory: git clone https://github.com/fluid-lab/iad-guide-theme ./iad-guide-site/themes/iad-guide-theme
- Change directories to
iad-guide-site
. - Open the
config.toml
file in a text editor and confirm the following values: baseURL = "http://localhost:1313" theme = "iad-guide-theme" Note: the theme value should match the directory name for the theme. - Save any changes and quit the text editor.
- From the command prompt, run
hugo server
to start the Hugo web server. - Open http://localhost:1313 in a web browser.
- The IAD Guide demo site should be displayed.
IAD Guide Theme © 2017 OCAD University, BSD-3-Clause.
Portions: Hugo © 2013 - 2017 Steve Francia, Apache 2.0.