summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* More i18n stuff, add links languages for index.Harald Eilertsen2020-06-072-1/+9
|
* Split english and norwegian posts.Harald Eilertsen2020-06-073-4/+6
| | | | | | | This turned out a bit different than I initially though. The english and norwegian sections will essentially be separate. Afaict there's no direct way to make a "combined view" listing both english and norwegian posts. However, I think that's fine. Let's roll with this for now.
* Add a site header.Harald Eilertsen2020-06-062-1/+5
|
* Add link to full section in section previews.Harald Eilertsen2020-06-061-0/+3
|
* Tag pages list posts tagged with their term.Harald Eilertsen2020-06-061-1/+26
|
* Refactor post headers to separate template.Harald Eilertsen2020-06-063-30/+27
|
* Add section template.Harald Eilertsen2020-06-052-48/+74
| | | | | Also move most content to the section templates, leave only section descriptions and the latest posts in each for the index page.
* New shortcode `taglink`, for linking to a tag page.Harald Eilertsen2020-06-021-0/+2
|
* Display full post in index if there's no summary.Harald Eilertsen2020-06-021-2/+6
| | | | Also drop the "Read more..." prompt if the full post is shown.
* Render figure captions as markdown.Harald Eilertsen2020-06-011-1/+1
|
* Sort posts in reverse on index page.Harald Eilertsen2020-06-011-1/+1
|
* Use uppercase charset name.Harald Eilertsen2020-06-011-1/+1
| | | | Probably means nothing, but no harm either.
* Support `alt' attributes in figure shortcode.Harald Eilertsen2020-06-011-1/+1
|
* Use Zola translation system to translate more prompt.Harald Eilertsen2020-06-011-1/+1
|
* More styling of post header on index page.Harald Eilertsen2020-05-311-6/+6
|
* Add styling, default license etc.Harald Eilertsen2020-05-313-35/+24
|
* et up baseic structure for homepage/blog with ZolaHarald Eilertsen2020-05-306-0/+139