An academic group website theme for Hugo.
- Install Hugo and create a new website:
hugo new site website_name
cd website_name
- Clone (or download) the theme to
themes/hugo-academic-group folder
:
git clone [email protected]:biaslab/hugo-academic-group.git themes/hugo-academic-group
- Copy all the contents of the
exampleSite
folder to the root of your website, overwriting if necessary:
cp -av themes/hugo-academic-group/exampleSite/* .
- Run Hugo server from the root of your website:
hugo server --watch
Open localhost:1313 and your website should appear.