]> Lady’s Gitweb - Blog/log
Blog
7 months agoUse data: u·r·i’s for branding live
Lady [Sat, 20 Jan 2024 18:15:37 +0000 (13:15 -0500)]
Use data: u·r·i’s for branding

I’ve stopped hosting the actual images for these on my website, so they
broke. These images are small enough that just embedding them in pages
is reasonable.

8 months ago[2023-12-17] programming_resolutions_24
Lady [Mon, 18 Dec 2023 04:48:33 +0000 (23:48 -0500)]
[2023-12-17] programming_resolutions_24

9 months ago[2023-11-16] racism_otw_end
Lady [Wed, 22 Nov 2023 04:18:26 +0000 (23:18 -0500)]
[2023-11-16] racism_otw_end

9 months agoAdd Elstob fonts to stylesheet
Lady [Wed, 22 Nov 2023 04:16:23 +0000 (23:16 -0500)]
Add Elstob fonts to stylesheet

These aren’t included in the repo, but are available on the webserver.
Webfonts are necessary because some modern browsers don’t allow
user‐installed fonts (to prevent fingerprinting).

13 months ago[2023-07-29] git_wiki
Lady [Sat, 29 Jul 2023 21:19:48 +0000 (14:19 -0700)]
[2023-07-29] git_wiki

13 months agoAllow wrapping around emdashes
Lady [Sat, 29 Jul 2023 21:07:01 +0000 (14:07 -0700)]
Allow wrapping around emdashes

15 months ago[2023-05-26] federated_tagging
Lady [Sat, 27 May 2023 00:27:26 +0000 (17:27 -0700)]
[2023-05-26] federated_tagging

15 months agoAdd links & icons; fix wrapping around code
Lady [Sat, 27 May 2023 00:25:48 +0000 (17:25 -0700)]
Add links & icons; fix wrapping around code

15 months ago[2023-05-14] end_otw_racism
Lady [Sun, 14 May 2023 21:13:54 +0000 (14:13 -0700)]
[2023-05-14] end_otw_racism

15 months agoRevamped blockquote styling
Lady [Sun, 14 May 2023 21:09:19 +0000 (14:09 -0700)]
Revamped blockquote styling

15 months agoTypographical improvements
Lady [Sun, 14 May 2023 21:08:25 +0000 (14:08 -0700)]
Typographical improvements

15 months agoSupport autogenerating an entry links footer
Lady [Sun, 14 May 2023 21:03:39 +0000 (14:03 -0700)]
Support autogenerating an entry links footer

15 months agoGlomp dog’s bollocks
Lady [Sun, 14 May 2023 05:43:50 +0000 (22:43 -0700)]
Glomp dog’s bollocks

Some browsers insert a line break between : and —. This can be averted
by inserting a U+2060 WORD JOINER between them, which is easy to
automate during site generation.

15 months agoAdd feed link to index footer
Lady [Sun, 14 May 2023 04:38:27 +0000 (21:38 -0700)]
Add feed link to index footer

15 months agoLinkify blog title
Lady [Sun, 14 May 2023 04:38:05 +0000 (21:38 -0700)]
Linkify blog title

15 months agoUnderline code inside of links
Lady [Sun, 14 May 2023 04:39:43 +0000 (21:39 -0700)]
Underline code inside of links

15 months agoClean up makefile
Lady [Sun, 14 May 2023 04:36:52 +0000 (21:36 -0700)]
Clean up makefile

There was some old copypasta in here from WWW.

16 months ago[2023-05-09] fannish_metadata
Lady [Wed, 10 May 2023 01:31:26 +0000 (18:31 -0700)]
[2023-05-09] fannish_metadata

16 months agoFix styling of non-highlighted code blocks
Lady [Wed, 10 May 2023 01:31:05 +0000 (18:31 -0700)]
Fix styling of non-highlighted code blocks

16 months agoTitle casing change
Lady [Wed, 10 May 2023 01:30:37 +0000 (18:30 -0700)]
Title casing change

16 months ago[2023-05-06] touch_grass
Lady [Sun, 7 May 2023 06:19:48 +0000 (23:19 -0700)]
[2023-05-06] touch_grass

16 months agoUpdate Beorn to 0.2.3
Lady [Sun, 7 May 2023 06:18:47 +0000 (23:18 -0700)]
Update Beorn to 0.2.3

This fixes the ordering of entries.

16 months ago[2023-05-03] blog_highlight
Lady [Thu, 4 May 2023 03:43:36 +0000 (20:43 -0700)]
[2023-05-03] blog_highlight

16 months agoStyling updates
Lady [Thu, 4 May 2023 03:42:42 +0000 (20:42 -0700)]
Styling updates

Primarily to support figures and code blocks.

16 months agoAdd .hljs class to highlighted code
Lady [Thu, 4 May 2023 03:12:11 +0000 (20:12 -0700)]
Add .hljs class to highlighted code

16 months agoUse Shades of Purple as the highlight.js theme
Lady [Wed, 3 May 2023 02:26:58 +0000 (19:26 -0700)]
Use Shades of Purple as the highlight.js theme

16 months agoAdd highlighting support for code blocks
Lady [Wed, 3 May 2023 01:33:34 +0000 (18:33 -0700)]
Add highlighting support for code blocks

This code is somewhat messy because it has to work around the extreme
limitations of the xmldom window polyfill provided by Lemon.

- Updates the dependency on Beorn to 0.2.1 and adds a new one for
  highlight.js at 11.8.0.

- Defines a wrapper build script to set up a transformation hook and
  then dynamically run Beorn through an import.

- Updates .rsync-filter to exclude these new files.

16 months agoEnable force pushing via make
Lady [Mon, 1 May 2023 02:07:04 +0000 (19:07 -0700)]
Enable force pushing via make

16 months agoSet a minimum viewport width of 480px
Lady [Mon, 1 May 2023 00:49:07 +0000 (17:49 -0700)]
Set a minimum viewport width of 480px

The banner image of the site is a standard 468px wide, meaning that on
smaller devices (phones in portrait mode) it will awkwardly overflow
the viewport. This sets the viewport on such devices to 480px and also
provides some CSS improvements in the case that the screen is too small
for other reasons.

16 months agoSmall improvements for mobile browsers
Lady [Mon, 1 May 2023 00:38:33 +0000 (17:38 -0700)]
Small improvements for mobile browsers

- Use `svb` instead of `vh` for `<body>` sizing to prevent overflow
  when the location bar is placed above content.

- Add viewport meta tag to templates to prevent downscaling on some
  mobile devices.

- Use `Max-Inline-Size` instead of `Max-Width` when styling `<main>`
  for consistency.

16 months ago[2023-04-30] hello_world
Lady [Sun, 30 Apr 2023 23:37:31 +0000 (16:37 -0700)]
[2023-04-30] hello_world

16 months agoInitial commit
Lady [Sun, 30 Apr 2023 23:34:10 +0000 (16:34 -0700)]
Initial commit

This page took 0.037619 seconds and 4 git commands to generate.