jemdoc is a light text-based markup language designed for creating websites. It takes a text file written with jemdoc markup, an optional configuration file and an optional menu file, and makes static websites that look something like this one, that one or another one.
-
edit or add the
doc/**.jemdoc
filemore things about how to edit the jemdoc file, please view the website.
-
use python script to create
html/**.html
file# python3 # for single file $ python jemdoc -c mysite.conf -o html/ ./doc/***.jemdoc # for all files $ python jemdoc -c mysite.conf -o html/ ./doc/*.jemdoc
Copyright © 2007–2012 Jacob Mattingley.