heiswayi / hnstaticgen

HN Static Site Generator based on NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hnstaticgen

HN Static Site Generator based on NodeJS.

Build the site

git clone https://github.com/heiswayi/hnstaticgen.git
cd hnstaticgen
npm install
npm run build

This will take the source from content/ folder, then generate a static site into public/ folder.

View the site

npm install -g http-server
cd public
http-server .

To see the live site, visit: http://localhost:8080

Author

Heiswayi Nrird

License

MIT

About

HN Static Site Generator based on NodeJS

License:MIT License


Languages

Language:HTML 58.1%Language:CSS 32.6%Language:JavaScript 9.3%