/blog

notcoding.today blog generation.

Primary LanguageJavaScript

notcoding.today Blog

Visit notcoding.today 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.