Hugo - Full Text RSS Feed für das Tag Linux

Um in Hugo und dem Theme PaperMod einen dedizierten RSS-Feed nur für das Tag “Linux” zu erstellen, der den vollständigen Artikelinhalt enthält, musst du eine Kombination aus Hugo-Konfiguration und einem spezifischen Template anlegen. Hier ist die dafür notwendige Schritt-für-Schritt-Anleitung in 3 Schritten 1. RSS-Feed für Tags aktivieren Zuerst muss sichergestellt sein, dass Hugo überhaupt RSS-Feeds für einzelne Tags (Term-Seiten) generiert. Dies wird über die outputs-Einstellung in deiner hugo.yaml gesteuert . Stelle sicher, dass term (für einzelne Begriffe wie Tags) die Ausgabe rss enthält: ...

25.08.2026 · hoergen

Shortcodes für Hugo & Papermod

Shortcodes Hugo and PaperMod Below is a combined, alphabetical list of common shortcodes from both sources, with (Hugo) for Hugo and (CustP) for Custom PaperMod. before - Creates the ‘before’ panel in a side-by-side comparison (CustP) . callout - Creates a highlighted aside with types like info, warning, tip, note, or success (CustP) . compare - Wraps a before/after comparison block for side-by-side visuals (CustP) . details - Inserts an HTML <details> element for a collapsible content block (Hugo) . figure - Inserts an HTML <figure> element with advanced image placement and caption options (Hugo) . gist - Embeds a GitHub Gist (Hugo) . highlight - Displays syntax-highlighted code with configurable options (Hugo) . image - Processes and embeds images with attributes like width and alt text (CustP) . instagram - Embeds an Instagram post (Hugo) . param - Inserts a parameter value from front matter or site configuration (Hugo) . pullquote - Displays a large-format quote for emphasis (CustP) . qr - Generates a QR code image from a provided string (Hugo) . ref - Creates a canonical (absolute) permalink to another page (Hugo) . relref - Creates a relative permalink to another page (Hugo) . stat - Displays a single metric tile with a number and label (CustP) . stats - Wraps a group of stat tiles in a flex container (CustP) . step - Creates a single numbered step within a steps block (CustP) . steps - Wraps a sequence of step shortcodes for auto-numbered procedures (CustP) . vimeo - Embeds a Vimeo video player (Hugo) . x - Embeds an X (formerly Twitter) post (Hugo) . youtube - Embeds a YouTube video player (Hugo) . ...

10.08.2026 · hoergen

Frontmatter Parameter für Hugo & Papermod

Hugo & PaperMod Front Matter Parameters (Alphabetical) aliases - Array of old paths to redirect to this page (H) . audio - Array of audio file paths for opengraph metadata (H) . cascade - Front matter keys passed down to descendants (H) . cover - Cover image settings with image, alt, caption, relative, responsiveImages (P) . date - Page publication datetime (H) . description - Description for SEO and summaries (H) . draft - If true, page not rendered without –buildDrafts (H) . excludeFromRSS - Excludes this page from RSS feed (P) . expiryDate - Content expires after this datetime (H) . headless - If true, sets leaf bundle to headless (H) . images - Array of image paths for opengraph/twitter cards (H) . isCJKLanguage - If true, treats content as CJK for word count (H) . keywords - Array of meta keywords for SEO (H) . lastmod - Last modification datetime (H) . layout - Specific template name to override lookup order (H) . linkTitle - Shorter version of title for links (H) . markup - Content format renderer (md or rst) (H) . menu - Adds page to specified menu(s) (H) . outputs - Array of output formats to render (H) . params - Map of custom page parameters (H) . publishDate - Future publication date (requires –buildFuture) (H) . resources - Array of metadata for page resources (H) . series - Array of series this page belongs to (H) . ShowBreadCrumbs - Shows breadcrumb navigation on the page (P) . ShowCodeCopyButtons - Shows copy buttons on code blocks (P) . ShowFullTextinRSS - Includes full content in RSS feed (P) . ShowPostNavLinks - Shows previous/next post navigation at bottom (P) . ShowReadingTime - Shows estimated reading time (P) . ShowShareButtons - Shows social share buttons (P) . ShowToc - Shows table of contents (P) . sitemap - Map of sitemap options (H) . sites - Map for sites matrix and complements (v0.153.0+) (H) . slug - Overrides last segment of URL path (H) . summary - Custom summary text for teasers (H) . title - Page title (H) . TocOpen - If true, table of contents is expanded by default (P) . translationKey - Arbitrary value to relate translations (H) . type - Overrides content type derived from section (H) . url - Complete custom URL path (H) . weight - Controls sorting order (lower numbers first) (P) . ...

10.08.2026 · hoergen

Neustart mit Hugo

Nach einer etwas längeren Evalutationsphase und viel Ausprobieren, habe ich es endlich geschafft von Wordpress weg zu kommen und bin bei Hugo gelandet. Eines der größten Probleme war der Podcast, den ich in einem meiner Blogs beherberge. Das war wirklich nicht einfach zu lösen. Zum einen, weil es nur wenige Podcast Themes für Hugo gibt und zum anderen, weil die Dokumentation …hust… ich sag mal: lückenhaft ist. Das schraubte zeitweise den Frustrationslevel ordentlich nach oben. ...

03.08.2026 · hoergen