Martin Stut's Blog

Random Notes about Information Technology

Schlagwort: Web Technology

everything related to web technology

  • How to Include a Mermaid Diagram into a WordPress Blog Post

    Why Mermaid?

    You can describe a diagram in simple text form, much easier (to me) than drawing it using a drawing program. You enter the relationships and let the program do the layout. I’m thinking of Mermaid as a diagramming tool in a way similar to what Markdown is for text authoring.

    (mehr …)
  • WordPress Site bei Hetzner aufsetzen

    Beim Umstellen meiner Website auf ein Blogging-freundliches CMS fiel die Wahl auf WordPress. Mein bevorzugter Hosting-Provider Hetzner bietet an, WordPress direkt aus seiner Verwaltungsoberfläche Konsole-H zu installieren.
    Hier sind meine Notizen dieses Vorgangs:

    (mehr …)
  • How to archive a CMS powered website to static HTML

    When switching the content management system of my website from ProcessWire to WordPress, I want to archive the previous website, because it contains some content that I want to keep and stay accessible.

    In this post I’ll describe how to do it. Essentially, it is one single wget command with optional post-processing by sed .

    (mehr …)