MkDocs version of the site
This commit is contained in:
commit
fb39927f69
3263 changed files with 3327 additions and 0 deletions
49
mkdocs.yml
Normal file
49
mkdocs.yml
Normal file
|
@ -0,0 +1,49 @@
|
|||
site_name: Snuffi
|
||||
theme:
|
||||
name: material
|
||||
custom_dir: overrides
|
||||
logo: /nerdyhog.png
|
||||
favicon: /nerdyhog.png
|
||||
features:
|
||||
- navigation.tabs
|
||||
- navigation.sections
|
||||
- navigation.path
|
||||
- navigation.indexes
|
||||
- content.code.copy
|
||||
palette:
|
||||
scheme: slate
|
||||
primary: teal
|
||||
accent: teal
|
||||
extra:
|
||||
social:
|
||||
- icon: simple/forgejo
|
||||
link: https://git.jakest.us/snuffi/
|
||||
name: Our Git
|
||||
copyright: "Bout meh: <a href=\"https://jakest.us\">jakest.us</a>"
|
||||
extra_css:
|
||||
- extra.css
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
line_spans: __span
|
||||
pygments_lang_class: true
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.snippets
|
||||
- pymdownx.superfences
|
||||
- pymdownx.critic
|
||||
- pymdownx.caret
|
||||
- pymdownx.keys
|
||||
- pymdownx.mark
|
||||
- pymdownx.tilde
|
||||
- attr_list
|
||||
- def_list
|
||||
- pymdownx.tasklist:
|
||||
custom_checkbox: true
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||
options:
|
||||
custom_icons:
|
||||
- overrides/.icons
|
Loading…
Add table
Add a link
Reference in a new issue