this fixes stuff like og:urls of https://foo/./ or https://foo/./page and also removes an extra layer of depth in the breadcrumb hierarchy, just by suppressing the '.' in relpath output at the root of pages/ fixes #21 Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
29 lines
486 B
JSON
29 lines
486 B
JSON
{
|
|
"LOGGING": {
|
|
"version": 1,
|
|
"formatters": {
|
|
"default": {
|
|
"format": "[%(asctime)s %(levelname)-7s %(name)s] %(message)s"
|
|
}
|
|
},
|
|
"handlers": {
|
|
"console": {
|
|
"level": "DEBUG",
|
|
"class": "logging.StreamHandler",
|
|
"formatter": "default"
|
|
}
|
|
},
|
|
"loggers": {
|
|
"incorporealcms.mdx": {
|
|
"level": "DEBUG",
|
|
"handlers": ["console"]
|
|
},
|
|
"incorporealcms.ssg": {
|
|
"level": "DEBUG",
|
|
"handlers": ["console"]
|
|
}
|
|
}
|
|
},
|
|
"INSTANCE_VALUE": "hi"
|
|
}
|