Project frontpage, built with Hugo and the Syna theme.
- Install Git.
- Install Go.
- Install Hugo. Depending on your system, this might require Scoop, Choclatey, or other software.
Clone or download this repository and update it's git submodules (Syna theme is added as a submodule).
git clone https://github.com/enseadaio/enseadaio.github.io enseada-website && cd enseada-website
git submodule init
git submodule update
To start your website run the following commands:
Development:
$ hugo server -D # This command starts the Hugo server and watches the site directory for changes.
Production:
$ hugo # This command generates the static website in the public/ directory. If you do not have a site, then it gives errors about missing layout files.
Prerequisites: Hugo