summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/about.md1
-rw-r--r--content/academic/index.md1
-rw-r--r--content/impressum.md1
-rw-r--r--content/links.md1
-rw-r--r--content/post/hugo-extended-centos-7.md1
-rw-r--r--content/post/kate-cpp-developer-survey.md1
-rw-r--r--content/post/kate-history-kde-4-porting/index.md1
-rw-r--r--content/post/kate-language-server-protocol-client.md1
-rw-r--r--content/post/kate-lsp-client-continued/index.md1
-rw-r--r--content/post/kate-lsp-client-progress.md1
-rw-r--r--content/post/kate-lsp-client-restart/index.md1
-rw-r--r--content/post/kate-lsp-status-july-21/index.md1
-rw-r--r--content/post/kate-lsp-status-july-22/index.md1
-rw-r--r--content/post/ktexteditor-kate-bugs-help-appreciated.md1
-rw-r--r--content/post/ktexteditor-kate-bugs-scratch-your-own-itch.md1
-rw-r--r--content/post/new-website.md1
-rw-r--r--content/post/privacy-and-hugo-themes.md1
-rw-r--r--content/post/qt-creator-4-9-uses-ksyntaxhighlighting.md1
-rw-r--r--content/post/removing-files-from-git-history.md1
-rw-r--r--content/post/webserver-transition.md1
-rw-r--r--content/projects.md1
21 files changed, 21 insertions, 0 deletions
diff --git a/content/about.md b/content/about.md
index cf674a7..cead85d 100644
--- a/content/about.md
+++ b/content/about.md
@@ -1,5 +1,6 @@
+++
title = "About"
+author = "Christoph Cullmann"
+++
cullmann.io is the personal web site of Christoph Cullmann.
diff --git a/content/academic/index.md b/content/academic/index.md
index 225b192..90d59e4 100644
--- a/content/academic/index.md
+++ b/content/academic/index.md
@@ -1,5 +1,6 @@
+++
title = "Academic Work"
+author = "Christoph Cullmann"
+++
## Academic Life
diff --git a/content/impressum.md b/content/impressum.md
index 70e2978..75b5dbc 100644
--- a/content/impressum.md
+++ b/content/impressum.md
@@ -1,5 +1,6 @@
+++
title = "Impressum"
+author = "Christoph Cullmann"
+++
## Angaben gemäß § 5 TMG:
diff --git a/content/links.md b/content/links.md
index 3f3848c..39664f2 100644
--- a/content/links.md
+++ b/content/links.md
@@ -1,5 +1,6 @@
+++
title = "Links"
+author = "Christoph Cullmann"
+++
Links to stuff I often use/read/...
diff --git a/content/post/hugo-extended-centos-7.md b/content/post/hugo-extended-centos-7.md
index f570664..1c68b2c 100644
--- a/content/post/hugo-extended-centos-7.md
+++ b/content/post/hugo-extended-centos-7.md
@@ -5,6 +5,7 @@ draft: false
categories: [www]
tags: [hugo, centos]
url: /posts/hugo-extended-centos-7/
+author: "Christoph Cullmann"
---
After first using the Hermit theme, I moved to the Hugo Coder theme to have a nicer front page and menu at the top.
diff --git a/content/post/kate-cpp-developer-survey.md b/content/post/kate-cpp-developer-survey.md
index 580e692..1775760 100644
--- a/content/post/kate-cpp-developer-survey.md
+++ b/content/post/kate-cpp-developer-survey.md
@@ -5,6 +5,7 @@ draft: false
categories: [kde, kate, development]
tags: [kde, kate]
url: /posts/kate-cpp-developer-survey/
+author: "Christoph Cullmann"
---
While browsing the [ISO C++ homepage](https://isocpp.org) I stumbled over the [results PDF](https://isocpp.org/files/papers/CppDevSurvey-2019-04-summary.pdf) of the [Second Annual C++ Foundation Developer Survey “Lite”](https://isocpp.org/blog/2019/05/results-summary-2019-global-developer-survey-lite).
diff --git a/content/post/kate-history-kde-4-porting/index.md b/content/post/kate-history-kde-4-porting/index.md
index ebb039b..e28d3e2 100644
--- a/content/post/kate-history-kde-4-porting/index.md
+++ b/content/post/kate-history-kde-4-porting/index.md
@@ -5,6 +5,7 @@ draft: false
categories: [kde, kate, development]
tags: [kde, kate]
url: /posts/kate-history-kde-4-porting/
+author: "Christoph Cullmann"
---
During my web site upgrade, I reviewed the old stuff I had hosted on my long gone web sites but still archived here locally. An interesting thing I stumbled on are the KDE 3 -> 4 porting screenshots of Kate I saved in 2005.
diff --git a/content/post/kate-language-server-protocol-client.md b/content/post/kate-language-server-protocol-client.md
index 20a6ca7..a346a1e 100644
--- a/content/post/kate-language-server-protocol-client.md
+++ b/content/post/kate-language-server-protocol-client.md
@@ -5,6 +5,7 @@ draft: false
categories: [kde, kate, development]
tags: [kde, kate]
url: /posts/kate-language-server-protocol-client/
+author: "Christoph Cullmann"
---
The [Language Server Protocol (LSP)](https://microsoft.github.io/language-server-protocol/overview) allows the integration of stuff like code completion, jump to definition, symbol search and more into an application without manual re-implementation for each language one wants to support.
diff --git a/content/post/kate-lsp-client-continued/index.md b/content/post/kate-lsp-client-continued/index.md
index 17713df..3ec78af 100644
--- a/content/post/kate-lsp-client-continued/index.md
+++ b/content/post/kate-lsp-client-continued/index.md
@@ -5,6 +5,7 @@ draft: false
categories: [kde, kate, development]
tags: [kde, kate]
url: /posts/kate-lsp-client-continued/
+author: "Christoph Cullmann"
---
The new LSP client by Mark Nauwelaerts made nice progress since the [LSP client restart](/posts/kate-lsp-client-restart/) post last week.
diff --git a/content/post/kate-lsp-client-progress.md b/content/post/kate-lsp-client-progress.md
index 9da416d..8b9b3b8 100644
--- a/content/post/kate-lsp-client-progress.md
+++ b/content/post/kate-lsp-client-progress.md
@@ -5,6 +5,7 @@ draft: false
categories: [kde, kate, development]
tags: [kde, kate]
url: /posts/kate-lsp-client-progress/
+author: "Christoph Cullmann"
---
The [Kate lsp branch](https://cgit.kde.org/kate.git/log/?h=lsp) contains now the infrastructure as used by Qt Creator.
diff --git a/content/post/kate-lsp-client-restart/index.md b/content/post/kate-lsp-client-restart/index.md
index f22ccfd..7d46bc6 100644
--- a/content/post/kate-lsp-client-restart/index.md
+++ b/content/post/kate-lsp-client-restart/index.md
@@ -5,6 +5,7 @@ draft: false
categories: [kde, kate, development]
tags: [kde, kate]
url: /posts/kate-lsp-client-restart/
+author: "Christoph Cullmann"
---
Since my last post about the [LSP client progress](/posts/kate-lsp-client-progress/) in May I didn't work on that project at all I think.
diff --git a/content/post/kate-lsp-status-july-21/index.md b/content/post/kate-lsp-status-july-21/index.md
index 2121fbe..1d7405f 100644
--- a/content/post/kate-lsp-status-july-21/index.md
+++ b/content/post/kate-lsp-status-july-21/index.md
@@ -5,6 +5,7 @@ draft: false
categories: [kde, kate, development]
tags: [kde, kate]
url: /posts/kate-lsp-status-july-21/
+author: "Christoph Cullmann"
---
The new LSP client by Mark Nauwelaerts keeps making nice progress.
diff --git a/content/post/kate-lsp-status-july-22/index.md b/content/post/kate-lsp-status-july-22/index.md
index 3e07d45..2629ab5 100644
--- a/content/post/kate-lsp-status-july-22/index.md
+++ b/content/post/kate-lsp-status-july-22/index.md
@@ -5,6 +5,7 @@ draft: false
categories: [kde, kate, development]
tags: [kde, kate]
url: /posts/kate-lsp-status-july-22/
+author: "Christoph Cullmann"
---
After my series of LSP client posts, I got the question: What does this actually do? And why should I like this or help with it?
diff --git a/content/post/ktexteditor-kate-bugs-help-appreciated.md b/content/post/ktexteditor-kate-bugs-help-appreciated.md
index 8f763cb..17bc925 100644
--- a/content/post/ktexteditor-kate-bugs-help-appreciated.md
+++ b/content/post/ktexteditor-kate-bugs-help-appreciated.md
@@ -5,6 +5,7 @@ draft: false
categories: [kde, kate, development]
tags: [kde, kate]
url: /posts/ktexteditor-kate-bugs-help-appreciated/
+author: "Christoph Cullmann"
---
The bug report count of KTextEditor (implementing the editing part used in Kate/KWrite/KDevelop/Kile/...) and Kate itself reached again
diff --git a/content/post/ktexteditor-kate-bugs-scratch-your-own-itch.md b/content/post/ktexteditor-kate-bugs-scratch-your-own-itch.md
index 6848dfb..7d49dd3 100644
--- a/content/post/ktexteditor-kate-bugs-scratch-your-own-itch.md
+++ b/content/post/ktexteditor-kate-bugs-scratch-your-own-itch.md
@@ -5,6 +5,7 @@ draft: false
categories: [kde, kate, development]
tags: [kde, kate]
url: /posts/ktexteditor-kate-bugs-scratch-your-own-itch/
+author: "Christoph Cullmann"
---
Two days ago I mentioned [here](/posts/ktexteditor-kate-bugs-help-appreciated/) that the bug report count of KTextEditor and Kate has risen to some not that manageable amount.
diff --git a/content/post/new-website.md b/content/post/new-website.md
index 4d751ba..beafa0c 100644
--- a/content/post/new-website.md
+++ b/content/post/new-website.md
@@ -5,6 +5,7 @@ draft: false
categories: [www]
tags: [hugo]
url: /posts/new-website/
+author: "Christoph Cullmann"
---
After several years of failing to update my personal WordPress page, I restarted my website with the [Hugo framework](https://gohugo.io/).
diff --git a/content/post/privacy-and-hugo-themes.md b/content/post/privacy-and-hugo-themes.md
index 2e8c728..82e35ef 100644
--- a/content/post/privacy-and-hugo-themes.md
+++ b/content/post/privacy-and-hugo-themes.md
@@ -5,6 +5,7 @@ draft: false
categories: [www]
tags: [hugo, privacy]
url: /posts/privacy-and-hugo-themes/
+author: "Christoph Cullmann"
---
I use the "Hugo Coder" theme for this page.
diff --git a/content/post/qt-creator-4-9-uses-ksyntaxhighlighting.md b/content/post/qt-creator-4-9-uses-ksyntaxhighlighting.md
index c9381f5..84b6989 100644
--- a/content/post/qt-creator-4-9-uses-ksyntaxhighlighting.md
+++ b/content/post/qt-creator-4-9-uses-ksyntaxhighlighting.md
@@ -5,6 +5,7 @@ draft: false
categories: [kde, qt, development]
tags: [kde, qt]
url: /posts/qt-creator-4-9-uses-ksyntaxhighlighting/
+author: "Christoph Cullmann"
---
As you can read in the [official Creator 4.9.0 release announcement](https://blog.qt.io/blog/2019/04/15/qt-creator-4-9-0-released/), Qt Creator now uses the [KSyntaxHighlighting Framework](https://api.kde.org/frameworks/syntax-highlighting/html/index.html) for providing the [generic highlighting](https://doc.qt.io/qtcreator/creator-highlighting.html#generic-highlighting).
diff --git a/content/post/removing-files-from-git-history.md b/content/post/removing-files-from-git-history.md
index d093b61..45296e7 100644
--- a/content/post/removing-files-from-git-history.md
+++ b/content/post/removing-files-from-git-history.md
@@ -5,6 +5,7 @@ draft: false
categories: [git, development]
tags: [git]
url: /posts/removing-files-from-git-history/
+author: "Christoph Cullmann"
---
Today I did run again into an old problem:
diff --git a/content/post/webserver-transition.md b/content/post/webserver-transition.md
index 5d6602b..63d0de3 100644
--- a/content/post/webserver-transition.md
+++ b/content/post/webserver-transition.md
@@ -5,6 +5,7 @@ draft: false
categories: [www]
tags: [centos, apache, mariadb]
url: /posts/webserver-transition/
+author: "Christoph Cullmann"
---
Several years the [kate-editor.org](https://kate-editor.org) & [cullmann.io](https://cullmann.io) pages got hosted on a [Hetzner](https://www.hetzner.de/) root server.
diff --git a/content/projects.md b/content/projects.md
index 0f47258..2bdd439 100644
--- a/content/projects.md
+++ b/content/projects.md
@@ -1,5 +1,6 @@
+++
title = "Open Source Projects"
+author = "Christoph Cullmann"
+++
## KDE