Blog: Hugo Config Detail#
Level 3 (Detail) — Site configuration reference.
Site Config#
File: config/_default/hugo.toml
| Key | Value | Description |
|---|
theme | blowfish | Hugo theme |
title | tazlab.net Blog | Site title |
baseURL | https://blog.tazlab.net/ | Production URL |
defaultContentLanguage | en | English is default |
buildDrafts | false | Drafts not built in production |
buildFuture | false | Future-dated posts not built |
summaryLength | 0 | No auto-summary |
pagination.pagerSize | 100 | Posts per page |
Taxonomies#
| Taxonomy | Identifier |
|---|
| Tags | tags |
| Categories | categories |
| Authors | authors |
| Series | series |
Related Content#
Weighted by: tags (100), categories (100), series (50), authors (20), date (10), fragmentrefs (10).
Language Config#
File: config/_default/languages.en.toml and languages.it.toml
| Key | English | Italian |
|---|
languageCode | en | it |
weight | 1 | 2 |
title | Terraforming the Cloud | Terraforming the Cloud |
params.author.name | Roberto Tazzoli | Roberto Tazzoli |
params.author.headline | Homelab Platform Engineer & Kubernetes Enthusiast | Homelab Platform Engineer & Appassionato di Kubernetes |
Theme Params#
File: config/_default/params.toml
Appearance#
| Key | Value | Effect |
|---|
colorScheme | blowfish | Theme color scheme |
defaultAppearance | dark | Default dark mode |
autoSwitchAppearance | true | Follows system preference |
header.layout | fixed-fill-blur | Header style |
homepage.layout | background | Homepage with background image |
Features#
| Key | Value | Effect |
|---|
enableSearch | true | Client-side search |
enableCodeCopy | true | Copy button on code blocks |
showComments | true | Cusdis widget on articles |
showTableOfContents | true | TOC in articles |
showReadingTime | true | Estimated reading time |
showWordCount | true | Word count in articles |
Cusdis#
[cusdis]
enabled = true
appId = "6968bcd3-329d-46bb-95e2-18a2148ff233"
host = "https://cusdis.com"
Outputs#
| Output Type | Formats |
|---|
| Home | HTML, RSS, JSON, robots |
| Section | HTML, RSS, JSON |
| Regular | HTML |
| Taxonomy | HTML, RSS |
| Term | HTML, RSS |
See Also#