A lightweight Static Site Generator (SSG) built with Node.js.
- Clone the repository.
- Install dependencies:
npm install
- (Optional) Link globally:
npm link
Place your Markdown files in the content/ directory and run:
html-cli buildThe generated HTML files will be in the dist/ directory.
Modify template/layout.html to change the appearance of your website. Use the {{content}} placeholder to define where the content should be injected.