0.1.8 • Published 7 years ago
simple-static-page-generator v0.1.8
simple-static-page-generator
It's a static page generator, use to translate .md file to html file. compatible with github pages.
inspired by simiki
install
npm install simple-static-page-generator -gUsage
Initialization
sspg init
# or 'sspg i'Create a new essay
sspg new -c className title
# or 'sspg n -c className title'Generate html
sspg generate
# or 'sspg g'TODO list
- tag system
- search system
- theme system
- option of generate: create redirect index.html on cwd
have fun :)