summaryrefslogtreecommitdiff
path: root/assets/css/style.css
AgeCommit message (Collapse)Author
2022-12-08Complete overhaul of the CSSNicholas Johnson
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.
2022-12-08Fix copyright noticeNicholas Johnson
2022-12-06Fix margins for highlighted codeNicholas Johnson
2022-12-06Add styling for quotesNicholas Johnson
2022-11-09Remove Python scriptsNicholas Johnson
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.