fix authorship

This commit is contained in:
Christoph Cullmann 2019-08-04 12:52:56 +02:00
parent ccf3a3d9b7
commit 2e2008aec1
21 changed files with 21 additions and 0 deletions

View file

@ -1,5 +1,6 @@
+++
title = "About"
author = "Christoph Cullmann"
+++
cullmann.io is the personal web site of Christoph Cullmann.

View file

@ -1,5 +1,6 @@
+++
title = "Academic Work"
author = "Christoph Cullmann"
+++
## Academic Life

View file

@ -1,5 +1,6 @@
+++
title = "Impressum"
author = "Christoph Cullmann"
+++
## Angaben gemäß § 5 TMG:

View file

@ -1,5 +1,6 @@
+++
title = "Links"
author = "Christoph Cullmann"
+++
Links to stuff I often use/read/...

View file

@ -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.

View file

@ -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).

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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?

View file

@ -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

View file

@ -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.

View file

@ -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/).

View file

@ -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.

View file

@ -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).

View file

@ -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:

View file

@ -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.

View file

@ -1,5 +1,6 @@
+++
title = "Open Source Projects"
author = "Christoph Cullmann"
+++
## KDE