diff options
author | Nicolas Kuttler <git@kuttler.eu> | 2015-02-13 08:22:21 +0100 |
---|---|---|
committer | Nicolas Kuttler <git@kuttler.eu> | 2015-02-13 08:22:21 +0100 |
commit | 0167c5564b1c1b95574193a6e7c5d4a8f869c4d3 (patch) | |
tree | 012b4ad22edefb20d7d463c3fb68888d1fe2a45b | |
parent | 835b254d50d7e598f39c11e67c9b661f7b8ab56d (diff) | |
download | irssi.github.io-0167c5564b1c1b95574193a6e7c5d4a8f869c4d3.zip |
Add documentation
-rw-r--r-- | README.markdown | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 1adc090..273e5ad 100644 --- a/README.markdown +++ b/README.markdown @@ -26,3 +26,18 @@ Sections we need: listed + how to do it directly from Git. ahf quite likes something like https://mosh.mit.edu - More ideas? :-) + +Things to think about: + +- [Permalinks](http://jekyllrb.com/docs/permalinks/) in jekyll are... tricky. + The best optioned seemed to be to hardcode a permalink into every page to + get [cool URIs](http://www.w3.org/Provider/Style/URI). +- While jekyll does obfuscate email addresses in markdown, this functionality + is not available in filters. Hence contributor's email addresses are + on the site. +- There was some objection to adding {{ site.baseurl }} to links in templates. + Using the `<base>` tag does not seem to be a viable option due to the + inflexible URI schemes, jekyll doesn't seem to want to generate relative + URIs it requires. + +These issues might be fixable with or without plugins. |