offen is a web analytics software that gives users access to the data they are generating. Not only operators running sites or applications are given able to use the analytics tools, but also the users themselves are granted access to and ownership of their data.
diff --git a/pelicanconf.py b/pelicanconf.py index fe6e8de..80e9dfb 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -31,7 +31,8 @@ DEFAULT_PAGINATION = False # added configs ---------------------------------------------- -THEME = 'homepage-theme' + +# THEME = '###' # Delete the output directory before generating new files. DELETE_OUTPUT_DIRECTORY = True @@ -46,7 +47,7 @@ CATEGORIES_SAVE_AS = None TAGS_SAVE_AS = None # The static paths you want to have accessible on the output path “static”. -STATIC_PATHS = ['img', 'css'] +STATIC_PATHS = ['css', 'img', 'fonts'] # The default metadata you want to use for all articles and pages. DEFAULT_METADATA = { diff --git a/theme/templates/page.html b/theme/templates/page.html index 413ff5e..74584f0 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -6,7 +6,7 @@