fixing typo and another attempt to fix headline
This commit is contained in:
parent
1dc02ef96b
commit
30ada4a220
|
@ -4,7 +4,8 @@
|
|||
|
||||
# Your site
|
||||
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
|
||||
email: your-email@yourdomain.com
|
||||
copyright_name: Haufe-Lexware GmbH & Co.KG
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<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 }}">
|
||||
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
<!-- Collect the nav links, forms, and other content for toggling -->
|
||||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<!-- <li>
|
||||
<li>
|
||||
<a href="{{ site.baseurl }}/">Blog</a>
|
||||
</li> -->
|
||||
</li>
|
||||
{% for page in site.pages %}
|
||||
{% if page.title %}
|
||||
<!-- suppress all category and tag meta pages -->
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: post
|
||||
title: We are live or How to start a developer blog
|
||||
subtite: A short introduction
|
||||
subtitle: The 'Hello World' Post
|
||||
category: general
|
||||
tags: [cto, culture]
|
||||
author: Holger
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: post
|
||||
title: OSCON Europe 2015
|
||||
subtite: Notes from OSCON Europe 2015
|
||||
subtitle: Notes from OSCON Europe 2015
|
||||
category: conference
|
||||
tags: [open-source]
|
||||
author: Marco
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: post
|
||||
title: The beginnings of our API Journey
|
||||
subtite: Intro to our API style guide
|
||||
subtitle: Intro to our API Style Guide
|
||||
category: api
|
||||
tags: [api]
|
||||
author: Holger
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: post
|
||||
title: Impressions from DevOpsCon 2015 - Part 1
|
||||
subtite: Notes from DevOpsCon 2015
|
||||
title: Impressions from DevOpsCon 2015
|
||||
subtitle: Notes from DevOpsCon 2015
|
||||
category: conference
|
||||
tags: [docker, devops]
|
||||
author: Rainer
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: post
|
||||
title: Impressions from DockerCon 2015 - Part 1
|
||||
subtite: Insights, Outlooks and Inbetweens
|
||||
subtitle: Insights, Outlooks and Inbetweens
|
||||
category: conference
|
||||
tags: [docker, security]
|
||||
author: ThomasSc
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: post
|
||||
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
|
||||
tags: [api]
|
||||
author: Martin
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: post
|
||||
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
|
||||
tags: [devops, microservice]
|
||||
author: Elias Weingaertner
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: post
|
||||
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
|
||||
tags: [devops, docker, logging]
|
||||
author: Doru Mihai
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: post
|
||||
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
|
||||
tags: [devops, logging]
|
||||
author: Doru Mihai
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
layout: page
|
||||
title: Blog
|
||||
---
|
||||
|
||||
{% for post in paginator.posts %}
|
||||
|
|
Loading…
Reference in a new issue