Skip to content

Instantly share code, notes, and snippets.

View tooh's full-sized avatar
🎸
Studying guitar

Peter Florijn tooh

🎸
Studying guitar
View GitHub Profile
@tooh
tooh / title_capitalize
Last active February 10, 2024 15:24
Pelican plugin to Capitalize title
"""[OVERVIEW] Pelican plugin to replace “-” with a space in the value of the key “title” articles and pages.
[NOTE] Not possible to have expected value of “title” key without plugin:
https://stackoverflow.com/q/64058029/5951529
[REQUIRED] “FILENAME_METADATA: (?P<title>.*)” in Pelican settings;
this is necessary so as not to add the “title” manually in each article and page.
Otherwise error when running “pelican” command on the command line:
“could not find information about 'title'”.
https://docs.getpelican.com/en/latest/content.html#file-metadata