[go: up one dir, main page]

Skip to content

malabz/msawebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.