Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add tag list to metadata partial | Nicholas Johnson | 2023-02-24 |
| | |||
* | Exclude link emojis from links | Nicholas Johnson | 2023-02-24 |
| | |||
* | Simplify copyright notice | Nicholas Johnson | 2022-12-08 |
| | |||
* | Make logo optional | Nicholas Johnson | 2022-12-08 |
| | |||
* | Don't assume contentDir is the default | Nicholas Johnson | 2022-12-08 |
| | |||
* | Complete overhaul of the CSS | Nicholas Johnson | 2022-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 processor | Nicholas Johnson | 2022-11-10 |
| | | | | This increases code accessibility. | ||
* | Remove Python scripts | Nicholas Johnson | 2022-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 file | Nicholas Johnson | 2022-11-09 |
| | |||
* | Conditionally add page info to top of page | Nicholas Johnson | 2022-09-16 |
| | |||
* | Add more emojis to homepage | Nicholas Johnson | 2022-09-04 |
| | |||
* | Fix spacing | Nicholas Johnson | 2022-09-03 |
| | |||
* | Add link emoji to give links some style | Nicholas Johnson | 2022-09-03 |
| | |||
* | Replace site config var with local file template | Nicholas Johnson | 2022-08-27 |
| | |||
* | Fix extra header tag line that was accidentally added | Nicholas Johnson | 2022-08-07 |
| | |||
* | Fix logo overflow | Nicholas Johnson | 2022-08-06 |
| | |||
* | Remove extra newlines from HTML output | Nicholas Johnson | 2022-08-04 |
| | |||
* | Don't HTML escape Gemini templates | Nicholas Johnson | 2022-08-01 |
| | |||
* | Use safeHTML for Gemini templates to prevent HTML escaping | Nicholas Johnson | 2022-04-30 |
| | |||
* | Output Gemini | Nicholas Johnson | 2022-04-30 |
| | |||
* | Change post section to entry section | Nicholas Johnson | 2022-04-29 |
| | |||
* | Initial commit | Nicholas Johnson | 2022-04-28 |