Michael Nordmeyer
Michael Nordmeyer
I use Agate with systemd, so all logging goes by default to the journal. Because not only resource access logging goes into the journal, it interferes with parsing the log....
Agate uses `.meta` files to configure behavior for content files. It also has the ability to have a central version of this file by using `--central-conf` or `-C` as a...
[Quickstart](https://jekyllrb.com/docs/) displays the content of its page, but has "Deployment" as headline. [Installation](https://jekyllrb.com/docs/installation/) displays the content of its page, but has "Deployment" as headline. The same goes for all other...
Currently the translation dialog will have the first language selected when the dialog is displayed, or the last selected one. I'd like to have it to automatically select the language...
In https://github.com/jekyll/minima/pull/690 the default layout was renamed from `default.html` to `base.html`. While the given rationale is not wrong, it ignores the [Jekyll documentation regarding layouts](https://jekyllrb.com/docs/layouts/): > The convention is to...
I'm not sure if this is on purpose, but I would have expected the default branch to match the release with the highest version number.
### Operating System Any ### Ruby Version Any ### Jekyll Version jekyll 3.9.5 ### GitHub Pages Version _No response_ ### Expected Behavior I expect the GitHub releases to be in...
A [feed](https://redterminal.org/gemlog/atom.web.xml) having `` is displayed as a single line of text. It seems like this is treated like text in a HTML file's `` without any further `` or...
The RSS fetcher should be doing conditional requests, according to https://github.com/MarginaliaSearch/MarginaliaSearch/issues/136#issuecomment-2563756729, but apparently it doesn't: ```sh $ ll /var/www/michaelnordmeyer.com/feed.xml* -rw-r--r-- 1 user group 136066 Apr 5 11:10 /var/www/michaelnordmeyer.com/feed.xml -rw-r--r-- 1...