Skip to content

maurergroup/hugo-academic-group

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An academic group website theme for Hugo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 77.6%
  • CSS 21.3%
  • JavaScript 1.1%