mirror of
https://github.com/JimenezJC/mshj_blog.git
synced 2025-12-06 05:19:55 -05:00
14 lines
283 B
TOML
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/"
|