aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials
Commit message (Collapse)AuthorAge
* Change CSS styling for external linksNicholas Johnson7 days
|
* Remove unnecessary safeHTML calls for readabilityNicholas Johnson7 days
|
* Stop safeHTML overuse in emojis for readabilityNicholas Johnson7 days
|
* Replace replaceRE with TrimSuffix for readabilityNicholas Johnson7 days
|
* Set Gemini protocolNicholas Johnson7 days
| | | | | This avoids littering the gemtext templates with regex to change the protocol.
* Disable HTML renderer for Gemini output formatNicholas Johnson8 days
| | | | This avoids littering the gemtext templates with "safeHTML".
* Remove timestamp obfuscation privacy featureNicholas Johnson8 days
| | | | | | | 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.
* Add time element to HTML entry metadataNicholas Johnson8 days
|
* Add missing end of line matchingNicholas Johnson2024-06-30
|
* Add trailing forward slash for consistencyv1.3.2Nicholas Johnson2024-05-27
|
* Remove extra css subdirectoryv1.3.1Nicholas Johnson2024-05-26
|
* Convert archetype dates to UTCNicholas Johnson2023-10-15
| | | | | | 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.
* Trick browsers into not requesting absent faviconv1.0.5Nicholas Johnson2023-09-28
|
* Fix logo spacingv1.0.1Nicholas Johnson2023-08-30
|
* Make logo requiredNicholas Johnson2023-08-25
| | | | Pages look ugly without a logo. This also makes templates simpler.
* Remove old nicksphere referenceNicholas Johnson2023-08-25
|
* Prefer right-aligned whitespace eliminationNicholas Johnson2023-08-25
|
* Remove EOLs in embedded layoutsNicholas Johnson2023-08-25
|
* Remove non-breakable spacesNicholas Johnson2023-08-25
|
* Fix tag display in pageinfo for Geminiv0.7.1Nicholas Johnson2023-08-06
|
* Add multilingual support for taxonomiesNicholas Johnson2023-08-01
|
* Add multilingual support for datesNicholas Johnson2023-07-31
|
* Add multilingual support for reading timeNicholas Johnson2023-07-31
|
* Fix page titlev0.5.5Nicholas Johnson2023-05-11
|
* Allow custom CSS overridesv0.5.3Nicholas Johnson2023-05-09
|
* Make non-critical page elements optionalv0.5.2Nicholas Johnson2023-05-09
|
* Make page titles more usefulv0.4.6Nicholas Johnson2023-04-09
|
* Don't break spaces directly following emojisv0.4.5Nicholas Johnson2023-03-26
|
* Make Gemini index page links consistentNicholas Johnson2023-02-25
|
* Implement term Atom feedsNicholas Johnson2023-02-24
|
* Declare safeHTML where possibleNicholas Johnson2023-02-24
|
* Simplify relative URLs in Gemini metadataNicholas Johnson2023-02-24
|
* Add tag list to metadata partialNicholas Johnson2023-02-24
|
* Exclude link emojis from linksNicholas Johnson2023-02-24
|
* Simplify copyright noticeNicholas Johnson2022-12-08
|
* Make logo optionalNicholas Johnson2022-12-08
|
* Don't assume contentDir is the defaultNicholas Johnson2022-12-08
|
* Complete overhaul of the CSSNicholas Johnson2022-12-08
| | | | | I made it as BEM-compliant as I could. Making it fully BEM-compliant is impossible since Hugo doesn't have HTML render hooks for certain tags.
* Replace emojis with the emojify processorNicholas Johnson2022-11-10
| | | | This increases code accessibility.
* Remove Python scriptsNicholas Johnson2022-11-09
| | | | | | | | Using Hugo's configDir is more elegant. css/ was moved to assets so it isn't published when processing Gemini. Files in static/ are always published. Files in assets/ are only published when invoked in a template.
* Add .txt extension to logo fileNicholas Johnson2022-11-09
|
* Conditionally add page info to top of pageNicholas Johnson2022-09-16
|
* Add more emojis to homepageNicholas Johnson2022-09-04
|
* Fix spacingNicholas Johnson2022-09-03
|
* Add link emoji to give links some styleNicholas Johnson2022-09-03
|
* Replace site config var with local file templateNicholas Johnson2022-08-27
|
* Fix extra header tag line that was accidentally addedNicholas Johnson2022-08-07
|
* Fix logo overflowNicholas Johnson2022-08-06
|
* Remove extra newlines from HTML outputNicholas Johnson2022-08-04
|
* Don't HTML escape Gemini templatesNicholas Johnson2022-08-01
|