biaslab / hugo-academic-group

An academic group website theme for Hugo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hugo-academic-group

An academic group website theme for Hugo.

Installation

  1. Install Hugo and create a new website:
   hugo new site website_name
   cd website_name
  1. Clone (or download) the theme to themes/hugo-academic-group folder:
   git clone git@github.com:biaslab/hugo-academic-group.git themes/hugo-academic-group
  1. Copy all the contents of the exampleSite folder to the root of your website, overwriting if necessary:
   cp -av themes/hugo-academic-group/exampleSite/* .
  1. Run Hugo server from the root of your website:
   hugo server --watch

Open localhost:1313 and your website should appear.

About

An academic group website theme for Hugo.

License:MIT License


Languages

Language:HTML 79.3%Language:CSS 19.6%Language:JavaScript 1.0%