diff --git a/homepage/content/pages/404.md b/homepage/content/pages/404.md index 96939ee..fc40732 100644 --- a/homepage/content/pages/404.md +++ b/homepage/content/pages/404.md @@ -1,10 +1,8 @@ -Title: Page not found | Offen +title: Page not found | Offen description: This link isn’t working. save_as: 404.html -href: /404.html no_stats: true exclude_from_sitemap: true -sm_image_url: /theme/images/offen-logo-social-media.jpg ![Page not Found](/theme/images/content-404.webp){:class="image-text-600-338"} diff --git a/homepage/content/pages/about.md b/homepage/content/pages/about.md index 93e2c9d..6e590aa 100644 --- a/homepage/content/pages/about.md +++ b/homepage/content/pages/about.md @@ -1,8 +1,6 @@ -Title: About | Offen +title: About | Offen description: Who we are, who supports us and how you can can get in touch. -save_as: about/index.html -href: /about/ -sm_image_url: /theme/images/offen-logo-social-media.jpg +slug: about ## About diff --git a/homepage/content/pages/blog-0010-milestone1.md b/homepage/content/pages/blog-0010-milestone1.md index 6a7e0f3..84cee4f 100644 --- a/homepage/content/pages/blog-0010-milestone1.md +++ b/homepage/content/pages/blog-0010-milestone1.md @@ -1,4 +1,4 @@ -Title: Laying the foundation for fair web analytics | Offen +title: Laying the foundation for fair web analytics | Offen description: Our milestone 1 achievements include extensible architecture, a localization option and an improved server structure. save_as: blog/laying-foundation-for-fair-web-analytics/index.html href: /blog/laying-foundation-for-fair-web-analytics/ diff --git a/homepage/content/pages/blog.md b/homepage/content/pages/blog.md deleted file mode 100644 index 17ea494..0000000 --- a/homepage/content/pages/blog.md +++ /dev/null @@ -1,18 +0,0 @@ -Title: Fair analytics blog | Offen -description: Developing Offen. A free and open source analytics software for websites and web applications that allows respectful handling of data. -save_as: blog/index.html -href: /blog/ -exclude_from_sitemap: true -sm_image_url: /theme/images/offen-logo-social-media.jpg - - -## Fair analytics blog -### Developing Offen. A free and open source analytics software for websites and web applications that allows respectful handling of data. - ---- - -12 Dec 2019 - -[![Milestone 1 - Laying the foundation for fair web analytics](/theme/images/offen-blog-0010-milestone1.jpg){:class="image-text-600-322"}](/blog/laying-foundation-for-fair-web-analytics/) - -## [Episode One — Laying the foundation for fair web analytics](/blog/laying-foundation-for-fair-web-analytics/) \ No newline at end of file diff --git a/homepage/content/pages/deep-dive.md b/homepage/content/pages/deep-dive.md index 744110b..fc005d6 100644 --- a/homepage/content/pages/deep-dive.md +++ b/homepage/content/pages/deep-dive.md @@ -1,9 +1,7 @@ -Title: Deep dive | Offen +title: Deep dive | Offen description: What do users know about their data? How can they access it? Do operators benefit from a careful handling of user data? Does Offen work in accordance with GDPR? -save_as: deep-dive/index.html -href: /deep-dive/ +slug: deep-dive sitemap_priority: 0.7 -sm_image_url: /theme/images/offen-logo-social-media.jpg ## Deep dive diff --git a/homepage/content/pages/index.md b/homepage/content/pages/index.md index c9f0b3c..83b71bc 100644 --- a/homepage/content/pages/index.md +++ b/homepage/content/pages/index.md @@ -1,10 +1,8 @@ -Title: Transparent web analytics for everyone | Offen +title: Transparent web analytics for everyone | Offen description: Offen is a free and open source analytics software for websites and web applications. Users can access their data while the operators treat it with respect. save_as: index.html -href: / template: index sitemap_priority: 1.0 -sm_image_url: /theme/images/offen-logo-social-media.jpg ## Summary diff --git a/homepage/content/pages/legal-notice.md b/homepage/content/pages/legal-notice.md index ec3aa07..8728fb1 100644 --- a/homepage/content/pages/legal-notice.md +++ b/homepage/content/pages/legal-notice.md @@ -1,9 +1,7 @@ -Title: Legal Notice | Offen +title: Legal Notice | Offen description: Information in accordance with Section 5 TMG -save_as: legal-notice/index.html -href: /legal-notice/ +slug: legal-notice exclude_from_sitemap: true -sm_image_url: /theme/images/offen-logo-social-media.jpg ## Legal Notice diff --git a/homepage/content/pages/opt-out.md b/homepage/content/pages/opt-out.md deleted file mode 100644 index 2fb24a3..0000000 --- a/homepage/content/pages/opt-out.md +++ /dev/null @@ -1,30 +0,0 @@ -Title: Opt-out | Offen -description: Prevent Offen from aggregating the actions you have taken on participating websites. -save_as: opt-out/index.html -exclude_from_sitemap: true -sm_image_url: /theme/images/offen-logo-social-media.jpg - -## You are opted out - -This will prevent Offen from aggregating the actions you have taken on participating websites. - -Operators now cannot draw any conclusions from your actions via Offen. At the same time, however, they *cannot create a better experience* for you and other users. - - diff --git a/homepage/pelicanconf.py b/homepage/pelicanconf.py index 4c15740..4ccf746 100644 --- a/homepage/pelicanconf.py +++ b/homepage/pelicanconf.py @@ -37,6 +37,7 @@ TAGS_SAVE_AS = None # keep this for access to page variable DIRECT_TEMPLATES = ['sitemap'] SITEMAP_SAVE_AS = 'sitemap.xml' +PAGE_SAVE_AS = '{slug}/index.html' PLUGIN_PATHS = ['./plugins'] PLUGINS = ['decorate_content', 'assets'] diff --git a/homepage/theme/templates/base.html b/homepage/theme/templates/base.html index 188a094..e3f89e2 100644 --- a/homepage/theme/templates/base.html +++ b/homepage/theme/templates/base.html @@ -13,11 +13,11 @@ - + - + {% assets filters="libsass,postcss,cssmin", output="css/style.min.css", "css/normalize.css", "css/fonts.css", "css/style.scss" %} @@ -26,7 +26,7 @@ {% endif %} -
+ @@ -121,22 +121,22 @@