1. cici

cici

home home

Seal

Yet another static website generator built on top of Vue 2 and Webpack, with a nice comment system

Usage

$ cici -h

  Usage: cici [options]

  Options:

    -h, --help                  output usage information
    -V, --version               output the version number
    -i, --inputDir <path>       Your posts directory, "./posts" by default
    -o, --ouputDir <path>       Specify the output directory, "./public" by default
    -t, --title <website name>  Your website name

it's easy, right?

npm install -g cici  # install cici
cici -i posts -o public -t minghe -g 'UA-527xxx-x' -d minghe.me" # build your markdown posts to a static website
cici -h # show help

Showcase

Thanks

inspired by vue-ghpages-blog

LICENSE

MIT