mshj_blog/hugo.toml
2025-07-04 16:10:22 -04:00

14 lines
283 B
TOML

baseURL = '/'
languageCode = 'en-us'
title = 'mshj.net'
theme = 'terminal'
# Enable tags and categories
[taxonomies]
category = "categories"
tag = "tags"
# Define permalinks (important for taxonomy URLs)
[permalinks]
tags = "/tags/:slug/"
categories = "/categories/:slug/"