Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-13 | Use permanent URIS | Nicolas Kuttler | |
Unfortunately URI routing sucks in jekyll, see http://jekyllrb.com/docs/permalinks/. It's easy enough to get /foo/bar/title/ for posts and articles, but pages are a different matter. There are a few unresolved bug reports, and the best solution seems to be to hardcode the URI into every page. http://www.w3.org/Provider/Style/URI | |||
2015-02-13 | Add page layout and several pages | Nicolas Kuttler | |
2015-02-12 | Use the base url setting everywhere | Nicolas Kuttler | |
With this merged all one has to do to serve the project as a github project page is to set the baseurl value to /project-name in _config.yml See http://nkuttler.github.io/irssi.github.io/ | |||
2015-02-12 | Add articles collection | Nicolas Kuttler | |
Display optional web address instead of email as article contributors might not want to see their email address on the www. Also add an article index page. |