summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-13download: arbitrary reordering of distrosdequis
2015-12-13download: remove outdated instructions, fix a few typosdequis
2015-12-13add several redirects from old urlsdequis
2015-12-13Remove search js from welcome, add it to /gsearch/dequis
2015-12-13style.css: reset font-size of blockquotes to defaultdequis
2015-12-13sb_whatsnew.html: shorter timestampdequis
2015-12-13news: Remove 'fork me on github' bannerdequis
2015-12-13Use a variable in the yaml front matter for sidebarsdequis
2015-12-13Remove "What's this", "What's new" and search box from sidebardequis
2015-11-25Merge pull request #10 from irssi-import/masterailin-nemui
fix gsearch page / duplicate script issue
2015-11-02Update index.htmlailin-nemui
2015-11-02Merge pull request #1 from irssi/masterailin-nemui
sync
2015-11-02Merge pull request #8 from irssi-import/masterailin-nemui
Fix lost \ in startup guide
2015-11-02Update index.markdownailin-nemui
2015-09-28Merge pull request #7 from chi6rag/masterGeert Hauwaerts
Remove typo from Startup Guide [ci skip]
2015-09-28Remove typo from Startup GuideChirag Aggarwal
2015-09-18irssi-import(3)Ailin Nemui
Fix typo reported by nemobis
2015-08-05Merge pull request #6 from irssi-import/masterAlexander Færøy
more updates for the website
2015-08-05irssi-import(2)Ailin Nemui
2015-07-02Merge pull request #5 from irssi-import/masterGeert Hauwaerts
Add content from irssi.org to this website
2015-07-01irssi-importAilin Nemui
2015-02-13Merge branch 'urls' into gh-pagesNicolas Kuttler
2015-02-13Merge branch 'nkuttler' into gh-pagesNicolas Kuttler
2015-02-13Fix whitespace problemNicolas Kuttler
2015-02-13Merge branch 'content' into gh-pagesNicolas Kuttler
2015-02-13Merge branch 'nkuttler' into gh-pagesNicolas Kuttler
2015-02-13Merge branch 'nkuttler' into contentNicolas Kuttler
2015-02-13Make meta info entirely optionalNicolas Kuttler
2015-02-13Add documentationNicolas Kuttler
2015-02-13Merge branch 'urls' into gh-pagesNicolas Kuttler
2015-02-13Merge branch 'content' into gh-pagesNicolas Kuttler
2015-02-13Update demo articlesNicolas Kuttler
2015-02-13Fix links for empty baseurl settingNicolas Kuttler
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-12Merge branch 'nkuttler' into gh-pagesNicolas Kuttler
2015-02-12Fix logo linkNicolas Kuttler
2015-02-12Merge branch 'nkuttler' into gh-pagesNicolas Kuttler
2015-02-12Add hacking docsNicolas Kuttler
2015-02-12Use different baseurl for this branchNicolas 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-12Merge pull request #2 from nkuttler/nkuttlerGeert 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-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.
2015-02-12BugfixNicolas Kuttler
2015-02-12Avoid irssi.org redirectsNicolas Kuttler
2015-02-12Remove commentsNicolas Kuttler
2015-02-12Refactor includesNicolas Kuttler
Includes can pass variables after all. The template language is beginning to feel clumsy.
2015-02-12Remove superfluous semicolon and force rebuildNicolas Kuttler
2015-02-12Remove jQuery and bootstrap jsNicolas 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-12Remove obsolete commentNicolas Kuttler