This is a simple static site generator using the standard tools: make, python, and pandoc.
Issuing commands from the root the follow actions can be performed easily:
-
create article ::
python generator/new_article.py <article-title> [-f <name-of-file>] [--source_dir <path-source>]
-
generate website ::
make
The following features are not automated but should be:
-
delete article
-
edit article meta data (name, date, etc)
The actions can be performed manually, if one understand how the makefile is structured and how the generator/build_index.py
script works.