fixing typo and another attempt to fix headline

This commit is contained in:
Holger Reinhardt 2016-01-30 22:39:03 +01:00
parent 1dc02ef96b
commit 30ada4a220
13 changed files with 15 additions and 15 deletions

View file

@ -4,7 +4,8 @@
# Your site # Your site
title: Design + Dev + Ops at haufe-lexware.de title: Design + Dev + Ops at haufe-lexware.de
description: The Development, Design and Ops blog from Haufe-Lexware description: The Development, Design and Operations Blog from Haufe-Lexware
headline: Silicon Black Forest
header-img: images/bg-home.jpg header-img: images/bg-home.jpg
email: your-email@yourdomain.com email: your-email@yourdomain.com
copyright_name: Haufe-Lexware GmbH & Co.KG copyright_name: Haufe-Lexware GmbH & Co.KG

View file

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ site.description }}"> <meta name="description" content="{{ site.description }}">
<title>{% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %}</title> <title>{% if page.title %}{{ page.title }} - {{ site.headline }}{% else %}{{ site.headline }}{% endif %}</title>
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">

View file

@ -15,9 +15,9 @@
<!-- Collect the nav links, forms, and other content for toggling --> <!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right"> <ul class="nav navbar-nav navbar-right">
<!-- <li> <li>
<a href="{{ site.baseurl }}/">Blog</a> <a href="{{ site.baseurl }}/">Blog</a>
</li> --> </li>
{% for page in site.pages %} {% for page in site.pages %}
{% if page.title %} {% if page.title %}
<!-- suppress all category and tag meta pages --> <!-- suppress all category and tag meta pages -->

View file

@ -1,7 +1,7 @@
--- ---
layout: post layout: post
title: We are live or How to start a developer blog title: We are live or How to start a developer blog
subtite: A short introduction subtitle: The 'Hello World' Post
category: general category: general
tags: [cto, culture] tags: [cto, culture]
author: Holger author: Holger

View file

@ -1,7 +1,7 @@
--- ---
layout: post layout: post
title: OSCON Europe 2015 title: OSCON Europe 2015
subtite: Notes from OSCON Europe 2015 subtitle: Notes from OSCON Europe 2015
category: conference category: conference
tags: [open-source] tags: [open-source]
author: Marco author: Marco

View file

@ -1,7 +1,7 @@
--- ---
layout: post layout: post
title: The beginnings of our API Journey title: The beginnings of our API Journey
subtite: Intro to our API style guide subtitle: Intro to our API Style Guide
category: api category: api
tags: [api] tags: [api]
author: Holger author: Holger

View file

@ -1,7 +1,7 @@
--- ---
layout: post layout: post
title: Impressions from DevOpsCon 2015 - Part 1 title: Impressions from DevOpsCon 2015
subtite: Notes from DevOpsCon 2015 subtitle: Notes from DevOpsCon 2015
category: conference category: conference
tags: [docker, devops] tags: [docker, devops]
author: Rainer author: Rainer

View file

@ -1,7 +1,7 @@
--- ---
layout: post layout: post
title: Impressions from DockerCon 2015 - Part 1 title: Impressions from DockerCon 2015 - Part 1
subtite: Insights, Outlooks and Inbetweens subtitle: Insights, Outlooks and Inbetweens
category: conference category: conference
tags: [docker, security] tags: [docker, security]
author: ThomasSc author: ThomasSc

View file

@ -1,7 +1,7 @@
--- ---
layout: post layout: post
title: APIdays Paris - From Philosophy to Technology and back again title: APIdays Paris - From Philosophy to Technology and back again
subtite: A biased report from APIdays Global in Paris subtitle: A biased report from APIdays Global in Paris
category: conference category: conference
tags: [api] tags: [api]
author: Martin author: Martin

View file

@ -1,7 +1,7 @@
--- ---
layout: post layout: post
title: DevOpsCon 2015 - Is it really about the tools? title: DevOpsCon 2015 - Is it really about the tools?
subtite: My opinionated findings from DevOpsCon 2015 in Munich subtitle: My opinionated findings from DevOpsCon 2015 in Munich
category: conference category: conference
tags: [devops, microservice] tags: [devops, microservice]
author: Elias Weingaertner author: Elias Weingaertner

View file

@ -1,7 +1,7 @@
--- ---
layout: post layout: post
title: Log Aggregation with Fluentd, Elasticsearch and Kibana title: Log Aggregation with Fluentd, Elasticsearch and Kibana
subtite: Introduction to log aggregation using Fluentd, Elasticsearch and Kibana subtitle: Introduction to log aggregation using Fluentd, Elasticsearch and Kibana
category: howto category: howto
tags: [devops, docker, logging] tags: [devops, docker, logging]
author: Doru Mihai author: Doru Mihai

View file

@ -1,7 +1,7 @@
--- ---
layout: post layout: post
title: Howto - Fluentd Log Parsing title: Howto - Fluentd Log Parsing
subtite: Description of a couple of approaches to designing your fluentd configuration. subtitle: Description of a couple of approaches to designing your fluentd configuration.
category: howto category: howto
tags: [devops, logging] tags: [devops, logging]
author: Doru Mihai author: Doru Mihai

View file

@ -1,6 +1,5 @@
--- ---
layout: page layout: page
title: Blog
--- ---
{% for post in paginator.posts %} {% for post in paginator.posts %}