mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 13:01:03 +00:00

* fix: change css midBlue saturation and body tag color to a darker color * feat: add empty alt attribute to decorative bars * feat: add alt attributes for index link images * fix: tweak code background alpha * feat: add custom highlighting theme, change comment color to be legible * fix: replace a tags with span * fix: lighten background color of div * feat: add doctype and meta description * fix: remove doctype to prevent no quirks mode (why.png)
41 lines
753 B
TOML
41 lines
753 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_feed = 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
|