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.1andnpm v6.3.0 - Download the repository:
$ git clone https://github.com/RtF-I/morphic-static
- Move into
morphic-staticand runnpm install - All content is in the
contentsfolder. The static contents are in thebuildfolder. - To start a local server and watch all files, enter:
$ gulp
- To build the site without connecting, just execute
$ gulp build