aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials
Commit message (Collapse)AuthorAge
* 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
|
* Use safeHTML for Gemini templates to prevent HTML escapingNicholas Johnson2022-04-30
|
* Output GeminiNicholas Johnson2022-04-30
|
* Change post section to entry sectionNicholas Johnson2022-04-29
|
* Initial commitNicholas Johnson2022-04-28