-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Here is my mkdocs.yml:
site_name: my_site_name
site_author: my_site_author
copyright: Copyright © my_comp
docs_dir: Technical
use_directory_urls: false
theme:
name: 'material'
palette:
primary: 'deep orange'
accent: 'amber'
feature:
tabs: true
plugins:
- git-revision-date-localized: # cf https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/options/
# type: timeago # "3 days ago" (nicest)
type: date # → 2025-11-25
# type: datetime
enable_creation_date: true # optional: also show "First created"
# fallback_to_build_date: true # if file not in git
- git-authors: # cf https://timvink.github.io/mkdocs-git-authors-plugin/options.html
show_email_address: true
show_contribution: true
markdown_extensions:
- admonition
- attr_list
- codehilite
- md_in_html
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- AWS Access: aws_access.md
- Post mortem:
- Everything burned: "post mortem/burned_to_the_ground.md"
- A nuclear explosion occured: "post mortem/radiation_for_the_next_thousands_of_years.md"
We have two contributors below, and their contributions aren't shown.

Metadata
Metadata
Assignees
Labels
No labels