mirror of
https://github.com/JimenezJC/mshj_blog.git
synced 2026-03-07 23:34:36 -05:00
22 lines
389 B
TOML
22 lines
389 B
TOML
baseURL = '/'
|
|
languageCode = 'en-us'
|
|
title = 'mshj.net'
|
|
theme = 'terminal'
|
|
|
|
[params]
|
|
|
|
[params.isso]
|
|
url = "http://localhost:8080/"
|
|
|
|
[security]
|
|
enableInlineShortcodes = true
|
|
|
|
# Enable tags and categories
|
|
[taxonomies]
|
|
category = "categories"
|
|
tag = "tags"
|
|
|
|
# Define permalinks (important for taxonomy URLs)
|
|
[permalinks]
|
|
tags = "/tags/:slug/"
|
|
categories = "/categories/:slug/"
|