From 3bc386a95aa398780c0d497537cada3b392a93ee Mon Sep 17 00:00:00 2001 From: Holger Reinhardt Date: Mon, 4 Jan 2016 23:02:31 +0100 Subject: [PATCH] Finishing tag and category support --- README.md | 4 +++- _posts/2015-12-07-devopscon-2015.md | 2 +- _posts/2015-12-08-DockerCon-EU-2015.md | 2 +- _posts/2015-12-8-microservices-devopscon.md | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad075cd..691fa9b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ Pull Requests from our design, development and operations teams of [Haufe.Group](http://www.haufe-lexware.com) and its subsidiaries are greatly appreciated. If you've never contributed to an open source project before we are more than happy to walk you through how to create a pull request. -If you want to find out more about or want to improve our blog the following links might be a good starting point +Support for Categories and Tags was inspired by [this blog entry](http://www.minddust.com/post/tags-and-categories-on-github-pages/)). A list of the defined categories and tags can be found at `_data/categories.yml` and `_data\tags.yml` respectively. If you want to add new categories or tags, you need to add them to the corresponding `.yml` file and add the matching template into the `meta/category` or `meta/tag` directories. + +If you want to find out more about using `github-pages` for blogging or want to improve our blog the following links might be good starting points * [Jekyll documentation, i.e. how to include images](http://jekyllrb.com/docs/posts/) * [Github pages powered by Jekyll](https://github.com/jekyll/jekyll/wiki/sites) diff --git a/_posts/2015-12-07-devopscon-2015.md b/_posts/2015-12-07-devopscon-2015.md index b42e812..b21323c 100644 --- a/_posts/2015-12-07-devopscon-2015.md +++ b/_posts/2015-12-07-devopscon-2015.md @@ -1,6 +1,6 @@ --- layout: post -title: Notes from DevOpsCon 2015 +title: Notes from DevOpsCon 2015 - Part 1 subtite: description: Notes from DevOpsCon 2015 category: conference diff --git a/_posts/2015-12-08-DockerCon-EU-2015.md b/_posts/2015-12-08-DockerCon-EU-2015.md index 8867de1..604249b 100644 --- a/_posts/2015-12-08-DockerCon-EU-2015.md +++ b/_posts/2015-12-08-DockerCon-EU-2015.md @@ -1,6 +1,6 @@ --- layout: post -title: Impressions from DockerCon EU 2015 - Part 1 +title: Impressions from DockerCon 2015 - Part 1 subtite: Insights, Outlooks and Inbetweens description: Notes from DevOpsCon 2015 category: conference diff --git a/_posts/2015-12-8-microservices-devopscon.md b/_posts/2015-12-8-microservices-devopscon.md index 94c9cc6..5f55029 100644 --- a/_posts/2015-12-8-microservices-devopscon.md +++ b/_posts/2015-12-8-microservices-devopscon.md @@ -1,6 +1,6 @@ --- layout: post -title: DevOpsCon Munich - Is it really about the tools? +title: DevOpsCon 2015 - Is it really about the tools? subtite: A opinionated commentary by Elias Weingaertner description: My personal findings from DevOpsCon 2015 in Munich category: conference