/blog

Clone of notcoding.today's blog generation, but for eggrice.soy

Primary LanguageJavaScript

eggrice.soy Blog

Visit eggrice.soy to see the result.

Entire workflow is done with built-in fs package and posthtml elements.

Quick start

Create output directories

mkdir -p public/blog
mkdir -p public/css
mkdir -p public/images

Process and host the blog locally

npm start process
npm run host

Watch the src files and regenerate blog

npm start watch

Dependencies

Outside dependencies listed in package.json, this expects that you have http-server installed globally.