summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-28Revert "Don't add rel="noreferrer" to non-web links"v1.3.5Nicholas Johnson
This reverts commit f34e453196b85e756b16f5ff668d15c2462948e6778657907ff52821d360309b. Adding rel="noreferrer" to non-http-prefixed links was believed to be a noop, but this overlooks relative links. For privacy reasons, relative links must not send referrer headers.
2024-06-18Correct reference index countingv1.3.4Nicholas Johnson
2024-06-11Remove version notice from README.mdv1.3.3Nicholas Johnson
2024-06-11Save link index in mapNicholas Johnson
This removes the need to recount.
2024-06-11Work around slices bug in Hugo v0.114.0 or newerNicholas Johnson
I used a slice of maps instead of a slice of slices, as recommended in the Hugo issue tracking the bug: https://github.com/gohugoio/hugo/issues/11131#issuecomment-1601769489
2024-05-27Add trailing forward slash for consistencyv1.3.2Nicholas Johnson
2024-05-26Remove extra css subdirectoryv1.3.1Nicholas Johnson
2024-05-20Create custom 404 page for HTMLv1.3.0Nicholas Johnson
In Gemini, the equivalent status code is 51. It does not return a response body, so no equivalent page was created for Gemini.
2024-05-20Fix Gemini incorrectly rendering (un)ordered listsNicholas Johnson
2024-05-02Document unexpected behaviorv1.2.6Nicholas Johnson
2024-05-02Capitalize letter in docsNicholas Johnson
2024-05-02Give rationale for bold/italics codev1.2.5Nicholas Johnson
2024-05-02Give rationale for why feature isn't implementedNicholas Johnson
2024-05-02Improve bold/italics regexNicholas Johnson
2024-05-02Improve commentsNicholas Johnson
2024-05-02Correct heading regexNicholas Johnson
2024-05-02Don't match newlines in link regexNicholas Johnson
2024-05-02Correct English i18n stringNicholas Johnson
2024-02-19Remove line from READMEv1.2.4Nicholas Johnson
Google Lighthouse measures more than just page contents, so obtaining a 100/100 score isn't a certainty.
2024-02-04Fix end of comment delimiterv1.2.3Nicholas Johnson
The incorrect delimiter was commenting out subsequent regex rules, making it so they never got applied.
2024-02-04Add missing multiline regex option for ol'sNicholas Johnson
2024-02-04Document max Hugo version in README.mdNicholas Johnson
The maximum Hugo version cannot be documented in theme.toml because Hugo does not support such a key: https://github.com/gohugoio/hugo/issues/5342
2024-01-01Add missing asterisk for unordered listsv1.2.2Nicholas Johnson
2024-01-01Update CSS copyright datesv1.2.1Nicholas Johnson
2024-01-01Write new documentation conforming to DiátaxisNicholas Johnson
2023-12-31Convert Markdown's ol to gemtext's ulv1.2.0Nicholas Johnson
2023-12-31Add support for alternative heading syntaxv1.1.0Nicholas Johnson
2023-12-02Add missing info to gemtext compatibility docv1.0.10Nicholas Johnson
2023-12-02Add titles to linksNicholas Johnson
2023-12-02Don't add rel="noreferrer" to non-web linksNicholas Johnson
2023-12-02Add referrerpolicy="noreferrer" to imagesNicholas Johnson
2023-12-02Lazy load inline imagesNicholas Johnson
2023-11-30Update outdated link documentationv1.0.9Nicholas Johnson
2023-11-30Use more generic languageNicholas Johnson
2023-11-03Make layout spacing consistentv1.0.8Nicholas Johnson
2023-11-03Use superscripted reference numbers for linksNicholas Johnson
The implementation is ugly, but I couldn't find another way to accomplish this.
2023-10-15Convert Atom feed dates to UTCv1.0.7Nicholas Johnson
Atom feed dates reported as UTC were not necessarily UTC. The entry archetype converts from local to UTC by default, but the user may override that behavior.
2023-10-15Convert archetype dates to UTCNicholas Johnson
For privacy reasons, user time zones are not recorded at the moment they are created by an archetype. Without knowing the time zone offset, the true date is ambiguous. To correct this, all dates are converted to UTC.
2023-10-08Fix division symbol in README.mdv1.0.6Nicholas Johnson
2023-09-28Trick browsers into not requesting absent faviconv1.0.5Nicholas Johnson
2023-09-16Add link underlinesv1.0.4Nicholas Johnson
Link underlines make links more accessible for users with low-contrast vision.
2023-09-10Shorten logo line-heightv1.0.3Nicholas Johnson
2023-09-09Add brackets around link index numbersNicholas Johnson
2023-09-02Revert "Remove redundant CSS rule"v1.0.2Nicholas Johnson
This reverts commit 892f28ca9ba65a004046800747d4d3dfd6d37c6c. Redundant CSS rule was not redundant.
2023-09-01Add item to TODONicholas Johnson
2023-08-30Fix logo spacingv1.0.1Nicholas Johnson
2023-08-30Remove redundant CSS ruleNicholas Johnson
2023-08-25Complete last TODO itemv1.0.0Nicholas Johnson
2023-08-25Correctly handle absent journal entriesNicholas Johnson
2023-08-25Correctly handle absent navlinksNicholas Johnson