Mikaela Suomalainen be86d72778 Supybot: fix language & encourage Python3
it looks like there was broken search & replace
2014-10-12 21:59:58 +03:00
2014-05-23 11:32:40 +03:00
2014-06-15 12:54:47 +03:00
2014-08-26 21:35:51 +03:00
2014-05-23 15:47:05 +03:00
2014-05-20 15:03:35 +03:00
2014-05-20 15:03:35 +03:00
2014-06-09 14:31:50 +03:00
2014-06-09 14:31:50 +03:00
2014-06-09 14:31:50 +03:00
2014-06-23 15:47:42 +03:00
2014-06-23 15:47:42 +03:00
2014-05-16 16:17:07 +03:00
2014-06-23 16:21:41 +03:00
2014-06-23 16:21:41 +03:00

# 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.

[ProgVal/Limnoria]:https://github.com/ProgVal/Limnoria.git

## .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
```

Description
No description provided
Readme 40 MiB
Languages
SCSS 80.9%
HTML 10.2%
Shell 7.2%
Ruby 1.7%