summaryrefslogtreecommitdiffstats
path: root/blog
Commit message (Collapse)AuthorAgeFilesLines
...
* Add news article about move to Negative Vibe records.Harald Eilertsen2015-10-013-0/+42
|
* Another fix to the language switcherHarald Eilertsen2015-10-011-1/+1
| | | | Need to append the leading "/" also for secondary languages.
* Add pages for concerts and releases.Harald Eilertsen2015-09-138-0/+20
|
* Update homepage intro and about page with Andreas text.Harald Eilertsen2015-09-132-5/+13
|
* Add sponsors to frontpage.Harald Eilertsen2015-09-139-0/+58
|
* Fix "Home" and language switcher for default language.Harald Eilertsen2015-09-132-3/+3
|
* Move news section to side-body.Harald Eilertsen2015-09-134-56/+32
|
* Add language switcher to menu bar.Harald Eilertsen2015-09-114-3/+13
|
* Update posts to use jekyll-assets for images.Harald Eilertsen2015-08-2512-22/+22
|
* Move post and post header to separate partials, and change styling.Harald Eilertsen2015-08-2510-41/+61
|
* Add dimmed text color and style page footer.Harald Eilertsen2015-08-252-0/+6
|
* Move pagination to separate partial and style it a bit.Harald Eilertsen2015-08-254-15/+45
|
* Fix h1 header size in stylesheet.Harald Eilertsen2015-08-251-0/+4
|
* Fix stylesheets and templates to use jekyll-assets.Harald Eilertsen2015-08-253-7/+4
|
* Install jekyll-assets for better asset pipeline support.Harald Eilertsen2015-08-2521-0/+1
|
* Ensure home link always links to homeHarald Eilertsen2015-08-241-1/+1
|
* Remove page title and now unecessary hidden flag.Harald Eilertsen2015-08-241-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 Eilertsen2015-08-243-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.
* Drop news archive.Harald Eilertsen2015-08-243-26/+0
|
* Add pagination for index page.Harald Eilertsen2015-08-244-2/+23
|
* Add an about page.Harald Eilertsen2015-08-055-0/+18
|
* Fix menu bar and tweak styling of page header.Harald Eilertsen2015-08-056-44/+62
|
* Set title properly for news archive page.Harald Eilertsen2015-08-053-2/+3
|
* Set site title properly for each page.Harald Eilertsen2015-08-053-1/+4
|
* Exclude generated directories from version control.Harald Eilertsen2015-08-051-0/+2
|
* Set correct default layout for posts.Harald Eilertsen2015-08-054-3/+13
|
* Add archive page for collecting all posts.Harald Eilertsen2015-08-054-0/+26
|
* Add posts ported from the RefineryCMS site.Harald Eilertsen2015-08-0331-0/+365
|
* Add logo, banner and possibly menu bar to site header.Harald Eilertsen2015-08-032-1/+19
|
* Add styling.Harald Eilertsen2015-08-035-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 Eilertsen2015-08-032-17/+24
|
* Add localized home page intro and headings.Harald Eilertsen2015-08-035-1/+54
|
* Drop unnecessary stuff from head partial and fix baseurl.Harald Eilertsen2015-08-031-7/+3
|
* Set default layout for posts, and exclude assets from localization.Harald Eilertsen2015-08-031-3/+10
|
* Monkeypatch multiple language plugin.Harald Eilertsen2015-08-031-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 Eilertsen2015-08-012-0/+5
|
* Add template for homepage layout.Harald Eilertsen2015-08-015-0/+37
|
* Add blank template in ./blog.Harald Eilertsen2015-08-014-0/+0