about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeLines
* Render RSS autodiscovery links for main and per-tag feedsAlan Pearce2023-06-23-2/+3
|
* Make style a css file (although zola requires .html extension)Alan Pearce2023-06-23-182/+199
|
* Add skip links for accessibilityAlan Pearce2023-06-21-36/+48
|
* Move header link inside headingAlan Pearce2023-06-21-3/+6
|
* Make compatible with non-flake nixAlan Pearce2023-06-20-1/+32
|
* Add styling to Atom feedAlan Pearce2023-06-20-0/+129
|
* homepage: only show posts under "recent posts"Alan Pearce2023-06-20-2/+1
|
* Configure web-mode engine when opening templates in EmacsAlan Pearce2023-06-20-1/+2
|
* Revert "Stop zola removing the output directory on each build"Alan Pearce2023-06-20-3/+0
| | | | | | | No longer necessary as the output directory doesn't need to be a git repository any more. This reverts commit 59e6e022d332b0cbd8b9f627530149047c9ae8a9.
* Add link to RSS feeds for each tagAlan Pearce2023-06-20-0/+5
|
* Set general `compile-command` variable instead of projectile'sAlan Pearce2023-06-20-1/+1
|
* Make `build` make target more obviousAlan Pearce2023-05-22-1/+3
|
* Add `clean` make targetAlan Pearce2023-05-22-1/+4
|
* Add Mastodon linkAlan Pearce2023-05-22-0/+3
|
* Add 'themes/bear/' from commit 'fe37fcf3daa0eaafc1236050ac95b5d4ba21bcd2'Alan Pearce2023-05-18-0/+800
|\ | | | | | | | | | | git-subtree-dir: themes/bear git-subtree-mainline: b0511b71c29c88acb99df245547a52bcce6b10bd git-subtree-split: fe37fcf3daa0eaafc1236050ac95b5d4ba21bcd2
| * Merge branch 'main' into microformats2Alan Pearce2023-04-26-1/+1
| |\
| | * Fix spacing of code examplesAlan Pearce2023-04-26-1/+1
| | |
| * | Merge branch 'main' into microformats2Alan Pearce2023-04-26-12/+10
| |\|
| | * Remove duplicate header in demo contentAlan Pearce2023-04-26-2/+0
| | |
| | * Improve whitespacing in HTMLAlan Pearce2023-04-26-10/+10
| | |
| * | Merge branch 'main' into microformats2Alan Pearce2023-04-26-3/+3
| |\|
| | * Use relative font sizesAlan Pearce2023-04-26-3/+3
| | |
| * | Merge branch 'main' into microformats2Alan Pearce2023-04-26-1/+1
| |\|
| | * Move header/footer/main elements into child templatesAlan Pearce2023-04-26-27/+25
| | | | | | | | | | | | | | | | | | | | | | | | The <content> tag is not meant for normal HTML, but rather the Shadow DOM, therefore I replaced it with <main> For consistency's sake I moved <header> and <footer> into the child templates as well
| * | Move header/footer/main elements into child templatesAlan Pearce2023-04-26-26/+24
| |/ | | | | | | | | | | | | | | The <content> tag is not meant for normal HTML, but rather the Shadow DOM, therefore I replaced it with <main> For consistency's sake I moved <header> and <footer> into the child templates as well
| * Remove trailing slashes on void elementsAlan Pearce2023-04-26-4/+4
| | | | | | | | https://github.com/validator/validator/wiki/Markup-ยป-Void-elements#trailing-slashes-in-void-element-start-tags-do-not-mark-the-start-tags-as-self-closing
| * Sorry Terry, you'll have to goAlan Pearce2023-04-19-1/+0
| |
| * Remove commented-out colourAlan Pearce2023-04-19-1/+0
| |
| * Move images to rootAlan Pearce2023-04-18-0/+0
| |
| * Move images to rootAlan Pearce2023-04-18-2/+2
| |
| * Reformat templatesAlan Pearce2023-04-18-108/+108
| |
| * Make date format configurableAlan Pearce2023-04-18-3/+5
| |
| * Cleanup whitespaceAlan Pearce2023-04-18-17/+9
| |
| * Fix lang attributeAlan Pearce2023-04-18-1/+1
| |
| * Crudely enable external nav menu linksAlan Pearce2023-04-18-0/+4
| |
| * Don't reverse the order of pagesAlan Pearce2023-04-18-2/+2
| |
| * Show screenshots in readmeAlan Pearce2023-04-18-0/+2
| |
| * Update screenshotsAlan Pearce2023-04-18-0/+0
| |
| * %s/Hugo/Zola/gAlan Pearce2023-04-18-2/+2
| |
| * Update theme linksAlan Pearce2023-04-17-2/+2
| |
| * Fix demo site base_urlAlan Pearce2023-04-17-1/+1
| |
| * Add screenshotsAlan Pearce2023-04-17-2/+2
| |
| * Add menu instructions to readmeAlan Pearce2023-04-17-0/+18
| |
| * Ignore build outputAlan Pearce2023-04-17-0/+1
| |
| * Add readme and licenseAlan Pearce2023-04-17-0/+81
| |
| * Initial commitAlan Pearce2023-04-17-0/+706
|
* Remove submoduleAlan Pearce2023-05-18-7/+0
|
* Make buildable with nix (requires submodule workaround)Alan Pearce2023-05-18-25/+40
|
* Add deploy commandAlan Pearce2023-05-14-1/+4
|
* Pre-compress built site with brotli/zstd/gzipAlan Pearce2023-05-14-0/+58
|