MegaPhysics / megaphysics.github.io

A Physics wiki (sort of).
megaphysics.github.io
GNU General Public License v2.0
1 stars 2 forks source link

First draft of build system, plus some sample articles #1

Closed hmac closed 10 years ago

hmac commented 10 years ago

A build script that will go through every file in /articles and render it as HTML in /build. Each article is put in a subfolder according to its "course" field in the metadata which has to be at the top of every article.

Requires Pandoc (brew install pandoc) and PyYAML (pip install pyyaml)

Ap0c commented 10 years ago

Using different branching techniques.