<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Markdown on Micha Kops&#39; Tech Notes</title>
    <link>https://www.hascode.com/tags/markdown/</link>
    <description>Recent content in Markdown on Micha Kops&#39; Tech Notes</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Copyright © 2010 - 2025 Micha Kops. #e9d956c0c0154a221ad83c925346a8fa0e72f866</copyright>
    <lastBuildDate>Tue, 10 Sep 2024 00:00:00 +0200</lastBuildDate>
    <atom:link href="https://www.hascode.com/tags/markdown/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Pelican Blog Quickstart with Docker</title>
      <link>https://www.hascode.com/pelican-blog-quickstart-with-docker/</link>
      <pubDate>Tue, 10 Sep 2024 00:00:00 +0200</pubDate>
      <guid>https://www.hascode.com/pelican-blog-quickstart-with-docker/</guid>
      <description>&lt;div class=&#34;sect1&#34;&gt;
&lt;h2 id=&#34;_prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;
&lt;div class=&#34;sectionbody&#34;&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;We need to have at least Docker installed.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;sect1&#34;&gt;
&lt;h2 id=&#34;_creating_the_blog&#34;&gt;Creating the Blog&lt;/h2&gt;
&lt;div class=&#34;sectionbody&#34;&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;First we’re creating a new directory for our blog and generate the blog structure using William Jackon’s &lt;a href=&#34;https://github.com/williamjacksn/docker-pelican&#34;&gt;docker-pelican&lt;/a&gt;:&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;listingblock&#34;&gt;
&lt;div class=&#34;content&#34;&gt;
&lt;pre class=&#34;highlight&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;mkdir my-site
cd my-site
docker container run -it --rm --entrypoint pelican-quickstart -v ${PWD}:/pelican-site ghcr.io/williamjacksn/pelican
Welcome to pelican-quickstart v4.9.1.

This script will help you create a new Pelican-based website.

Please answer the following questions so this script can generate the files
  1 Title: My First Review
needed by Pelican.

&amp;gt; Where do you want to create your new web site? [.]
&amp;gt; What will be the title of this web site? Micha&amp;#39;s Tech Notes
&amp;gt; Who will be the author of this web site? Micha Kops
&amp;gt; What will be the default language of this web site? [C]
&amp;gt; Do you want to specify a URL prefix? e.g., https://example.com   (Y/n) Y
&amp;gt; What is your URL prefix? (see above example; no trailing slash) https
&amp;gt; Do you want to enable article pagination? (Y/n) n
&amp;gt; What is your time zone? [Europe/Rome]
&amp;gt; Do you want to generate a tasks.py/Makefile to automate generation and publishing? (Y/n)
&amp;gt; Do you want to upload your website using FTP? (y/N)
&amp;gt; Do you want to upload your website using SSH? (y/N)
&amp;gt; Do you want to upload your website using Dropbox? (y/N)
&amp;gt; Do you want to upload your website using S3? (y/N)
&amp;gt; Do you want to upload your website using Rackspace Cloud Files? (y/N)
&amp;gt; Do you want to upload your website using GitHub Pages? (y/N)
Done. Your new project is available at /pelican-site&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;</description>
    </item>
    <item>
      <title>Managing Architecture Decision Records with ADR-Tools</title>
      <link>https://www.hascode.com/managing-architecture-decision-records-with-adr-tools/</link>
      <pubDate>Sun, 27 May 2018 00:00:00 +0200</pubDate>
      <guid>https://www.hascode.com/managing-architecture-decision-records-with-adr-tools/</guid>
      <description>&lt;div id=&#34;preamble&#34;&gt;
&lt;div class=&#34;sectionbody&#34;&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;Every software project includes a set of architecture decisions defining boundaries and constraints for further design and implementation.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;It’s important to document those decisions somehow or else a development team might not know which decisions where made and with which assumptions.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;Or they know the decision but are missing the context and the consequences and therefore decisions are blindly accepted or blindly changed.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;In the following short tutorial I will show how to structure architecture decisions in so called Architecture Decision Records and how to manage them with a simple tool named ADR-Tools.&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
  </channel>
</rss>
