diff --git a/docs/pelicanconf.py b/docs/pelicanconf.py index 3918a09..6493895 100644 --- a/docs/pelicanconf.py +++ b/docs/pelicanconf.py @@ -32,4 +32,15 @@ DEFAULT_PAGINATION = 5 # Uncomment following line if you want document-relative URLs when developing -#RELATIVE_URLS = True \ No newline at end of file +# RELATIVE_URLS = True + +# Theme configuration + +THEME = "../" + +JINJA_ENVIRONMENT = { + "extensions": ["jinja2.ext.i18n"] +} + +PLUGIN_PATHS = ['/home/ivanhercaz/Apps/pelican-plugins'] +PLUGINS = ["i18n_subsites"]