takuhai

A Pelican server


License
MIT
Install
pip install takuhai==1.0.0

Documentation

Takuhai Project

PyPI version Travis

An enhanced version of pelican-livereload.py from [1] and [2].

Takuhai automatically builds a Pelican project and reloads browser pages when an article is modified.

Reference

  1. Using LiveReload with Pelican
  2. LiveReload with Pelican

Installation

From PyPI

> pip install takuhai

If you write articles using markdown format, you also need to install markdown package:

> pip install markdown

Usage

In a Pelican project directory which contains the pelicanconf.py

> takuhai

To show options

> takuhai --help