Go to file
Mikaela Suomalainen 0e4636603b Add CNAME 2014-08-26 21:35:51 +03:00
scripts scripts/limnoria-botchk-cron: add clear environment in examples. 2014-05-29 20:21:32 +03:00
.gitignore .gitignore: copy from testing. 2014-05-23 11:32:40 +03:00
.travis.yml Add sitemap generating. 2014-06-15 12:54:47 +03:00
CNAME Add CNAME 2014-08-26 21:35:51 +03:00
Gemfile Gemfile & _config.yml: enable Jekyll plugins 2014-07-17 16:27:57 +03:00
README.md README.md: mention markdown 2014-05-16 16:17:07 +03:00
Relaybot.html Relaybot: add KVIRC. 2014-06-23 16:21:41 +03:00
Relaybot.html.md Relaybot: add KVIRC. 2014-06-23 16:21:41 +03:00
Supybot.html Supybot: link comparsion directly to OpenHUB 2014-07-27 11:14:00 +03:00
Supybot.html.md Supybot: link comparsion directly to OpenHUB 2014-07-27 11:14:00 +03:00
_config.yml Gemfile & _config.yml: enable Jekyll plugins 2014-07-17 16:27:57 +03:00
css.css update css.css 2014-05-23 15:47:05 +03:00
header.html *: fix canonical addresses. 2014-05-20 15:03:35 +03:00
header.html.md *: fix canonical addresses. 2014-05-20 15:03:35 +03:00
index.html Add GA. 2014-06-09 14:31:50 +03:00
index.real.html Add GA. 2014-06-09 14:31:50 +03:00
index.real.html.md Add GA. 2014-06-09 14:31:50 +03:00
navbar.html navbar: add Relaybot.html 2014-06-23 15:47:42 +03:00
navbar.html.md navbar: add Relaybot.html 2014-06-23 15:47:42 +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