Provided by: staticsite_1.4.1-1_all bug

NAME

       ssite - Static site generator

DESCRIPTION

       usage: ssite [-h] {check,dump_meta,build,show,serve,new,edit,site,meta,shell} ...

       Static site generator.

   positional arguments:
       {check,dump_meta,build,show,serve,new,edit,site,meta,shell}
              sub-command help

       check  check  the  site,  going  through  all  the motions of rendering it without writing
              anything

       dump_meta
              Dump the metadata of each page in the site

       build  build the site into the web/ directory of the project

       show   Show the current directory in a browser

       serve  Serve the site over HTTP, building it in memory on demand

       new    create a new page

       edit   edit an existing page. Bare keywords match titles and file  names,  '+tag'  matches
              tags

       site   run feature-specifc commands

       meta   Edit metadata for a file

       shell  start a shell with the global `site` set to the current site

   optional arguments:
       -h, --help
              show this help message and exit