Integrate Obsidian with the site and track its settings

This commit is contained in:
2022-05-01 16:08:06 -06:00
parent 6730b1e54e
commit 043c5201d2
53 changed files with 494 additions and 546 deletions

View File

@@ -34,7 +34,11 @@ MARKDOWN = {
'output_format': 'html5',
}
STATIC_PATHS = ['images', 'extra']
PLUGINS = [
'obsidian',
]
STATIC_PATHS = ['media', 'extra']
EXTRA_PATH_METADATA = {
'extra/favicon.svg': {'path': 'favicon.svg'},