❮❮❮ ❮❮❮  
Update Hugo Settings

on 2025-07-27
Updates to the hugo config of this site.

Reading time: 1 min.

Basis

git diff 4e25eb3d6bdaa7d3a00c78c22961b56156a5697f 2b45d19369528fb71f3e20811dbb9999ae7c3bb6 -- hugo.toml

Hugo version 123.7.

Site structure

Move everything from log that is not timestamped to new subsections.

Remove allhugo aliases.

URLs

Filenames are default slugs:

log = "log/:slugorfilename/"

Add base url:

baseURL = "/"

Enable ugly urls

uglyURLs = true

References

Add render hooks

    [markup.goldmark.renderHooks.image]
      enableDefault = true
      useEmbedded = 'auto'
    [markup.goldmark.renderHooks.link]
      enableDefault = true
      useEmbedded = 'auto'

Privacy

Disable git info:

enableGitInfo = false

Disable X

  [privacy.x]
    disable = true

Future depreceations

Future stuff