Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't reverse sort on landing page either.blog | Harald Eilertsen | 2021-02-27 | 1 | -1/+1 |
| | |||||
* | Add translation links in site header. | Harald Eilertsen | 2020-06-08 | 1 | -9/+5 |
| | | | | | | | | Add translation links in the site header for sections and index. This also moved the header back into the base template, as it seems zola is not able to handle blocks defined in included templates. At least that's what it looked like. Didn't test much. | ||||
* | More i18n stuff, add links languages for index. | Harald Eilertsen | 2020-06-07 | 1 | -0/+8 |
| | |||||
* | Split english and norwegian posts. | Harald Eilertsen | 2020-06-07 | 1 | -2/+2 |
| | | | | | | | 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 link to full section in section previews. | Harald Eilertsen | 2020-06-06 | 1 | -0/+3 |
| | |||||
* | Add section template. | Harald Eilertsen | 2020-06-05 | 1 | -48/+30 |
| | | | | | Also move most content to the section templates, leave only section descriptions and the latest posts in each for the index page. | ||||
* | Display full post in index if there's no summary. | Harald Eilertsen | 2020-06-02 | 1 | -2/+6 |
| | | | | Also drop the "Read more..." prompt if the full post is shown. | ||||
* | Sort posts in reverse on index page. | Harald Eilertsen | 2020-06-01 | 1 | -1/+1 |
| | |||||
* | Use Zola translation system to translate more prompt. | Harald Eilertsen | 2020-06-01 | 1 | -1/+1 |
| | |||||
* | More styling of post header on index page. | Harald Eilertsen | 2020-05-31 | 1 | -6/+6 |
| | |||||
* | Add styling, default license etc. | Harald Eilertsen | 2020-05-31 | 1 | -32/+0 |
| | |||||
* | et up baseic structure for homepage/blog with Zola | Harald Eilertsen | 2020-05-30 | 1 | -0/+81 |