151 lines
4.6 KiB
HTML
151 lines
4.6 KiB
HTML
<!DOCTYPE html>
|
|
<html><head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<meta lang="de">
|
|
<meta name="author" content="Franz Klotsche">
|
|
<meta name="keywords" content="">
|
|
<meta name="description" content="Just another web-experiment">
|
|
<link rel="stylesheet" href="/css/syntax.css">
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
|
|
|
|
|
|
<title>Tribute Von - Fransz Portfolio</title>
|
|
</head>
|
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TT2JW5ZYFZ"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-TT2JW5ZYFZ');
|
|
</script>
|
|
|
|
|
|
<script>
|
|
var remark_config = {
|
|
|
|
host: 'https://remark42hugo-neocities-org.up.railway.app',
|
|
|
|
|
|
site_id: 'neocities',
|
|
|
|
locale: 'de',
|
|
allowAnon: true,
|
|
url: 'https:\/\/kurrrioo.neocities.org\/posts\/2025\/11\/tribute-von\/',
|
|
theme: 'light'
|
|
};
|
|
|
|
|
|
(function(c) {
|
|
for(var i = 0; i < c.length; i++) {
|
|
var d = document, s = d.createElement('script');
|
|
s.src = c[i];
|
|
(d.head || d.body).appendChild(s);
|
|
}
|
|
})(['https://remark42hugo-neocities-org.up.railway.app/web/config.js',
|
|
'https://remark42hugo-neocities-org.up.railway.app/web/embed.js']);
|
|
</script><body>
|
|
<div class="container"><header>
|
|
<h1>Fransz Portfolio</h1>
|
|
</header><nav>
|
|
<a href="/">Start</a>
|
|
<a href="/about">Über mich</a>
|
|
<a href="/posts">Blog</a>
|
|
<a href="/projects">Projekte</a>
|
|
<a href="/presentations">Konzepte</a>
|
|
<a href="/resume">Lebenslauf</a>
|
|
<a href="/contact">Kontakt</a>
|
|
</nav><main>
|
|
<article class="post">
|
|
<header>
|
|
<h2>Tribute Von</h2>
|
|
<p>
|
|
Von Franz Klotsche
|
|
</p>
|
|
<p>
|
|
Veröffentlichung am 19.11.2025
|
|
<span class="tags">
|
|
in
|
|
<a class="tag" href="/tags/gohugo">gohugo</a>
|
|
|
|
<a class="tag" href="/tags/static-html">static html</a>
|
|
|
|
</span>
|
|
</p>
|
|
<p>
|
|
1 Minuten (188 Wörter) bei 200 p/m
|
|
</p>
|
|
</header>
|
|
|
|
<section class="body">
|
|
|
|
<img alt="Bucheinbandausschnitt" src="/images/tribute.png">
|
|
|
|
<h3 id="bücher">Bücher</h3>
|
|
<p>Das Buch was den Anfang dieser Website ermöglicht hat heißt:</p>
|
|
<blockquote>
|
|
<p>Build Websites with Hugo - Fast Web Development with Markdown</p>
|
|
</blockquote>
|
|
<p>geschrieben von Brian P. Hogan und editiert von Tammy Coron aus dem Jahr 2020.</p>
|
|
<h4 id="you-turn">You Turn</h4>
|
|
<p>Am Ende eines jeden Kapitels bekommt man Aufgaben. Am Ende des Kapitels <em>Displaying Related Content</em> wird die Gewichtung von zum Beispiel <em>keywords</em> angeschnitten. Die erste Aufgabe, eine Liste der Tags in /layouts/_default/tags.html zu erstellen, verstand ich nicht ganz da tag.terms.html schon existiert.</p>
|
|
<blockquote>
|
|
<p>iterate over all of the tags for the site with .Data.Terms. This will give you access to the number of content pages associated with each tag<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup></p>
|
|
</blockquote>
|
|
<ul>
|
|
<li>Aufgabe 2 ebenfalls nicht was gemeint wird mit</li>
|
|
</ul>
|
|
<blockquote>
|
|
<p>individual category pages<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup></p>
|
|
</blockquote>
|
|
<ul>
|
|
<li>
|
|
<p>Aufgabe 3 war einfach zu realisieren mit <code>{{ if isset .Params "image" }}</code> und den zugehörigen <em>front matter</em>.</p>
|
|
</li>
|
|
<li>
|
|
<p>Aufgabe 4 erachte ich für nicht dringend, da ich nicht soviele Projekte (mehr als 10) gleichzeitig erstellt habe (auch nicht vor habe).</p>
|
|
</li>
|
|
<li>
|
|
<p>und Aufgabe 5 wird in <code>themes/mytheme/layouts/index.html</code> erledigt und fand ich zunächst nicht (erwartete die Definition in <code>baseof.html</code>).</p>
|
|
</li>
|
|
</ul>
|
|
<p>Das nächste Kapitel behandelt die <strong>Suche</strong>.</p>
|
|
<section class="footnotes" role="doc-endnotes">
|
|
<hr>
|
|
<ol>
|
|
<li id="fn:1" role="doc-endnote">
|
|
<p>Seite 133 (Build Websites with Hugo, Brian P. Hogan) <a href="#fnref:1" class="footnote-backref" role="doc-backlink">↩︎</a></p>
|
|
</li>
|
|
</ol>
|
|
</section>
|
|
|
|
</section>
|
|
<section class="related">
|
|
|
|
|
|
</section>
|
|
|
|
</article>
|
|
|
|
|
|
|
|
</main><footer>
|
|
<small>Copyright 2025 Franz Klotsche -
|
|
Find me on:<ul>
|
|
|
|
<li><a href="https://x.com/mirror1089">X</a></li>
|
|
|
|
<li><a href="https://www.tumblr.com/redesignart">Tumblr</a></li>
|
|
|
|
<li><a href="https://de.linkedin.com/in/franz-klotsche-84461858">LinkedIn</a></li>
|
|
|
|
<li><a href="https://github.com/kurrrioo/">GitHub</a></li>
|
|
|
|
</ul></small>
|
|
</footer></div>
|
|
</body>
|
|
</html>
|