sheng-qiang / jemdoc-new-design

jemdoc with new design and support Mathjax.

Home Page:https://szl2.github.io/jemdoc-new-design/www/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

banner

jemdoc (or jemdoc+MathJax) has always been a good choice for light static website generating.

Yet, now it has a new design. If you know how to use jemdoc, there is no learning curve. The usage is exactly the same.

Demo: https://szl2.github.io/jemdoc-new-design/www/index.html

info

Download

You need to download ./jemdoc,./www/main.css, ./www/table.css and ./jemdoc_files/mysite.conf files.

Notice that, you have to download the ./jemdoc excutable, because there were some modification from the original one in jemdox+Mathjax.

The usage is exactly the same as jemdoc. Refer this page for how to jemdoc.

Usage

Assuming you have already install the jemdoc+MathJax, notice that

in ./jemdoc_files/, we store .jemdoc files and mysite.conf

in ./www/, we store the output .html / .css / .js files and website assets.

Suppose you are currently in ./jemdoc_files/, we use the following to compile

python ../jemdoc -c mysite.conf -o ../www/  *.jemdoc

You can also use this for single page generation or all page generation by using *.jemdoc.

About

jemdoc with new design and support Mathjax.

https://szl2.github.io/jemdoc-new-design/www/index.html

License:MIT License


Languages

Language:HTML 74.2%Language:Python 20.6%Language:CSS 4.8%Language:Makefile 0.4%