htmx/www/config.toml
Christopher Jefferson 10f45c321e
Clarify that hx-trigger:from doesn't dynamically update (#2696)
* Fix typo

* Clarity that 'from' doesn't update as the page changes
2024-07-08 11:50:17 -06:00

41 lines
754 B
TOML

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