Skip to content

MyCoRe-Org/mycore-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyCoRe Website with Hugo

(online at: https://www.mycore.de)

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