wiki/mkdocs.yml
2025-08-06 18:43:34 +01:00

33 lines
820 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

site_name: Wiki of Dark Arts
site_url: https://wikiofdark.art/
theme:
name: material
custom_dir: overrides
features:
- toc.integrate # left rail = in-page TOC :contentReference[oaicite:0]{index=0}
- navigation.instant # SPA-style speed
- navigation.expand
markdown_extensions:
- footnotes
- attr_list # keep this if you use {.source-link}
# - pymdownx.citations # ←- delete or comment out
plugins:
- search
- bibtex: # <— mkdocs-bibtex we just installed
bib_file: references.bib # put your .bib in the repo root
# csl_file: chicago-fullnote-bibliography.csl # optional style
extra_css:
- assets/extra.css
extra_javascript:
- assets/extra.js
extra:
social: false # optional removes top-right social icons