Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 514 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 514 Bytes

Innovation Platform Website

Develop locally:

Requirements:

Install the theme:

From within the repo's root directory:

git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
git submodule update --init --recursive

Serve locally:

hugo serve

And navigate to http://localhost:1313/ to check your website.

Deploy

Just push your changes to the main branch, it will build automatically.