aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: b32188ae1e99e98e75c649d76e2376a3fa74e68d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
baseURL = "https://carbslinux.org"
languageCode = "en-us"
title = "Carbs Linux"
disableKinds = ["taxonomy", "term"]
pygmentsUseClasses = true

[markup.highlight]
codeFences = true
hl_Lines = " "

[permalinks]
blog = "/:year/:month/:title/"
news = "/news/:year-:month-:day/"