summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAge
* Parse dates without time zone offsets as UTCNicholas Johnson8 days
| | | | | Early entries are missing time zone offsets. They're implicitly treated as UTC. This just makes that behavior more explicit.
* Transition to new config file naming conventionNicholas Johnson8 days
|
* Don't leak Hugo versionNicholas Johnson8 days
|
* Transition to new .Site.Params.Author APINicholas Johnson2024-08-17
|
* Remove promoted pageNicholas Johnson2024-07-06
| | | | | I will write about the promoted links later. Until then I don't want the promoted page to keep being in the navlinks.
* Add "tags" nav link to web and merge configsNicholas Johnson2024-06-12
|
* Remove email contact from Atom feedsNicholas Johnson2024-06-11
|
* Add copyright symbol to copyright noticeNicholas Johnson2024-05-26
|
* Disable 404 kind for GeminiNicholas Johnson2024-05-20
| | | | | This prevents 404.html from being generated into the Gemini capsule output.
* Change copyright start dateNicholas Johnson2023-09-29
| | | | The date on my first journal entry was in the year 2020.
* Fix multilingual supportNicholas Johnson2023-08-02
|
* Remove glossaryNicholas Johnson2023-04-15
|
* Update themeNicholas Johnson2023-02-24
|
* Add "economics" to journal intro and keywordsNicholas Johnson2023-01-23
|
* Update journal introNicholas Johnson2023-01-07
|
* Update themeNicholas Johnson2022-12-08
|
* Change project name to "journal"Nicholas Johnson2022-12-04
|
* Merge in default config settings from themeNicholas Johnson2022-11-10
|
* Clean destination dir upon buildNicholas Johnson2022-11-10
|
* Add emoji code supportNicholas Johnson2022-11-10
|
* Create configDir for journal generationNicholas Johnson2022-11-09
This gets rid of the ugly dependency on Python scripts. By using configDir, two different configs can be specified. One for Gemini and one for the Web. This keeps everything separate, tidy, and much more maintainable.