Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 656 Bytes

Readme.md

File metadata and controls

24 lines (18 loc) · 656 Bytes

morphic-static

A static site generator for Morphic using Metalsmith and gulp

Installation

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