trents_blog/mkdocs.yml

34 lines
712 B
YAML
Raw Normal View History

2020-12-15 00:17:03 -08:00
site_name: Trent's Blog
theme:
name: material
palette:
scheme: default
features:
- navigation.tabs
markdown_extensions:
- pymdownx.tabbed
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.keys
- attr_list
nav:
- Home:
- Home: index.md
- posts/linux-move-cursor-with-keyboard.md
2020-12-15 03:11:33 -08:00
- posts/simplified-raspberry-streaming.md
- posts/clear-linux-encrypted-xfs-root.md
- posts/clear-linux-guest-virt-manager.md
- posts/faster-partitioning-with-sgdisk.md
- posts/lmde3-xfs-full-disk-encryption.md
- posts/rewrite-hugo-themes-report-in-python.md
2020-12-15 00:17:03 -08:00
- Links:
- Links: links.md
extra_css:
- extra.css