about summary refs log tree commit diff stats
path: root/config.toml
Commit message (Collapse)AuthorAgeLines
* add link to sourcehutAlan Pearce7 days-0/+3
|
* implement live-reloading dev serverAlan Pearce2024-04-27-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 02f077432202af4d633eb2cad81dfdaa6921317f Author: Alan Pearce <alan@alanpearce.eu> Date: Sat Apr 27 21:09:14 2024 +0200 builder: only remove output directory if set and in dev mode commit 47001e01c55fa6e74aafeda04ebc3e4e7c47eba0 Author: Alan Pearce <alan@alanpearce.eu> Date: Sat Apr 27 21:03:37 2024 +0200 implement live reload on dev server commit 411ec969f61e4b73439f1c54ea29f75135ecc618 Author: Alan Pearce <alan@alanpearce.eu> Date: Sat Apr 27 20:59:26 2024 +0200 server: implement graceful shutdown commit 5400132eb6eb1b638e0b3fd4265f51611c92d473 Author: Alan Pearce <alan@alanpearce.eu> Date: Sat Apr 27 20:41:07 2024 +0200 add some debug logs commit 3c9b678197c044603950232d222f501ef74d7873 Author: Alan Pearce <alan@alanpearce.eu> Date: Sat Apr 27 20:39:09 2024 +0200 prefix log output with executable name commit 300e24c179e390e9d3f5aeab4471c97f17f1fa64 Author: Alan Pearce <alan@alanpearce.eu> Date: Sat Apr 27 20:29:42 2024 +0200 don't panic inside internal packages, return error instead commit fe2715d330402ad67fe866471bed89c7238ad2ec Author: Alan Pearce <alan@alanpearce.eu> Date: Fri Apr 26 01:18:29 2024 +0200 config: use a table to configure CSP headers commit d012553aaf78a436fa8871830b5d720a9e292d4b Author: Alan Pearce <alan@alanpearce.eu> Date: Thu Apr 25 17:13:39 2024 +0200 dev: create basic dev server to build and serve from a temporary directory commit a1d11d3e69650d9b43ca1b1d7b7ccc05a808d5c1 Author: Alan Pearce <alan@alanpearce.eu> Date: Thu Apr 25 13:02:22 2024 +0200 remove unused redirect_other_hostnames config option commit fd67b19b5c7f76f0c3579e8a05ef20a618e90be7 Author: Alan Pearce <alan@alanpearce.eu> Date: Thu Apr 25 12:58:53 2024 +0200 server: make port a string, which is what go uses commit c798e8e736c0649008cade337158399470a9099b Author: Alan Pearce <alan@alanpearce.eu> Date: Thu Apr 25 12:58:33 2024 +0200 config: remove unused port variable commit f94882b9001f3b0855e26b26b4a84b96e3deb22b Author: Alan Pearce <alan@alanpearce.eu> Date: Thu Apr 25 12:49:10 2024 +0200 re-organise module layout
* fix misplaced quote in CSP headerAlan Pearce2024-04-24-1/+1
|
* add countAlan Pearce2024-04-24-1/+1
|
* move github down in contacts listAlan Pearce2024-04-24-3/+3
|
* Cleanup unused config file entriesAlan Pearce2024-04-11-17/+0
|
* Add LinkedIn linkAlan Pearce2023-11-28-0/+3
|
* Template "elsewhere on the internet" linksAlan Pearce2023-11-10-0/+17
|
* Tweak menu configuration structureAlan Pearce2023-11-10-5/+5
|
* Automatically redirect other hostnames to the configured base_urlAlan Pearce2023-11-05-0/+1
|
* Remove extra space after Home linkAlan Pearce2023-10-29-0/+3
|
* Add RSS/Atom feed to menuAlan Pearce2023-09-23-0/+3
|
* Replace zola with DOM-based static site generation codeAlan Pearce2023-09-22-17/+3
|
* Send HSTS header from Fly proxyAlan Pearce2023-09-16-2/+1
| | | | Bun seems to eat this header otherwise
* Fix XML feed styleAlan Pearce2023-09-16-1/+1
|
* Merge homestead repositoryAlan Pearce2023-09-15-0/+6
|
* Improve CSP setupAlan Pearce2023-09-11-0/+1
|
* Add Bluesky to contact menuAlan Pearce2023-08-30-0/+3
|
* 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 Mastodon linkAlan Pearce2023-05-22-0/+3
|
* Switch to bear blog themeAlan Pearce2023-04-19-12/+9
|
* Fix code highlightingAlan Pearce2023-04-18-3/+4
|
* Remove Gitlab from contact listAlan Pearce2023-04-13-3/+0
|
* Stop zola removing the output directory on each buildAlan Pearce2023-04-12-0/+3
|
* Use flakes and `nix develop`Alan Pearce2023-04-12-3/+3
|
* Add link to codebergAlan Pearce2022-10-08-0/+3
|
* Remove www from base_urlAlan Pearce2022-05-07-1/+1
|
* Remove deprecated StackOverflow Jobs linkAlan Pearce2022-04-29-4/+0
|
* Extract theme from templatesAlan Pearce2020-11-15-0/+2
|
* Add tags link to main menuAlan Pearce2020-11-14-0/+3
|
* Remove categories taxonomyAlan Pearce2020-11-14-4/+0
|
* Port config to zolaAlan Pearce2020-11-14-47/+32
|
* Fix missing homepage contentAlan Pearce2020-09-11-0/+5
|
* Remove Keybase from contact menuAlan Pearce2020-05-07-3/+0
| | | | Acquired by Zoom. I do not want anything to do with them.
* Remove mention of Hugo from HTMLAlan Pearce2020-01-11-0/+1
|
* Switch to xmin themeAlan Pearce2020-01-07-4/+9
|
* Add GitHub contact linkAlan Pearce2019-12-08-0/+3
|
* Use proper language codeAlan Pearce2019-06-15-1/+1
|
* Configure privacy settingsAlan Pearce2019-06-15-1/+15
|
* Remove dangling Mastodon linkAlan Pearce2019-06-02-3/+0
|
* Update GPG KeyAlan Pearce2019-06-02-1/+1
|
* Add Keybase URLAlan Pearce2018-06-22-1/+4
|
* Update to .euAlan Pearce2018-06-22-1/+1
|
* Update hydeAlan Pearce2018-06-17-4/+1
|
* Use code fences instead of template tags for syntax highlightingAlan Pearce2018-06-07-1/+2
|
* Switch to wwwAlan Pearce2018-06-06-1/+1
|
* Remove LinkedIn linkAlan Pearce2018-06-06-3/+0
|
* Remove twitter linkAlan Pearce2018-06-06-3/+0
|
* s/github/gitlab/gAlan Pearce2018-06-04-2/+2
|
* Update GPG keyAlan Pearce2017-09-03-2/+2
|