terrillo / calligraphy

A command line static blog generator with template support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calligraphy CMS

A static blog generator

Install

$ pip3 install calligraphy -U

Development

$ python3 -m venv .
$ . bin/activate
$ pip3 install --editable .
$ calligraphy

Methods

Verify

Validate all themes and blog posts.

$ calligraphy verify

Export to html

Builds the landing and each blog post into a static html directory

Export to html (default)

$ calligraphy export

Static

Run a static version of website

$ calligraphy static
$ calligraphy static --port=8088

Todo

  • Markdown parser
  • Theme documentation
  • 404 template
  • Tags

THEMES

About

A command line static blog generator with template support

License:GNU General Public License v3.0


Languages

Language:Python 99.1%Language:Shell 0.9%