A static site generator for Morphic using Metalsmith and gulp
- Make sure you have node and npm installed. This setup was made with
node v9.7.1
andnpm v6.3.0
- Download the repository:
$ git clone https://github.com/RtF-I/morphic-static
- Move into
morphic-static
and runnpm install
- All content is in the
contents
folder. The static contents are in thebuild
folder. - To start a local server and watch all files, enter:
$ gulp
- To build the site without connecting, just execute
$ gulp build