0.1.8 • Published 6 years ago

simple-static-page-generator v0.1.8

Weekly downloads
88
License
MIT
Repository
github
Last release
6 years ago

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 -g

Usage

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

  1. tag system
  2. search system
  3. theme system
  4. option of generate: create redirect index.html on cwd

have fun :)