commit 1c87af0c2435dfd45ef487c8aee33ca6a48fbab5
parent bf5184d5dff8ceba73e5f62b292a82e64e38db93
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Wed, 1 Dec 2021 00:20:29 +0100
add blog posts
Diffstat:
4 files changed, 60 insertions(+), 0 deletions(-)
diff --git a/_posts/blog_posts/2019-07-11-hashiconf.md b/_posts/blog_posts/2019-07-11-hashiconf.md
@@ -0,0 +1,12 @@
+---
+layout: post
+title: "HashiConf Europe 2019"
+citation: 'HashiConf Europe 2019'
+blogurl: "https://adfinis.com/en/blog/hashiconf-europe-2019"
+nicedate: Jul 2019
+description: "HashiConf Europe 2019 conference report"
+categories: [blog]
+keywords: "blog hashiconf conference report hashicorp adfinis amsterdam"
+---
+
+[{% octicon link-external %} Adfinis Blog: HashiConf Europe 2019](https://adfinis.com/en/blog/hashiconf-europe-2019)
+\ No newline at end of file
diff --git a/_posts/blog_posts/2021-03-08-galera-manager.md b/_posts/blog_posts/2021-03-08-galera-manager.md
@@ -0,0 +1,12 @@
+---
+layout: post
+title: "Database Clustering with Galera Cluster and Galera Manager"
+citation: 'Database Clustering with Galera Cluster and Galera Manager'
+blogurl: "https://adfinis.com/en/blog/database-clustering-with-galera-cluster-and-galera-manager"
+nicedate: Mar 2021
+description: "Database Clustering with Galera Cluster and Galera Manager"
+categories: [blog]
+keywords: "blog database cluster mariadb galera manager adfinis codership"
+---
+
+[{% octicon link-external %} Adfinis Blog: Database Clustering with Galera Cluster and Galera Manager](https://adfinis.com/en/blog/database-clustering-with-galera-cluster-and-galera-manager)
+\ No newline at end of file
diff --git a/_posts/blog_posts/2021-07-20-vault-kms.md b/_posts/blog_posts/2021-07-20-vault-kms.md
@@ -0,0 +1,12 @@
+---
+layout: post
+title: "How to Manage Secret Keys with HashiCorp Vault"
+citation: 'How to Manage Secret Keys with HashiCorp Vault'
+blogurl: "https://adfinis.com/en/blog/how-to-manage-secret-keys-with-hashicorp-vault"
+nicedate: Jul 2021
+description: "How to Manage Secret Keys with HashiCorp Vault conference report"
+categories: [blog]
+keywords: "blog adfinis hashicorp vault kms byok hyok aip azure wrapping key secrets engine"
+---
+
+[{% octicon link-external %} Adfinis Blog: How to Manage Secret Keys with HashiCorp Vault](https://adfinis.com/en/blog/how-to-manage-secret-keys-with-hashicorp-vault)
+\ No newline at end of file
diff --git a/index.html b/index.html
@@ -67,6 +67,27 @@ title: Home
</a>
</div>
<div class="container">
+ <h2>Co-Authored Blog Posts</h2>
+ {% for post in site.posts %}
+ {% if post.categories contains "blog" %}
+ <article class="post-item">
+ <p class="post-meta date-label">
+ {{ post.nicedate }}
+ </p>
+ <div class="article-title">
+ <a class="post-link" href="{{ post.url | prepend: site.baseurl | prepend: site.url }}">
+ {{ post.citation }}
+ </a>
+ {% if post.url %}
+ <a href="{{ post.blogurl }}">{% octicon link-external %}</a>
+ {% endif %}
+ </div>
+ </article>
+ {% endif %}
+ {% endfor %}
+ </div>
+
+ <div class="container">
<h2>Professional Experience</h2>
{% for post in site.posts %}
{% if post.categories contains "professional" %}