2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

update title, remove summary_title

This commit is contained in:
Hendrik Niefeld 2020-07-02 22:17:00 +02:00
parent c7c83769cd
commit 95cc2f9454
9 changed files with 9 additions and 17 deletions

View File

@ -1,10 +1,9 @@
title: Laying the foundation for fair web analytics | Offen
title: Laying the foundation for fair web analytics
description: Our milestone 1 achievements include extensible architecture, a localization option and an improved server structure.
date: 2019-12-12
slug: laying-foundation-for-fair-web-analytics
sitemap_priority: 0.7
sm_image_url: /theme/images/offen-blog-0010-milestone1.jpg
summary_title: Laying the foundation for fair web analytics
<figure class="larger-image mb5">
<img alt="Milestone 1 - Laying the foundation for fair web analytics" src="/theme/images/offen-blog-0010-milestone1.jpg"/>

View File

@ -1,10 +1,9 @@
title: Untold roads to v1.0 | Offen
title: Untold roads to v1.0
description: Onboarding users onto a product that is still in development needs a thorough plan. These are our conclusions as we work our way to a v1.0 release of Offen.
date: 2020-01-19
slug: untold-roads-versioning-early-stage-software
sitemap_priority: 0.7
sm_image_url: /theme/images/offen-blog-0020-untoldRoads.jpg
summary_title: Untold roads to v1.0
<figure class="larger-image mb5">
<img alt="Untold roads" src="/theme/images/offen-blog-0020-untoldRoads.jpg"/>

View File

@ -1,10 +1,9 @@
title: Collecting data securely | Offen
title: Collecting data securely
description: Our key milestone 2 features are user consent, improved crypto implementation and an extended set of stats.
date: 2020-01-31
slug: collecting-data-securely
sitemap_priority: 0.7
sm_image_url: /theme/images/offen-blog-0030-milestone-2.jpg
summary_title: Collecting data securely
<figure class="larger-image mb5">
<img alt="Milestone 2 - Collecting data securely" src="/theme/images/offen-blog-0030-milestone-2.jpg"/>

View File

@ -1,10 +1,9 @@
title: Test our alpha release today | Offen
title: Test our alpha release today
description: Help us take a step forward. Download or deploy Offen today and give it a spin. Any feedback is appreciated.
date: 2020-03-04
slug: test-offen-today
sitemap_priority: 0.7
sm_image_url: /theme/images/offen-blog-0040-test-offen-today.jpg
summary_title: Test Offen today
<figure class="larger-image mb5">
<img alt="Test Offen today" src="/theme/images/offen-blog-0040-test-offen-today.jpg"/>

View File

@ -1,10 +1,9 @@
title: Displaying data | Offen
title: Displaying data
description: Our milestone 3 achievements include an improved UX, a Heroku deploy option and full Safari support.
date: 2020-04-13
slug: displaying-data
sitemap_priority: 0.7
sm_image_url: /theme/images/offen-blog-0050-milestone-3.jpg
summary_title: Displaying data
<figure class="larger-image mb5">
<img alt="Milestone 3 - Displaying data" src="/theme/images/offen-blog-0050-milestone-3.jpg"/>

View File

@ -1,10 +1,9 @@
title: Managing data | Offen
title: Managing data
description: Milestone 4 comes with enhanced account management, UX improvements and an updated demo version.
date: 2020-06-09
slug: managing-data
sitemap_priority: 0.7
sm_image_url: /theme/images/offen-blog-0060-milestone-4.jpg
summary_title: Managing data
<figure class="larger-image mb5">
<img alt="Milestone 4 - Managing data" src="/theme/images/offen-blog-0060-milestone-4.jpg"/>

View File

@ -1,10 +1,9 @@
title: Hosting Offen on a budget | Offen
title: Hosting Offen on a budget
description: Here are some real world options for hosting Offen on a budget. Let's compare how they relate in terms of ease of deployment, performance and pricing.
date: 2020-06-30
slug: hosting-offen-on-budget
sitemap_priority: 0.7
sm_image_url: /theme/images/offen-blog-0070-budget.jpg
summary_title: Hosting Offen on a budget
<figure class="larger-image mb5">
<img alt="Hosting on a budget" src="/theme/images/offen-blog-0070-budget.jpg"/>

View File

@ -20,7 +20,7 @@
</a>
</figure>
<h1 class="f2 normal lh-title mt3 ma0 mb3 light-silver">
<a href="{{ article.slug }}" class="link b dim gray">{{ article.summary_title }}</a>
<a href="{{ article.slug }}" class="link b dim gray">{{ article.title }}</a>
</h1>
<p class="">
{{ article.description }} <a href="{{ article.slug }}" class="link b dim gray">Read more</a>

View File

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% set title = article.title %}
{% set title = article.title + "| Offen" %}
{% set description = article.description %}
{% set href = article.save_as.replace('index.html', '') %}
{% set sm_image_url = article.sm_image_url %}
@ -8,4 +8,3 @@
{% set template = article.template %}
{% set content = article.content %}
{% set cta_1 = 'true' %}
{% set summary_title = article.summary_title %}