add fixed urls

This commit is contained in:
Christoph Cullmann 2019-08-03 22:34:06 +02:00
parent 32ee395de1
commit 826ec87025
16 changed files with 16 additions and 0 deletions

View file

@ -4,6 +4,7 @@ date: 2019-04-06T22:55:00+02:00
draft: false
categories: [www]
tags: [hugo, centos]
url: /posts/hugo-extended-centos-7/
---
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

@ -4,6 +4,7 @@ date: 2019-06-10T22:45:00+02:00
draft: false
categories: [kde, kate, development]
tags: [kde, kate]
url: /posts/kate-cpp-developer-survey/
---
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

@ -4,6 +4,7 @@ date: 2019-04-12T23:52:00+02:00
draft: false
categories: [kde, kate, development]
tags: [kde, kate]
url: /posts/kate-history-kde-4-porting/
---
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

@ -4,6 +4,7 @@ date: 2019-04-28T20:36:00+02:00
draft: false
categories: [kde, kate, development]
tags: [kde, kate]
url: /posts/kate-language-server-protocol-client/
---
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

@ -4,6 +4,7 @@ date: 2019-07-14T15:33:00+02:00
draft: false
categories: [kde, kate, development]
tags: [kde, kate]
url: /posts/kate-lsp-client-continued/
---
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

@ -4,6 +4,7 @@ date: 2019-05-13T00:02:00+02:00
draft: false
categories: [kde, kate, development]
tags: [kde, kate]
url: /posts/kate-lsp-client-progress/
---
The [Kate lsp branch](https://cgit.kde.org/kate.git/log/?h=lsp) contains now the infrastructure as used by Qt Creator.

View file

@ -4,6 +4,7 @@ date: 2019-07-07T15:13:00+02:00
draft: false
categories: [kde, kate, development]
tags: [kde, kate]
url: /posts/kate-lsp-client-restart/
---
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

@ -4,6 +4,7 @@ date: 2019-07-21T15:18:00+02:00
draft: false
categories: [kde, kate, development]
tags: [kde, kate]
url: /posts/kate-lsp-status-july-21/
---
The new LSP client by Mark Nauwelaerts keeps making nice progress.

View file

@ -4,6 +4,7 @@ date: 2019-07-22T22:43:00+02:00
draft: false
categories: [kde, kate, development]
tags: [kde, kate]
url: /posts/kate-lsp-status-july-22/
---
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

@ -4,6 +4,7 @@ date: 2019-05-24T16:20:00+02:00
draft: false
categories: [kde, kate, development]
tags: [kde, kate]
url: /posts/ktexteditor-kate-bugs-help-appreciated/
---
The bug report count of KTextEditor (implementing the editing part used in Kate/KWrite/KDevelop/Kile/...) and Kate itself reached again

View file

@ -4,6 +4,7 @@ date: 2019-05-26T14:25:00+02:00
draft: false
categories: [kde, kate, development]
tags: [kde, kate]
url: /posts/ktexteditor-kate-bugs-scratch-your-own-itch/
---
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

@ -4,6 +4,7 @@ date: 2019-04-06T18:18:00+02:00
draft: false
categories: [www]
tags: [hugo]
url: /posts/new-website/
---
After several years of failing to update my personal WordPress page, I restarted my website with the [Hugo framework](https://gohugo.io/).

View file

@ -4,6 +4,7 @@ date: 2019-04-07T17:10:00+02:00
draft: false
categories: [www]
tags: [hugo, privacy]
url: /posts/privacy-and-hugo-themes/
---
I use the "Hugo Coder" theme for this page.

View file

@ -4,6 +4,7 @@ date: 2019-04-16T20:45:00+02:00
draft: false
categories: [kde, qt, development]
tags: [kde, qt]
url: /posts/qt-creator-4-9-uses-ksyntaxhighlighting/
---
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

@ -4,6 +4,7 @@ date: 2019-04-15T20:07:00+02:00
draft: false
categories: [git, development]
tags: [git]
url: /posts/removing-files-from-git-history/
---
Today I did run again into an old problem:

View file

@ -4,6 +4,7 @@ date: 2019-04-08T23:59:00+02:00
draft: false
categories: [www]
tags: [centos, apache, mariadb]
url: /posts/webserver-transition/
---
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.