Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix stylesheets and templates to use jekyll-assets. | Harald Eilertsen | 2015-08-25 | 3 | -7/+4 |
| | |||||
* | Install jekyll-assets for better asset pipeline support. | Harald Eilertsen | 2015-08-25 | 23 | -0/+29 |
| | |||||
* | Ensure home link always links to home | Harald Eilertsen | 2015-08-24 | 1 | -1/+1 |
| | |||||
* | Remove page title and now unecessary hidden flag. | Harald Eilertsen | 2015-08-24 | 1 | -2/+0 |
| | | | | When page.title is not set the page is hidden from the menu anyways. | ||||
* | Add new tag page_title to retreive translated page title if available. | Harald Eilertsen | 2015-08-24 | 3 | -3/+29 |
| | | | | | If no translation exist, use default translation, and if no default translation, use the key unmodified. This makes the titles for posts work as expected. | ||||
* | Add facets gem. | Harald Eilertsen | 2015-08-24 | 2 | -0/+3 |
| | | | | | We only need the method to silence puts, but it looks like a very nice library, so we may end up using more later. | ||||
* | Drop news archive. | Harald Eilertsen | 2015-08-24 | 3 | -26/+0 |
| | |||||
* | Add pagination for index page. | Harald Eilertsen | 2015-08-24 | 4 | -2/+23 |
| | |||||
* | Add an about page. | Harald Eilertsen | 2015-08-05 | 5 | -0/+18 |
| | |||||
* | Fix menu bar and tweak styling of page header. | Harald Eilertsen | 2015-08-05 | 6 | -44/+62 |
| | |||||
* | Set title properly for news archive page. | Harald Eilertsen | 2015-08-05 | 3 | -2/+3 |
| | |||||
* | Set site title properly for each page. | Harald Eilertsen | 2015-08-05 | 3 | -1/+4 |
| | |||||
* | Exclude generated directories from version control. | Harald Eilertsen | 2015-08-05 | 1 | -0/+2 |
| | |||||
* | Set correct default layout for posts. | Harald Eilertsen | 2015-08-05 | 4 | -3/+13 |
| | |||||
* | Add archive page for collecting all posts. | Harald Eilertsen | 2015-08-05 | 4 | -0/+26 |
| | |||||
* | Add posts ported from the RefineryCMS site. | Harald Eilertsen | 2015-08-03 | 31 | -0/+365 |
| | |||||
* | Add logo, banner and possibly menu bar to site header. | Harald Eilertsen | 2015-08-03 | 2 | -1/+19 |
| | |||||
* | Add styling. | Harald Eilertsen | 2015-08-03 | 5 | -0/+170 |
| | | | | | This is mainly the stylesheets from the RefineryCMS based site, but I've stripped away bootstrap and simplified it a bit. Probably more suff that can be tossed out later. | ||||
* | Add default layout. | Harald Eilertsen | 2015-08-03 | 2 | -17/+24 |
| | |||||
* | Add localized home page intro and headings. | Harald Eilertsen | 2015-08-03 | 5 | -1/+54 |
| | |||||
* | Drop unnecessary stuff from head partial and fix baseurl. | Harald Eilertsen | 2015-08-03 | 1 | -7/+3 |
| | |||||
* | Set default layout for posts, and exclude assets from localization. | Harald Eilertsen | 2015-08-03 | 1 | -3/+10 |
| | |||||
* | Monkeypatch multiple language plugin. | Harald Eilertsen | 2015-08-03 | 1 | -0/+21 |
| | | | | | It would generate incorrect URL's for blog posts. This should be fixed upstream sometime, but until we have the time we do it like this. | ||||
* | Add jekyll_multiple_languages plugin. | Harald Eilertsen | 2015-08-01 | 4 | -0/+8 |
| | |||||
* | Add template for homepage layout. | Harald Eilertsen | 2015-08-01 | 5 | -0/+37 |
| | |||||
* | Add blank template in ./blog. | Harald Eilertsen | 2015-08-01 | 4 | -0/+0 |
| | |||||
* | Initial commit. | Harald Eilertsen | 2015-08-01 | 2 | -0/+76 |