mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-22 02:19:24 +01:00
bef7ecc02b
I am interested in seeing does anyone ever even look at these pages, but most of Supybot users who are on their channels have probable opted out of analytics or have extension to do that. |
||
---|---|---|
scripts | ||
.gitignore | ||
css.css | ||
header.html | ||
header.html.md | ||
index.html | ||
index.real.html | ||
index.real.html.md | ||
navbar.html | ||
navbar.html.md | ||
README.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