Go to file
Mikaela Suomalainen 09a77ab830 README.md: mention markdown 2014-05-16 16:17:07 +03:00
README.md README.md: mention markdown 2014-05-16 16:17:07 +03:00
Supybot.html Supybot: fix changelog link and remove Disqus. 2014-05-16 15:55:27 +03:00
Supybot.html.md Supybot: fix changelog link and remove Disqus. 2014-05-16 15:55:27 +03:00
css.css add files 2014-05-16 15:51:00 +03:00
header.html add files 2014-05-16 15:51:00 +03:00
header.html.md add files 2014-05-16 15:51:00 +03:00
index.html add files 2014-05-16 15:51:00 +03:00
index.real.html add files 2014-05-16 15:51:00 +03:00
index.real.html.md add files 2014-05-16 15:51:00 +03:00
navbar.html fix previous commit 2014-05-16 15:52:13 +03:00
navbar.html.md fix previous commit 2014-05-16 15:52:13 +03:00

README.md

Mikaelas fork of Limnoria.

There are mainly two branches. This which you are looking at, gh-pages which is the source of https://mkaysi.github.io/Limnoria .

testing which will be synced with ProgVal/Limnoria when needed. It is used as base for my changes which will be pull requested.

.html.md > .html

Everything except index.html is primarily typed in markdown. To convert it to html, I use pandoc.

pandoc -i index.real.html.md -o index.real.html