summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeLines
...
* 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.
* posts: Make figure images roundWynn Wolf Arbor2020-06-13-2/+2
| | | | | | These were skipped because the round borders would not be visible on a white background. Now - with a dark colour scheme - they are, so make them round.
* css: Use dark colours when prefers-color-scheme indicates dark modeWynn Wolf Arbor2020-06-13-0/+13
|
* css: Set the blockquote foreground colour explicitlyWynn Wolf Arbor2020-06-13-0/+1
| | | | | | This element's foreground colour is inherited from the root element. Since we use a special background colour here, make sure to explicitly set the foreground colour in conjunction.
* css: Add colour variables for anchor elementsWynn Wolf Arbor2020-06-12-0/+10
| | | | | | Currently we use the default colour for these. In preparation for prefers-color-scheme, add two variables containing the default colours for normal and visited anchors.
* css: Introduce variables for various coloursWynn Wolf Arbor2020-06-12-7/+12
| | | | | | Currently, colours are set per element. In preparation of the support of prefers-color-scheme, use variables instead so they can be modified in one place.
* css: Remove superfluous definitionWynn Wolf Arbor2020-06-12-1/+0
| | | | | This particular background colour will be inherited from the root element and does not need to be defined explicitly.
* css: Use CSS custom properties instead of Sass variablesWynn Wolf Arbor2020-06-12-17/+20
| | | | | | | | In preparation for the support of prefers-color-scheme, convert all presently used Sass variables to CSS custom properties. This will enable us in an upcoming commit to define different values per media query. While at it, use a better name for variables holding colours.
* templates: Mention channel instead of nick nameWynn Wolf Arbor2020-06-11-1/+1
|
* templates: Add poem to index.xmlWynn Wolf Arbor2020-06-06-0/+17
| | | | May the Oriole forever grace our skies.
* Attempt a thorough redesign of the landing pageWynn Wolf Arbor2020-06-06-76/+84
| | | | | | | | | | | | | | | After careful consideration we have decided to replace the more brutalist landing page with something simpler and more in line with the styling of the actual posts. Have the front page include a short introduction and some further links to the atom feed and git.oriole.systems. Use a more traditional and simple top-to-bottom layout for the article links in lieu of the more idiosyncratic left-to-right list that was difficult to scan for some people. Keep the post styling as is, but move around and change a few HTML elements to make more semantic sense and improve the clarity of the CSS.
* Add entr.shWynn Wolf Arbor2020-06-06-0/+6
| | | | | Introduce a small script that uses entr(1) to rebuild the site in the every time a file is changed.
* util: Remove unnecessary quoting in mdconv.shWynn Wolf Arbor2020-06-06-3/+3
|
* posts: Add link explaining why libssl may be needed for git-imap-send(1)Wynn Wolf Arbor2020-06-01-2/+3
|
* posts: Add links to resources discussing seccomp(2)Wynn Wolf Arbor2020-06-01-3/+5
|
* css: Highlight current target in the footnotes blockWynn Wolf Arbor2020-06-01-0/+4
| | | | | | | When clicking on a footnote reference, the browser scrolls all the way down to the footnotes block of the post. It is not immediately clear which footnote was referenced, so use the `:target` selector in the footnotes block to make the linked footnote bold.
* css: Reduce font weight for footnote referencesWynn Wolf Arbor2020-06-01-1/+0
| | | | | | | In fde2230 (css: Add styling for footnotes) we introduced styling for footnote references, removing the underline and making them bold. However, as pointed out by a user, having them bold makes them less readable and clear. Therefore, reduce the font weight back to normal.
* posts: Be more clear about which search interfaces are meantWynn Wolf Arbor2020-06-01-1/+1
|
* templates: Remove spurious spaces in post.xmlWynn Wolf Arbor2020-05-31-1/+1
|
* posts: Add a new post: "The Long Journey to cgit"Wynn Wolf Arbor2020-05-31-0/+463
|
* css: Add styling for figuresWynn Wolf Arbor2020-05-31-0/+13
| | | | | | | | | | The figure (and figcaption) elements have not been used before. The upcoming post will include them, and this commit adds a bit of styling to make them look nice. Use a more muted color and a smaller font for caption text itself and provide a "round" class for any image element in a figure, which should help with making darker images less jarring.
* css: Add styling for footnotesWynn Wolf Arbor2020-05-31-0/+9
| | | | | | | | | | | The upcoming post is the first one to include footnotes. This commit adds a bit of styling for them. The footnotes block at the end of the post is a bit too prominent compared to the rest of the post. Use a smaller font size to make it stand out less. Footnote references in the text are anchors and therefore underlined by default. Remove any text decoration from them and make them easier on the eyes.
* css: Improve styling of the horizontal rule elementWynn Wolf Arbor2020-05-31-3/+2
| | | | | | | This element has not been used before at all, but the upcoming post will be including it it in the footnotes block. Use a more fitting double-border style instead of the questionable design from the initial commit.
* posts: Update reference to Git repository for weltschmerzWynn Wolf Arbor2020-05-31-1/+1
|
* posts: Edit weltschmerz post to reflect new featuresWynn Wolf Arbor2020-04-13-7/+7
|
* posts: Add post about new features in weltschmerz 1.3.0Wynn Wolf Arbor2020-04-13-0/+132
|
* css: Use a custom font-size for codeWynn Wolf Arbor2020-04-11-2/+4
| | | | We found 'smaller' to be too small, so go with 85% for now.
* css: Add indent and clear pre stylesWynn Wolf Arbor2020-04-11-0/+13
| | | | | | | | | | | | This commit adds two new classes for <pre> tags: 1) pre.clear overrides the standard canary background color with white 2) pre.indent defines a <pre> tag that is indented and marked with a border These classes are mainly meant for preformatted content that has been added manually and should not be styled like the common code blocks.
* util: Have lowdown not skip or escape HTML by defaultWynn Wolf Arbor2020-04-11-1/+3
| | | | | | | | | | | This commit adds two new flags to the lowdown(1) call in mdconv.sh that control the inclusion and parsing of inline HTML in markedown files: 1) --html-no-skiphtml, which stops lowdown(1) from skipping inline HTML 2) --html-no-escapehtml, which stops lowdown(1) from escaping said HTML For now, this is done unconditionally. We plan to add a tag to the markdown files controlling this behaviour in a future commit.
* posts: Update author informationWynn Wolf Arbor2020-04-10-9/+9
| | | | | In light of the addition of the author metadata tag to <head>, we decided to use our full name in the post tags.
* templates: Add date and author to head metadataWynn Wolf Arbor2020-04-10-0/+2
|
* templates: Simplify atom.xml templateWynn Wolf Arbor2020-03-15-3/+3
| | | | | With the newest sblg version, the extra fields for both <updated> and <id> are no longer needed.
* templates: Add missing atom feed templateWynn Wolf Arbor2020-03-15-0/+11
|
* Make sure to only ignore toplevel atom.xml fileWynn Wolf Arbor2020-03-15-1/+1
|
* css: Indent Bd blocks in manual pagesWynn Wolf Arbor2020-02-21-0/+1
|
* css: Adjust font sizes and line heightWynn Wolf Arbor2020-02-21-3/+7
| | | | These should make the pages more comfortable to look at.
* posts: Adjust for new IRC nicknameWynn Wolf Arbor2020-02-21-1/+1
|
* posts: Replace outdated ncmpcpp code linkWynn Wolf Arbor2020-01-20-1/+1
| | | | | | Since my changes to the project got merged, and this link was always pointing to master, the issue was not actually visible anymore. Fix this by using a permalink to the code range from before the fix.
* posts: Update current weltschmerz versionWynn Wolf Arbor2020-01-17-3/+3
|
* css: Remove unnecessary quotingWynn Wolf Arbor2020-01-12-1/+1
|