Skip to content

notcodingtoday/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

notcoding.today blog generation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published