summaryrefslogtreecommitdiff
path: root/articles
AgeCommit message (Collapse)Author
2015-02-13Use permanent URISNicolas 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-13Add page layout and several pagesNicolas Kuttler
2015-02-12Use the base url setting everywhereNicolas 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-12Add articles collectionNicolas 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.