Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-13 | download: arbitrary reordering of distros | dequis | |
2015-12-13 | download: remove outdated instructions, fix a few typos | dequis | |
2015-12-13 | add several redirects from old urls | dequis | |
2015-12-13 | Remove search js from welcome, add it to /gsearch/ | dequis | |
2015-12-13 | style.css: reset font-size of blockquotes to default | dequis | |
2015-12-13 | sb_whatsnew.html: shorter timestamp | dequis | |
2015-12-13 | news: Remove 'fork me on github' banner | dequis | |
2015-12-13 | Use a variable in the yaml front matter for sidebars | dequis | |
2015-12-13 | Remove "What's this", "What's new" and search box from sidebar | dequis | |
2015-11-25 | Merge pull request #10 from irssi-import/master | ailin-nemui | |
fix gsearch page / duplicate script issue | |||
2015-11-02 | Update index.html | ailin-nemui | |
2015-11-02 | Merge pull request #1 from irssi/master | ailin-nemui | |
sync | |||
2015-11-02 | Merge pull request #8 from irssi-import/master | ailin-nemui | |
Fix lost \ in startup guide | |||
2015-11-02 | Update index.markdown | ailin-nemui | |
2015-09-28 | Merge pull request #7 from chi6rag/master | Geert Hauwaerts | |
Remove typo from Startup Guide [ci skip] | |||
2015-09-28 | Remove typo from Startup Guide | Chirag Aggarwal | |
2015-09-18 | irssi-import(3) | Ailin Nemui | |
Fix typo reported by nemobis | |||
2015-08-05 | Merge pull request #6 from irssi-import/master | Alexander Færøy | |
more updates for the website | |||
2015-08-05 | irssi-import(2) | Ailin Nemui | |
2015-07-02 | Merge pull request #5 from irssi-import/master | Geert Hauwaerts | |
Add content from irssi.org to this website | |||
2015-07-01 | irssi-import | Ailin Nemui | |
2015-02-13 | Merge branch 'urls' into gh-pages | Nicolas Kuttler | |
2015-02-13 | Merge branch 'nkuttler' into gh-pages | Nicolas Kuttler | |
2015-02-13 | Fix whitespace problem | Nicolas Kuttler | |
2015-02-13 | Merge branch 'content' into gh-pages | Nicolas Kuttler | |
2015-02-13 | Merge branch 'nkuttler' into gh-pages | Nicolas Kuttler | |
2015-02-13 | Merge branch 'nkuttler' into content | Nicolas Kuttler | |
2015-02-13 | Make meta info entirely optional | Nicolas Kuttler | |
2015-02-13 | Add documentation | Nicolas Kuttler | |
2015-02-13 | Merge branch 'urls' into gh-pages | Nicolas Kuttler | |
2015-02-13 | Merge branch 'content' into gh-pages | Nicolas Kuttler | |
2015-02-13 | Update demo articles | Nicolas Kuttler | |
2015-02-13 | Fix links for empty baseurl setting | Nicolas Kuttler | |
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 | Merge branch 'nkuttler' into gh-pages | Nicolas Kuttler | |
2015-02-12 | Fix logo link | Nicolas Kuttler | |
2015-02-12 | Merge branch 'nkuttler' into gh-pages | Nicolas Kuttler | |
2015-02-12 | Add hacking docs | Nicolas Kuttler | |
2015-02-12 | Use different baseurl for this branch | 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 | Merge pull request #2 from nkuttler/nkuttler | Geert Hauwaerts | |
Various updates to the site | I'll just merge since it seems sensible and I don't know of a way to preview the content before applying the PR. (let me know if you know how) | |||
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. | |||
2015-02-12 | Bugfix | Nicolas Kuttler | |
2015-02-12 | Avoid irssi.org redirects | Nicolas Kuttler | |
2015-02-12 | Remove comments | Nicolas Kuttler | |
2015-02-12 | Refactor includes | Nicolas Kuttler | |
Includes can pass variables after all. The template language is beginning to feel clumsy. | |||
2015-02-12 | Remove superfluous semicolon and force rebuild | Nicolas Kuttler | |
2015-02-12 | Remove jQuery and bootstrap js | Nicolas Kuttler | |
We don't really need any of it (for now at least) as we only need to show/hide the mobile navigation. | |||
2015-02-12 | Remove obsolete comment | Nicolas Kuttler | |