mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-04 18:29:21 +01:00
e945de28ab
TODO: `pandoc -i Supybot.html.md -o Supybot.html` |
||
---|---|---|
scripts | ||
_config.yml | ||
.gitignore | ||
.travis.yml | ||
CNAME | ||
css.css | ||
Gemfile | ||
header.html | ||
header.html.md | ||
index.html | ||
index.real.html | ||
index.real.html.md | ||
navbar.html | ||
navbar.html.md | ||
README.md | ||
Relaybot.html | ||
Relaybot.html.md | ||
Supybot.html | ||
Supybot.html.md |
Mikaela’s 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