<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AI &amp; Tooling on myl3z.me</title><link>https://myl3z.me/docs/tooling/</link><description>Recent content in AI &amp; Tooling on myl3z.me</description><generator>Hugo</generator><language>en</language><atom:link href="https://myl3z.me/docs/tooling/index.xml" rel="self" type="application/rss+xml"/><item><title>How This Site Is Built</title><link>https://myl3z.me/docs/tooling/site-setup/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://myl3z.me/docs/tooling/site-setup/</guid><description>&lt;h1 id="how-this-site-is-built"&gt;How This Site Is Built&lt;a class="anchor" href="#how-this-site-is-built"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;This site runs on &lt;a href="https://gohugo.io"&gt;Hugo&lt;/a&gt; with the
&lt;a href="https://github.com/alex-shpak/hugo-book"&gt;hugo-book&lt;/a&gt; theme, deployed to GitHub Pages.
This page doubles as a reference for the setup and as a demo of the theme&amp;rsquo;s shortcodes.&lt;/p&gt;
&lt;h2 id="structure"&gt;Structure&lt;a class="anchor" href="#structure"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#e2e4e5;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;myl3z.me/
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;├── hugo.toml # single config, both languages
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;├── content.en/ # default language → myl3z.me/
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;│ ├── docs/ # sidebar tree
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;│ └── posts/ # dated entries, one folder per project
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;├── content.de/ # → myl3z.me/de/
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;├── assets/_custom.scss # style overrides
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;├── layouts/posts/ # blog list and feed, see below
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;├── themes/hugo-book/ # git submodule, pinned to v13
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;└── .github/workflows/hugo.yml&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Translations are matched by path: &lt;code&gt;content.en/docs/tooling/site-setup.md&lt;/code&gt; and
&lt;code&gt;content.de/docs/tooling/site-setup.md&lt;/code&gt; are the same page in two languages. The language
switcher only appears when a translation actually exists, so nothing has to be written twice.&lt;/p&gt;</description></item></channel></rss>