Initial Commit

pull/1/head
Swissky 2023-02-08 15:04:00 +01:00
parent c3ab467604
commit dd33271353
2 changed files with 48 additions and 0 deletions

1
docs/README.md Normal file
View File

@ -0,0 +1 @@
# Welcome

47
mkdocs.yml Normal file
View File

@ -0,0 +1,47 @@
site_name: Internal All The Things
theme:
name: material
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tracking
- toc.integrate
- navigation.top
markdown_extensions:
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- tables
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
repo_url: https://github.com/swisskyrepo/InternalAllTheThings/
edit_uri: edit/master/
plugins:
- search
- git-revision-date-localized