Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-02-12 | Highlight the front page in the page navigation | Nicolas Kuttler | |
2015-02-12 | Position logo and comment css | Nicolas Kuttler | |
2015-02-12 | Revert "Use local plugins" | Nicolas Kuttler | |
This reverts commit 6fe73ef7df1ccb49b30106b273fe0cacf43b26d9. | |||
2015-02-12 | Ordinalize without plugin | Nicolas Kuttler | |
As the site will be build by github we can't use plugins | |||
2015-02-12 | Merge branch 'master' into nkuttler | Nicolas Kuttler | |
2015-02-12 | Better color for news headers | Nicolas Kuttler | |
2015-02-12 | Remove superfluous stylesheet | Nicolas Kuttler | |
Also always show the scrollbar to avoid the content from jumping left/right. | |||
2015-02-12 | Fix overflowing header | Nicolas Kuttler | |
The brand logo tag should not contain text. Also link the logo to /. | |||
2015-02-12 | Include jQuery | Nicolas Kuttler | |
Bootstrap's responsive navigation requires it. | |||
2015-02-12 | Footer style fix | Nicolas Kuttler | |
2015-02-12 | Update youtube video | Nicolas Kuttler | |
Use an iframe and limit it's max-width for mobile. | |||
2015-02-12 | Add about page | Nicolas Kuttler | |
2015-02-12 | Use local plugins | Nicolas Kuttler | |
2015-02-12 | Display meta information about posts | Nicolas Kuttler | |
The date will be displayed with an ordinal indicator when available. | |||
2015-02-12 | Loop through existing pages for navigation | Nicolas Kuttler | |
Ignore the atom feed and the paginated news based on page names. |