aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update changelogHEADv1.6.7masterNicholas Johnson2 days
|
* Add non-breaking spaces within entry tag namesNicholas Johnson2 days
| | | | | | The spaces in tag names must be non-breaking because tag names split across multiple lines are visually indistinguishable from distinct tags.
* Update changelogv1.6.6Nicholas Johnson2 days
|
* Remove commas from pageinfo tags list in htmlNicholas Johnson2 days
| | | | | | Spaces are more aesthetically pleasing. The Gemtext output format cannot remove the commas because then there would be no way to distinguish tags containing spaces from distinct tags.
* Move emojis outside link text, where they belongNicholas Johnson2 days
|
* Add non-breaking spaces to improve text flowNicholas Johnson2 days
| | | | | | | | | The spaces directly following emojis must be non-breaking because having emojis alone on their own line is ugly and visually confusing. The spaces within pageinfo "segments" must be non-breaking because splitting dates and read times across multiple lines is ugly and visually confusing.
* Update changelogv1.6.5Nicholas Johnson3 days
|
* Add missing version link in changelogNicholas Johnson3 days
|
* Add missing hyphen to pageinfo partialNicholas Johnson3 days
| | | | | The compound modifier hyphen in 'X minute read' for the English language translation was missing.
* Update changelogv1.6.4Nicholas Johnson11 days
|
* List Gemini in README for live demoNicholas Johnson11 days
|
* Update changelogv1.6.3Nicholas Johnson2024-11-25
|
* Move /style.css to /static/css/style.cssNicholas Johnson2024-11-25
| | | | | It's good practice to keep static website assets isolated to their own subdirectory.
* Update changelogv1.6.2Nicholas Johnson2024-11-23
|
* Map ref numbers to their superscripts using dictNicholas Johnson2024-11-22
| | | | | This removes the extra iterations over reference numbers caused by using the replace function.
* Update changelogv1.6.1Nicholas Johnson2024-11-08
|
* Fix typoNicholas Johnson2024-11-08
|
* Update changelogv1.6.0Nicholas Johnson2024-11-08
|
* Change CSS styling for external linksNicholas Johnson2024-11-08
|
* Make hover/non-hover link colors equivalentNicholas Johnson2024-11-08
|
* Add "external" to rel attribute for external linksNicholas Johnson2024-11-08
|
* Remove unnecessary safeHTML calls for readabilityNicholas Johnson2024-11-08
|
* Remove incorrect safeHTML callNicholas Johnson2024-11-08
|
* Stop safeHTML overuse in emojis for readabilityNicholas Johnson2024-11-08
|
* Replace replaceRE with TrimSuffix for readabilityNicholas Johnson2024-11-08
|
* Set Gemini to permalinkableNicholas Johnson2024-11-08
|
* Disable LiveReload and alias redirect for GeminiNicholas Johnson2024-11-08
|
* Set Gemini protocolNicholas Johnson2024-11-08
| | | | | This avoids littering the gemtext templates with regex to change the protocol.
* Disable HTML renderer for Gemini output formatNicholas Johnson2024-11-07
| | | | This avoids littering the gemtext templates with "safeHTML".
* Update changelogv1.5.0Nicholas Johnson2024-11-07
|
* Remove timestamp obfuscation privacy featureNicholas Johnson2024-11-07
| | | | | | | Timestamp obfuscation is a niche privacy feature which contradicts how users expect Hugo to work. If the user desires such a feature, they can override the theme with their own custom timestamp-obfuscating archetypes.
* Transition to new config file naming conventionNicholas Johnson2024-11-07
|
* Don't convert time to UTC in Atom feedsNicholas Johnson2024-11-07
| | | | | | | The entry archetype already wipes the time of day of entries and converts their dates to UTC, for the sake of user privacy. If the user overrides this behavior and purposely includes times and/or time zones, the theme should not interfere.
* Convert remaining tabs to spacesNicholas Johnson2024-11-07
|
* Add time element to HTML entry metadataNicholas Johnson2024-11-07
|
* Update changelogv1.4.0Nicholas Johnson2024-08-17
|
* Remove extra safeURL calls in id elementsNicholas Johnson2024-08-17
|
* Combine two replaceRE ops into oneNicholas Johnson2024-08-17
|
* Remove extraneous multi-line regex flagsNicholas Johnson2024-08-16
|
* Substitute replace with replaceRE for correctnessNicholas Johnson2024-08-16
|
* Make author element optional in Atom feedsNicholas Johnson2024-08-16
|
* Add backward compatibility for old taxonomy APINicholas Johnson2024-08-16
|
* Make email subelement optional in Atom feedsNicholas Johnson2024-08-16
| | | | | Elements which are optional in the Atom feed spec should also be optional in the templates.
* Add support for new taxonomy APINicholas Johnson2024-08-16
|
* Remove "index.gmi" from Gemini Atom link suffixesNicholas Johnson2024-08-16
|
* Fix bug in bold/italics regexNicholas Johnson2024-08-16
| | | | Bold/italics regex must not match greedily.
* Update changelogv1.3.7Nicholas Johnson2024-07-04
|
* Remove accidentally-introduced extra newlineNicholas Johnson2024-07-04
|
* Add CHANGELOG.mdv1.3.6Nicholas Johnson2024-06-30
|
* Add missing end of line matchingNicholas Johnson2024-06-30
|