Entity: blog-src (Hugo Blog)

This page is the repository hub for the TazLab public blog.

Overview

blog-src/ is the Hugo static site source for the TazLab blog. It uses the Blowfish theme, supports bilingual content (English/Italian), and is deployed through a GitOps pipeline: GitHub Action builds a Docker image → Docker Hub → Flux image automation → cluster rollout.

Repository Structure

blog-src/
├── config/_default/           # Hugo configuration files
│   ├── hugo.toml              # Site config (theme, baseURL, taxonomies)
│   ├── languages.en.toml      # English language params
│   ├── languages.it.toml      # Italian language params
│   ├── menus.en.toml          # English navigation menu
│   ├── menus.it.toml          # Italian navigation menu
│   ├── markup.toml            # Markdown rendering settings
│   ├── module.toml            # Hugo module config
│   └── params.toml            # Theme parameters (Cusdis, appearance, layout)
├── content/
│   ├── posts/                 # Blog articles, one subdir per post
│   └── _index.md              # Homepage content
├── layouts/                   # Hugo template overrides
├── themes/blowfish/           # Blowfish theme (Git submodule)
├── assets/                    # Theme assets (images, fonts)
├── static/                    # Static files
├── archetypes/                # Default front matter templates
├── .github/workflows/
│   └── publish.yml            # CI: build Docker image + push
└── Dockerfile                 # Multi-stage: Hugo build → Nginx

Quick Facts

PropertyValue
Repositoryblog-src/
Static site generatorHugo (latest via Docker image)
ThemeBlowfish (Git submodule)
LanguagesEnglish (default), Italian
CommentsCusdis Cloud (6968bcd3-329d-46bb-95e2-18a2148ff233)
Imagetazzo/tazlab-blog
Tag patternblog-<run_number>-<sha>
Published atblog.tazlab.net

Canonical Starting Pages for Agents

Architecture & Pipeline

Features

Details

Relationships

See Also