All Projects → biaslab → hugo-academic-group

biaslab / hugo-academic-group

Licence: MIT license
An academic group website theme for Hugo.

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

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 [email protected]: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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].