/static-site-starter

A minimal static site generator built with PostHTML & PostCSS integrated with dev and build workflows.

Primary LanguageHTML

About

Setup a minimal static site generator using PostHTML and PostCSS. Checkout posts for more details on how to setup PostHTML and PostCSS.

Instructions

Clone the repo and install packages:

npm i

Then run a local server that compiles HTML templates and CSS.

npm run server

Once ready for deploy, build the distro:

npm run build