Skip to content

Latest commit

 

History

History
executable file
·
26 lines (16 loc) · 960 Bytes

readme.md

File metadata and controls

executable file
·
26 lines (16 loc) · 960 Bytes

jemdoc for msawebsite

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.

jemdoc on github.

Usage

  1. edit or add the doc/**.jemdoc file

    more things about how to edit the jemdoc file, please view the website.

  2. 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

License

Copyright © 2007–2012 Jacob Mattingley.