summaryrefslogtreecommitdiffstatshomepage
path: root/www/config.toml
blob: 2b3e283832acc1ca16a4b03b5cffd47d1dfbe973 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
base_url = "https://htmx.org"
title = "</> htmx - high power tools for html"
theme = "htmx-theme"

compile_sass = false
build_search_index = false
generate_feeds = true

taxonomies = [
  { name = "tag", render = false, feed = true },
  { name = "author", render = false, feed = false }
]

[markdown]
highlight_code = true
highlight_theme = "two-dark-edited"
extra_syntaxes_and_themes = ["themes/htmx-theme/highlighting"]
external_links_target_blank = true
smart_punctuation = true

[slugify]
paths_keep_dates = true

[extra]
# Put all your custom variables here

## Candidate code highlighting schemes:
# 1337
# ayu-mirage
# boron
# charcoal
# material-dark
# monokai

# subway-madrid
# subway-moscow
# Tomorrow
# two-dark
# visual-studio-dark
# zenburn