diff --git a/content/pages/deep-dive.md b/content/pages/deep-dive.md index bfd3fb3..759d2d2 100644 --- a/content/pages/deep-dive.md +++ b/content/pages/deep-dive.md @@ -1,5 +1,5 @@ Title: Deep dive | offen -URL: +Summary: offen is a free and open source analytics software for websites and web applications that allows respectful handling of data. save_as: deep-dive/index.html ### What is this thing called "my data" and why does seemingly everyone want to get hold of it? diff --git a/content/pages/index.md b/content/pages/index.md index 0c18a23..1d23798 100644 --- a/content/pages/index.md +++ b/content/pages/index.md @@ -1,7 +1,8 @@ Title: Transparent web analytics | offen -URL: +Summary: offen is a free and open source analytics software for websites and web applications that allows respectful handling of data. save_as: index.html + __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*. Usage metrics come with explanations about their meaning, relevance, usage and possible privacy implications. __offen__ also details *which kind of data is not collected*. All data can be deleted selectively or in its entirety by the users, or the collection can be disabled altogether. diff --git a/pelicanconf.py b/pelicanconf.py index e0c41ac..ba8f8b2 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -9,7 +9,7 @@ RELATIVE_URLS = False AUTHOR = 'offen' SITENAME = 'offen' -SITEURL = '' +SITEURL = 'https://www.offen.dev' PATH = 'content' TIMEZONE = 'Europe/Berlin' DEFAULT_LANG = 'en' @@ -25,9 +25,6 @@ AUTHOR_FEED_RSS = None DEFAULT_PAGINATION = False - -# added configs ---------------------------------------------- - THEME = './theme' # Delete the output directory before generating new files. @@ -43,3 +40,6 @@ TAGS_SAVE_AS = None DEFAULT_METADATA = { 'description': 'offen is a free and open source analytics software for websites and web applications that allows respectful handling of data.' } + +# keep this for access to page variable +DIRECT_TEMPLATES = [] diff --git a/theme/static/images/offen-logo-social-media.jpg b/theme/static/images/offen-logo-social-media.jpg new file mode 100644 index 0000000..5796ad1 Binary files /dev/null and b/theme/static/images/offen-logo-social-media.jpg differ diff --git a/theme/templates/base.html b/theme/templates/base.html index 26408d2..572219a 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -2,22 +2,23 @@ - +{% block title %}{% endblock %} - - - -{% block title %}{% endblock %} - - - - - - - - - + + + + + + + + + + + + + + @@ -25,7 +26,7 @@
- +
{% block content %}{% endblock %}