If you have already a netlify account
1. Click button and setup Netlify site.
2. On your local cli
$ git clone <your-repository-url>
$ cd <your-repository-name>
$ npm install
$ npm run dev
Auto start & open
Auto detect file changes
High-performance rendering
with PugAutomatic good settings
Automatic OK settings
Quick set & good settings
provide by mixinnot SCSS
but support SCSS compileCustomizable grid & margin
with NEATSmooth development
Output good files
Try next generation
(& support Stage-3)with webpack
only JavaScriptwith Babel
for legacy browsers
2-type generating
recommended symbol useRelease to the public
support Netlify & GitHub Pagesand more…
$ git clone <your-repository-url>
$ cd <your-repository-name>
$ npm install
$ npm run dev
$ git clone https://github.com/1natsu172/DEKOMORI.git trial-DEKOMORI
$ cd trial-DEKOMORI
$ npm install
$ npm run dev
1st step: Let's setup pug's "_siteSetting.pug".
Here:
./build/src/pug/_inc/settings/_siteSetting.pug
2nd step: Let's setup pug's "block pageSummary" for each page.
Example:
./build/src/pug/index.pug