Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 617 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 617 Bytes

Static Pages for Satalinna Foundation

These pages are generated using Hugo. The pages are hosted at Github Pages in this repository's docs/ directory.

Setting up dev environment

Install Hugo. Before building/running the server, node dependencies must be installed to assets with the following commands:

cd assets/ && npm install

Development server can be run with:

hugo server -D

Deploying

To deploy a new version of the site, run

hugo

and commit the changes to Github.