{{page.title}}
@@ -9,6 +11,38 @@ layout: default {{page.date | date: "%B %d, %Y" }} / by {{page.author}} + + {% if post.category %} + {% for site_category in site.data.categories %} + {% if site_category.slug == post.category %} + {% assign category = site_category %} + {% endif %} + {% endfor %} + {% if category %} + {% capture category_content %} in {{ category.name }}{% endcapture %} + {% endif %} + {% else %} + {% assign category_content = '' %} + {% endif %} + + {% if post.tags.size > 0 %} + {% capture tags_content %} with {% if post.tags.size == 1 %}{% else %}{% endif %}: {% endcapture %} + {% for post_tag in post.tags %} + {% for data_tag in site.data.tags %} + {% if data_tag.slug == post_tag %} + {% assign tag = data_tag %} + {% endif %} + {% endfor %} + {% if tag %} + {% capture tags_content_temp %}{{ tags_content }}{{ tag.name }}{% if forloop.last == false %}, {% endif %}{% endcapture %} + {% assign tags_content = tags_content_temp %} + {% endif %} + {% endfor %} + {% else %} + {% assign tags_content = '' %} + {% endif %} + +Posted {{ category_content }}{{ tags_content }}
diff --git a/_posts/2015-11-11-Hello-World.md b/_posts/2015-11-11-Hello-World.md index b379612..ac470f0 100644 --- a/_posts/2015-11-11-Hello-World.md +++ b/_posts/2015-11-11-Hello-World.md @@ -4,6 +4,7 @@ title: We are live or How to start a developer blog subtite: A short introduction description: How to start our developer blog category: general +tags: [cto, communication] author: Holger author_email: holger.reinhardt@haufe-lexware.com --- diff --git a/_posts/2015-11-17-oscon.md b/_posts/2015-11-17-oscon.md index 46214bb..d583784 100644 --- a/_posts/2015-11-17-oscon.md +++ b/_posts/2015-11-17-oscon.md @@ -3,7 +3,8 @@ layout: post title: Notes from OSCON Europe 2015 subtite: description: Notes from OSCON Europe 2015 -category: general +category: conference +tags: [open-source] author: Marco author_email: marco.seifried@haufe-lexware.com --- diff --git a/_posts/2015-11-19-api-journey.md b/_posts/2015-11-19-api-journey.md index 14ca2d3..b3e85bc 100644 --- a/_posts/2015-11-19-api-journey.md +++ b/_posts/2015-11-19-api-journey.md @@ -4,6 +4,7 @@ title: The beginnings of our API Journey subtite: Intro to our API style guide description: Got API? category: api +tags: [api] author: Holger author_email: holger.reinhardt@haufe-lexware.com --- diff --git a/_posts/2015-12-07-devopscon-2015.md b/_posts/2015-12-07-devopscon-2015.md index 90a763c..b42e812 100644 --- a/_posts/2015-12-07-devopscon-2015.md +++ b/_posts/2015-12-07-devopscon-2015.md @@ -3,7 +3,8 @@ layout: post title: Notes from DevOpsCon 2015 subtite: description: Notes from DevOpsCon 2015 -category: general +category: conference +tags: [docker, devops] author: Rainer author_email: rainer.zehnle@haufe-lexware.com --- diff --git a/_posts/2015-12-08-DockerCon-EU-2015.md b/_posts/2015-12-08-DockerCon-EU-2015.md index a88d9c2..8867de1 100644 --- a/_posts/2015-12-08-DockerCon-EU-2015.md +++ b/_posts/2015-12-08-DockerCon-EU-2015.md @@ -3,7 +3,8 @@ layout: post title: Impressions from DockerCon EU 2015 - Part 1 subtite: Insights, Outlooks and Inbetweens description: Notes from DevOpsCon 2015 -category: general +category: conference +tags: [docker, security] author: ThomasSc author_email: thomas.schuering@haufe-lexware.com --- diff --git a/_posts/2015-12-11-apidays-paris.md b/_posts/2015-12-11-apidays-paris.md index 4ec7fc5..f6a9561 100644 --- a/_posts/2015-12-11-apidays-paris.md +++ b/_posts/2015-12-11-apidays-paris.md @@ -3,7 +3,8 @@ layout: post title: APIdays Paris - From Philosophy to Technology and back again subtite: A biased report from APIdays global in Paris description: APIdays Paris - From Philosophy to Technology and back again -category: general +category: conference +tags: [api] author: Martin author_email: martin.danielsson@haufe-lexware.com --- diff --git a/_posts/2015-12-15-dockercon_eu_2015.md b/_posts/2015-12-15-dockercon_eu_2015.md index 87ad0c4..69f3efb 100644 --- a/_posts/2015-12-15-dockercon_eu_2015.md +++ b/_posts/2015-12-15-dockercon_eu_2015.md @@ -3,7 +3,8 @@ layout: post title: Impressions from DockerCon 2015 - Part 2 subtitle: Barcelona 16. + 17.11.2015 description: my highlights and picks from DockerCon 2015 -category: docker +category: conference +tags: [docker] author: Peter Frey author_email: peter.frey@haufe-lexware.com --- diff --git a/_posts/2015-12-17-letsencrypt.md b/_posts/2015-12-17-letsencrypt.md index cd0dafc..748bd44 100644 --- a/_posts/2015-12-17-letsencrypt.md +++ b/_posts/2015-12-17-letsencrypt.md @@ -4,6 +4,7 @@ title: Howto - Leverage 'Let's Encrypt' on Azure subtitle: Create free valid SSL certificates in 20 minutes. description: Howto - Leverage 'Let's Encrypt' on an Azure Ubuntu VM category: howto +tags: [security, cloud] author: Martin author_email: martin.danielsson@haufe-lexware.com --- diff --git a/_posts/2015-12-31-smartsteuer-snap-app.md b/_posts/2015-12-31-smartsteuer-snap-app.md index 62ba747..d22d9ad 100644 --- a/_posts/2015-12-31-smartsteuer-snap-app.md +++ b/_posts/2015-12-31-smartsteuer-snap-app.md @@ -3,7 +3,8 @@ layout: post title: Creating the Smartsteuer 'Snap' App subtitle: A backstage report description: A behind the scenes view of the birth of our youngest creation. -category: Smartsteuer +category: product +tags: [smartsteuer, mobile, custdev] author: Eike Hirsch author_email: eike.hirsch@smartsteuer.de --- diff --git a/_posts/2015-12-8-microservices-devopscon.md b/_posts/2015-12-8-microservices-devopscon.md index 2bd7e14..94c9cc6 100644 --- a/_posts/2015-12-8-microservices-devopscon.md +++ b/_posts/2015-12-8-microservices-devopscon.md @@ -3,7 +3,8 @@ layout: post title: DevOpsCon Munich - Is it really about the tools? subtite: A opinionated commentary by Elias Weingaertner description: My personal findings from DevOpsCon 2015 in Munich -category: general +category: conference +tags: [devops, microservice] author: Elias Weingaertner author_email: elias.weingaertner@haufe-lexware.com --- diff --git a/index.html b/index.html index 9c35f0e..410716c 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ layout: default ---