aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials
Commit message (Collapse)AuthorAge
* 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