Skip to content

toKrause/mycore-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyCoRe Website with Hugo

Requirements:

To start local:

  • clone repository
> mvn clean compile
> cd mycore.org
> hugo server

Troubleshooting

  • We have seen some problems with Hugo's Fast-Render-Mode (e.g. duplicated entries in site search), so you might turn it of by starting hugo with
> hugo server --disableFastRender
  • To include drafts and planned content, use the corresponding build instructions, i.e.:
> hugo server --buildDrafts --buildFuture

About

Hugo based hompage project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.1%
  • HTML 26.7%
  • XSLT 1.1%
  • Other 1.1%