2022-02-24 10:22:47 +02:00
site_name : Unciv
2022-02-23 20:51:18 +02:00
theme :
2022-02-23 21:47:09 +02:00
name : material
palette :
- scheme : default
primary : teal
accent : amber
toggle :
icon : material/lightbulb
name : Switch to light mode
- scheme : slate
primary : teal
accent : amber
toggle :
icon : material/lightbulb-outline
2022-02-24 10:22:47 +02:00
name : Switch to dark mode
icon :
repo : fontawesome/brands/github
repo_name : yairm210/unciv
repo_url : https://github.com/yairm210/unciv
#markdown_extensions:
# - abbr
# - pymdownx.snippets
# - attr_list
# - md_in_html
# - pymdownx.superfences
markdown_extensions :
2022-02-24 10:52:23 +02:00
# For adminitions
2022-02-24 10:22:47 +02:00
- admonition
- pymdownx.details
- pymdownx.superfences
2022-02-24 10:52:23 +02:00
- pymdownx.details # For collapsable admonitions - see https://squidfunk.github.io/mkdocs-material/reference/admonitions/?h=%3F%3F%3F#collapsible-blocks
# For Abbreviations
- abbr
- pymdownx.snippets