summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeLines
* posts: Add a new post: "Why walk when you can ride?"Wolfgang Müller2021-11-14-0/+199
|
* posts: Remove Firefox tarball warningWolfgang Müller2021-07-20-6/+0
| | | | | | | | With [1] merged upstream and available starting with caddy 2.4.0, tarballs from cgit will no longer be compressed, making this warning obsolete. [1] https://github.com/caddyserver/caddy/pull/4045
* posts: Mention German translation for weltschmerz's manualWolfgang Müller2021-07-16-1/+6
| | | | | | As we noted the lack of translations for the manual in this post, make sure we update it with more relevant information now that 1.4.1 contains a German translation of the manual.
* posts: Link weltschmerz ebuildWolfgang Müller2021-07-16-0/+4
|
* posts: Update current weltschmerz versionWolfgang Müller2021-07-16-2/+2
|
* templates: Rename link to git.oriole.systemsWolfgang Müller2021-07-06-1/+1
|
* Remove man.scssWolfgang Müller2021-07-04-54/+3
| | | | | Now with the old oriole.systems/man location retired, we can get rid of the stylesheet we used to use for it.
* posts: Link to manuals on git.oriole.systemsWolfgang Müller2021-07-04-2/+2
| | | | | | | | | Originally we hosted manuals on oriole.systems/man because we did not yet have a git repository browser that could render manuals on the fly. Now that we do, retire the old location and directly link to the repo's about pages instead. This saves us from having to keep man/ up-to-date as manuals on cgit are updated automatically.
* posts: Add a new post: "New features in weltschmerz 1.4.0"Wolfgang Müller2021-07-03-0/+98
|
* posts: Link the changelog in weltschmerz.mdWolfgang Müller2021-07-03-1/+2
|
* posts: Update current weltschmerz versionWolfgang Müller2021-06-29-3/+4
| | | | | Along with the new release, make sure to document new and changed dependencies.
* posts: Link to Git's "My First Contribution" tutorial in quarg.mdWolfgang Müller2021-06-27-0/+1
| | | | | We consider this to be a better and more complete version of git-send-email.io, so link to it first.
* Use a simplified version of the logoV2021-06-27-6/+4
|
* posts: Update nicknameWolfgang Müller2021-06-21-1/+1
|
* scss: Use pure black as the background colour in dark modeWolfgang Müller2021-06-13-1/+1
| | | | This increases contrast even further and looks better on mobile devices.
* scss: Use lighter color for --fg-href in dark modeWolfgang Müller2021-06-13-1/+1
|
* posts: Improve wording and flow in zunzuncito.mdWolfgang Müller2021-06-12-4/+4
|
* templates: Add link to zunzuncitoWolfgang Müller2021-06-12-2/+3
|
* posts: Add a new post: "Introducing zunzuncito, a microblog"Wolfgang Müller2021-06-12-0/+66
|
* Use "Libera Chat" instead of "Libera.Chat"Wolfgang Müller2021-06-05-2/+2
|
* posts: Mention commit verification in signify-cgit.mdWolfgang Müller2021-05-22-9/+14
| | | | | Sadly we'll have to move around the footnotes here, but the post is young enough for that to hopefully not be an issue.
* posts: Add guide to verify a commit from a tarballWolfgang Müller2021-05-22-0/+26
| | | | | | | | | When generating archives, git-archive(1) puts the commit ID in the global extended pax header. Therefore, an interesting side effect of signing tarballs generated with git-archive(1) is that we also implicitly sign a commit. Whilst we don't expect anyone to go through the hurdles needed to verify such a commit signature, make sure to document this case anyway.
* Move to Libera.ChatWolfgang Müller2021-05-20-3/+3
| | | | | | | | | freenode is no more [1][2][3][4]. [1] https://libera.chat/news/welcome-to-libera-chat [2] https://fuchsnet.ch/privat/fn-resign-letter.txt [3] https://www.kline.sh/ [4] https://mniip.com/freenode.txt
* posts: Change generic project to quarg in signify-cgit.mdWolfgang Müller2021-05-17-11/+11
| | | | | Since the previous commit already uses examples from this repository, go all the way and use it for the rest of the post too.
* posts: Rewrite and improve 'Duly noted' section in signify-cgit.mdWolfgang Müller2021-05-17-14/+36
| | | | | | | | | | | This commit attempts to clarify what exactly a tree is, and how trees used for notes relate to "regular" trees. To that end, include real-life examples and output from commands run in a repository that is publicly accessible (in this case, quarg). This allows people who are interested in the internals to follow along and poke around in the repository themselves. Many thanks to V for initial feedback and motivation for this change.
* posts: Remove unnecessary single quotes in signify-cgit.mdWolfgang Müller2021-05-17-1/+1
| | | | | | | | These were here because the argument used to contain a glob, like so: --notes='signatures/*' Thanks to V for reporting this.
* posts: Clarify that signatures can also be obtained via cgitWolfgang Müller2021-05-16-3/+5
| | | | | | | | | | | | | | Commit 751da2c (posts: Update posts to reflect usage of cgit's signature mechanism, 2021-05-06) updated the project pages as well as "Verifying snapshots with signify" with information regarding the new cgit signature mechanism, but neglected to mention that signatures can be obtained directly through git.oriole.systems as well (the project pages merely deeplink to that). Furthermore, with commit 28c2473 (posts: Add a new post: "Hosting signify signatures on cgit", 2021-05-16) we now have an explanatory piece which we can link if people are interested in the underlying infrastructure.
* Add a basic CaddyfileWolfgang Müller2021-05-16-0/+4
| | | | | | Until now we were using a system-wide httpd, making changes to its configuration file a bit onerous. Instead include a small Caddyfile we can use together with a call to 'caddy run' for local development.
* posts: Add a new post: "Hosting signify signatures on cgit"Wolfgang Müller2021-05-16-0/+193
|
* posts: Add note about prefers-color-scheme toggle in newer FirefoxWolfgang Müller2021-05-14-1/+5
|
* posts: Clarify that quarg expects argumentsWolfgang Müller2021-05-14-1/+1
|
* posts: Add paragraph about quarg being platform-independentWolfgang Müller2021-05-14-0/+4
|
* posts: Mention installation with 'pip' in quarg.mdWolfgang Müller2021-05-08-2/+6
|
* posts: Add warning about downloading tarballs with FirefoxWolfgang Müller2021-05-07-0/+6
| | | | Let's hope that bug is fixed in the next 10 years!
* Have entr.sh build the page immediatelyWolfgang Müller2021-05-07-1/+2
| | | | | | The -p flag didn't really make a lot of sense unless entr runs the entire time. Additionally, sleep for a second in the loop to make it easier to cancel.
* posts: Add a new post: "quarg - Searching Quassel"Wolfgang Müller2021-05-07-0/+55
|
* posts: Update posts to reflect usage of cgit's signature mechanismWolfgang Müller2021-05-06-9/+8
| | | | | | | | | | | | | cgit can host detached signatures using git-notes(1). Since we want to make use of that going forward and have finally gotten around to setting it up fully, we need to make some small changes to verify-with-signify.md and the weltschmerz project page. Specifically, we no longer host both the signature and the checksum (since this would be too cumbersome to maintain with cgit), rendering the choice explained in the post moot. Since the detached signature has always contained the checksum, however, we can just fall back to a slightly different invocation for verifying it.
* posts: Fix typo in the-long-journey-to-cgit.mdWolfgang Müller2021-04-19-2/+2
|
* css: Remove rule that has no effectWolfgang Müller2021-03-29-2/+0
| | | | | | 'align-self' cannot operate on elements that are not flex. This is most probably a remnant of an earlier discarded design whilst implementing 77bc0a9 (Attempt a thorough redesign of the landing page, 2020-06-06).
* Add .mailmap for consistencyWolfgang Müller2021-03-10-0/+1
|
* posts: Add note about sorcia probably being deadWynn Wolf Arbor2021-02-01-0/+2
|
* templates: Use standardized value for name attribute in <meta>Wynn Wolf Arbor2020-07-15-1/+1
| | | | | | | | | | | | | In commit bbaaf25 (templates: Add date and author to head metadata, 2020-04-10), a <meta> tag containing the publication date was added for unknown reasons. It is unclear where this line is from, as the 'scheme' attribute is not even part of the HTML5 specification. Furthermore, the value of "date" for the 'name' attribute is not standardized. Use "dc:date" as per the Dublin Core Metadata Initiative [1] instead of "date" and remove the 'scheme' attribute fully. [1] https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http%3a%2f%2fpurl.org%2fdc%2fterms%2fdate
* Wrap article titles in <h1> for the index pageWynn Wolf Arbor2020-07-15-1/+3
| | | | | | | This should make it easier for screen readers to build a page outline and is recommended [1] by W3C. [1] https://www.w3.org/wiki/HTML/Usage/Headings/Missing
* posts: Update outdated URLsWynn Wolf Arbor2020-07-15-6/+6
|
* Remove .html file ending from linked postsWynn Wolf Arbor2020-07-15-7/+7
| | | | | | | Caddy supports implied file extensions in 1.0 via the 'ext' directive, and in 2.0 via the 'try_files' directive. This feature has been enabled in the upstream web server for quite a while now, but the links were never updated to be cleaner.
* posts: Add a new post: "A New Look, Some Updates"Wynn Wolf Arbor2020-06-13-0/+122
|
* fonts: Add OFL license for AlegreyaWynn Wolf Arbor2020-06-13-0/+93
|
* css: Remove empty line at end of fileWynn Wolf Arbor2020-06-13-1/+0
|
* css: Have man.css respect prefers-color-schemeWynn Wolf Arbor2020-06-13-2/+13
| | | | | Add support for prefers-color-scheme to man.css by including all custom properties and referencing them in man.scss
* css: Move custom properties to their own fileWynn Wolf Arbor2020-06-13-34/+34
| | | | | In preparation for making man.css respect prefers-color-scheme, move all custom properties to their own file so they can be included easily.