<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Blog on </title>
    <link>https://stoeps.de/tags/blog/</link>
    <description>Recent content in Blog on </description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>christoph.stoettner@stoeps.de (Christoph Stoettner)</managingEditor>
    <webMaster>christoph.stoettner@stoeps.de (Christoph Stoettner)</webMaster>
    <copyright>&amp;copy; 2026 Christoph Stöttner - This work is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) &lt;span class=&#39;footerimg&#39;&gt;&lt;img src=&#39;https://mirrors.creativecommons.org/presskit/icons/cc.svg&#39; alt=&#39;&#39; style=&#39;max-width: 1em;max-height:1em;margin-left: .2em;&#39;&gt;&lt;img src=&#39;https://mirrors.creativecommons.org/presskit/icons/by.svg&#39; alt=&#39;&#39; style=&#39;max-width: 1em;max-height:1em;margin-left: .2em;&#39;&gt;&lt;img src=&#39;https://mirrors.creativecommons.org/presskit/icons/sa.svg&#39; alt=&#39;&#39; style=&#39;max-width: 1em;max-height:1em;margin-left: .2em;&#39;&gt;&lt;/span&gt;</copyright>
    <lastBuildDate>Sun, 05 Apr 2026 18:28:05 +0200</lastBuildDate><atom:link href="https://stoeps.de/tags/blog/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Blog Redesign 2026</title>
      <link>https://stoeps.de/posts/2026/blog-redesign-2026/</link>
      <pubDate>Sun, 05 Apr 2026 18:28:05 +0200</pubDate>
      <author>christoph.stoettner@stoeps.de (Christoph Stoettner)</author>
      <guid>https://stoeps.de/posts/2026/blog-redesign-2026/</guid>
      <description>&lt;p&gt;After attending the session &lt;a href=&#34;https://media.ccc.de/v/clt26-290-der-eigene-blog-mit-hugo-ein-praxisbeispiel&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Der eigene Blog mit Hugo - Ein Praxisbeispiel&lt;/a&gt; by Tobi Heine at the &lt;a href=&#34;https://stoeps.de/posts/2026/chemnitzer-linux-tage/&#34; &gt;Chemnitz Linux Days 2026&lt;/a&gt;, I was curious to work on the blog again.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://stoeps.de/posts/2026/blog-redesign-2026/feature.jpg" />
    </item>
    
    <item>
      <title>Videostreaming in HCL Connections</title>
      <link>https://stoeps.de/posts/2022/videostreaming_in_hcl_connections/</link>
      <pubDate>Mon, 07 Mar 2022 14:50:00 +0100</pubDate>
      <author>christoph.stoettner@stoeps.de (Christoph Stoettner)</author>
      <guid>https://stoeps.de/posts/2022/videostreaming_in_hcl_connections/</guid>
      <description>&lt;p&gt;In late 2021 I had an HCL Connections environment starting swapping, because the AppCluster used more than 30 GB of memory.&lt;/p&gt;&#xA;&lt;p&gt;The system has&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;two nodes&lt;/li&gt;&#xA;&lt;li&gt;is installed with the medium-sized deployment option&lt;/li&gt;&#xA;&lt;li&gt;About 7500 users with a high adoption rate, because Connections is also used as intranet&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://stoeps.de/posts/2022/videostreaming_in_hcl_connections/feature.jpg" />
    </item>
    
    <item>
      <title>Automate hugo</title>
      <link>https://stoeps.de/posts/2019/20191230-automate-hugo/</link>
      <pubDate>Mon, 30 Dec 2019 14:19:52 +0100</pubDate>
      <author>christoph.stoettner@stoeps.de (Christoph Stoettner)</author>
      <guid>https://stoeps.de/posts/2019/20191230-automate-hugo/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://stoeps.de/archive/2018/2018-07-14-new-blog-engine/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Mid 2018&lt;/a&gt; I switched my blog from &lt;a href=&#34;https://www.wordpress.org&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Wordpress&lt;/a&gt; to &lt;a href=&#34;https://hugo.io&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Hugo&lt;/a&gt;. Main reason was performance and that I can use &lt;a href=&#34;https://asciidoctor.org&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Asciidoctor&lt;/a&gt; to write the posts.&lt;/p&gt;&#xA;&lt;p&gt;What happened the last 18 months? I stayed with the &lt;a href=&#34;https://github.com/appernetic/hugo-bootstrap-premium&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;theme&lt;/a&gt; I selected 2018, but I tweaked it a little bit. So I added &lt;a href=&#34;https://lunrjs.com/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;&lt;code&gt;lunr&lt;/code&gt;&lt;/a&gt; to implement searching, changed all scripts and fonts from CDN to local (privacy and tracking), updated &lt;a href=&#34;https://getbootstrap.com/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Bootstrap&lt;/a&gt; 3 to 4.&lt;/p&gt;&#xA;&lt;p&gt;Working with Bootstrap was quite fun, I haven’t done a lot of &lt;code&gt;HTML&lt;/code&gt; or &lt;code&gt;CSS&lt;/code&gt; the last years, but the grid and css classes from Bootstrap are working without checking each change on all browsers and are responsive.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>New Blog Engine</title>
      <link>https://stoeps.de/posts/2018/2018-07-14-new-blog-engine/</link>
      <pubDate>Sat, 14 Jul 2018 14:15:09 +0200</pubDate>
      <author>christoph.stoettner@stoeps.de (Christoph Stoettner)</author>
      <guid>https://stoeps.de/posts/2018/2018-07-14-new-blog-engine/</guid>
      <description>&lt;p&gt;I switched my blog to &lt;a href=&#34;https://gohugo.io&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Hugo&lt;/a&gt; the last days. After nearly 12 years with &lt;a href=&#34;https://wordpress.com&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;WordPress&lt;/a&gt;, I needed something new.&#xA;Why did I drop WordPress, one of the &lt;a href=&#34;https://w3techs.com/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;most used blog engines&lt;/a&gt; in the world?&lt;/p&gt;&#xA;&lt;p&gt;Most used means always most interesting for bad guys.&#xA;Dynamic pages are slower and can contain more vulnerabilities than static pages (which Hugo generates).&#xA;Hugo supports git, so I have version control in my posts and design.&#xA;I can start a small web server locally and test the posts: &lt;code&gt;hugo server -D&lt;/code&gt; and the most convenient thing: &lt;strong&gt;I can use &lt;a href=&#34;https://www.vim.org&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;VIM&lt;/a&gt; for editing.&lt;/strong&gt;&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Embed uploaded videos to IBM Connections blog post or wiki page</title>
      <link>https://stoeps.de/posts/2018/2018-02-05-embed-uploaded-videos-to-ibm-connections-blog-post-or-wiki-page/</link>
      <pubDate>Mon, 05 Feb 2018 16:00:07 +0000</pubDate>
      <author>christoph.stoettner@stoeps.de (Christoph Stoettner)</author>
      <guid>https://stoeps.de/posts/2018/2018-02-05-embed-uploaded-videos-to-ibm-connections-blog-post-or-wiki-page/</guid>
      <description>&lt;p&gt;Here for example embedding a video to a blog post. Prerequist is that&#xA;you’ve no fear to change some html source.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://stoeps.de/posts/2018/2018-02-05-embed-uploaded-videos-to-ibm-connections-blog-post-or-wiki-page/feature.jpg" />
    </item>
    
  </channel>
</rss>
