add fixed urls
This commit is contained in:
parent
32ee395de1
commit
826ec87025
|
@ -4,6 +4,7 @@ date: 2019-04-06T22:55:00+02:00
|
||||||
draft: false
|
draft: false
|
||||||
categories: [www]
|
categories: [www]
|
||||||
tags: [hugo, centos]
|
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.
|
After first using the Hermit theme, I moved to the Hugo Coder theme to have a nicer front page and menu at the top.
|
||||||
|
|
|
@ -4,6 +4,7 @@ date: 2019-06-10T22:45:00+02:00
|
||||||
draft: false
|
draft: false
|
||||||
categories: [kde, kate, development]
|
categories: [kde, kate, development]
|
||||||
tags: [kde, kate]
|
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).
|
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).
|
||||||
|
|
|
@ -4,6 +4,7 @@ date: 2019-04-12T23:52:00+02:00
|
||||||
draft: false
|
draft: false
|
||||||
categories: [kde, kate, development]
|
categories: [kde, kate, development]
|
||||||
tags: [kde, kate]
|
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.
|
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.
|
||||||
|
|
|
@ -4,6 +4,7 @@ date: 2019-04-28T20:36:00+02:00
|
||||||
draft: false
|
draft: false
|
||||||
categories: [kde, kate, development]
|
categories: [kde, kate, development]
|
||||||
tags: [kde, kate]
|
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.
|
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.
|
||||||
|
|
|
@ -4,6 +4,7 @@ date: 2019-07-14T15:33:00+02:00
|
||||||
draft: false
|
draft: false
|
||||||
categories: [kde, kate, development]
|
categories: [kde, kate, development]
|
||||||
tags: [kde, kate]
|
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.
|
The new LSP client by Mark Nauwelaerts made nice progress since the [LSP client restart](/posts/kate-lsp-client-restart/) post last week.
|
||||||
|
|
|
@ -4,6 +4,7 @@ date: 2019-05-13T00:02:00+02:00
|
||||||
draft: false
|
draft: false
|
||||||
categories: [kde, kate, development]
|
categories: [kde, kate, development]
|
||||||
tags: [kde, kate]
|
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.
|
The [Kate lsp branch](https://cgit.kde.org/kate.git/log/?h=lsp) contains now the infrastructure as used by Qt Creator.
|
||||||
|
|
|
@ -4,6 +4,7 @@ date: 2019-07-07T15:13:00+02:00
|
||||||
draft: false
|
draft: false
|
||||||
categories: [kde, kate, development]
|
categories: [kde, kate, development]
|
||||||
tags: [kde, kate]
|
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.
|
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.
|
||||||
|
|
|
@ -4,6 +4,7 @@ date: 2019-07-21T15:18:00+02:00
|
||||||
draft: false
|
draft: false
|
||||||
categories: [kde, kate, development]
|
categories: [kde, kate, development]
|
||||||
tags: [kde, kate]
|
tags: [kde, kate]
|
||||||
|
url: /posts/kate-lsp-status-july-21/
|
||||||
---
|
---
|
||||||
|
|
||||||
The new LSP client by Mark Nauwelaerts keeps making nice progress.
|
The new LSP client by Mark Nauwelaerts keeps making nice progress.
|
||||||
|
|
|
@ -4,6 +4,7 @@ date: 2019-07-22T22:43:00+02:00
|
||||||
draft: false
|
draft: false
|
||||||
categories: [kde, kate, development]
|
categories: [kde, kate, development]
|
||||||
tags: [kde, kate]
|
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?
|
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?
|
||||||
|
|
|
@ -4,6 +4,7 @@ date: 2019-05-24T16:20:00+02:00
|
||||||
draft: false
|
draft: false
|
||||||
categories: [kde, kate, development]
|
categories: [kde, kate, development]
|
||||||
tags: [kde, kate]
|
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
|
The bug report count of KTextEditor (implementing the editing part used in Kate/KWrite/KDevelop/Kile/...) and Kate itself reached again
|
||||||
|
|
|
@ -4,6 +4,7 @@ date: 2019-05-26T14:25:00+02:00
|
||||||
draft: false
|
draft: false
|
||||||
categories: [kde, kate, development]
|
categories: [kde, kate, development]
|
||||||
tags: [kde, kate]
|
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.
|
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.
|
||||||
|
|
|
@ -4,6 +4,7 @@ date: 2019-04-06T18:18:00+02:00
|
||||||
draft: false
|
draft: false
|
||||||
categories: [www]
|
categories: [www]
|
||||||
tags: [hugo]
|
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/).
|
After several years of failing to update my personal WordPress page, I restarted my website with the [Hugo framework](https://gohugo.io/).
|
||||||
|
|
|
@ -4,6 +4,7 @@ date: 2019-04-07T17:10:00+02:00
|
||||||
draft: false
|
draft: false
|
||||||
categories: [www]
|
categories: [www]
|
||||||
tags: [hugo, privacy]
|
tags: [hugo, privacy]
|
||||||
|
url: /posts/privacy-and-hugo-themes/
|
||||||
---
|
---
|
||||||
|
|
||||||
I use the "Hugo Coder" theme for this page.
|
I use the "Hugo Coder" theme for this page.
|
||||||
|
|
|
@ -4,6 +4,7 @@ date: 2019-04-16T20:45:00+02:00
|
||||||
draft: false
|
draft: false
|
||||||
categories: [kde, qt, development]
|
categories: [kde, qt, development]
|
||||||
tags: [kde, qt]
|
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).
|
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).
|
||||||
|
|
|
@ -4,6 +4,7 @@ date: 2019-04-15T20:07:00+02:00
|
||||||
draft: false
|
draft: false
|
||||||
categories: [git, development]
|
categories: [git, development]
|
||||||
tags: [git]
|
tags: [git]
|
||||||
|
url: /posts/removing-files-from-git-history/
|
||||||
---
|
---
|
||||||
|
|
||||||
Today I did run again into an old problem:
|
Today I did run again into an old problem:
|
||||||
|
|
|
@ -4,6 +4,7 @@ date: 2019-04-08T23:59:00+02:00
|
||||||
draft: false
|
draft: false
|
||||||
categories: [www]
|
categories: [www]
|
||||||
tags: [centos, apache, mariadb]
|
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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue