Skip to content
Snippets Groups Projects
Verified Commit 9d504491 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Enable po4a plugin by default

parent 5c476cba
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,8 @@ DATE_FORMATS = {
"de": "%A, %d. %B %Y",
"en": "%A, %Y-%m-%d",
}
PO4A_POST_PATTERN = PATH + "/posts/{lang}/{relpath}"
PO4A_PAGE_PATTERN = PATH + "/pages/{lang}/{relpath}"
# Feed generation is usually not desired when developing
FEED_ALL_ATOM = None
......@@ -40,7 +42,7 @@ SECONDARY_DARK = "#015ebe"
SECONDARY_LIGHT = "#00c5fa"
PLUGIN_PATHS = ["plugins"]
PLUGINS = ["i18n_subsites", "sitemap", "summary", "jinja2content"]
PLUGINS = ["i18n_subsites", "sitemap", "summary", "jinja2content", "po4a"]
MARKDOWN = {
"extension_configs": {
"markdown.extensions.attr_list": {},
......
......@@ -12,9 +12,10 @@ url = "https://edugit.org/api/v4/projects/257/packages/pypi/simple"
secondary = true
[tool.poetry.dependencies]
python = "^3.6"
python = "^3.6.2"
pelican-sitemap = "^1.0.2"
pelican-jinja2content = "^1.0.1"
pelican-po4a = "^0.1.0"
[tool.poetry.dev-dependencies]
Jinja2 = "^3.0.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment