34 lines
712 B
YAML
34 lines
712 B
YAML
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/rewrite-hugo-themes-report-in-python.md
|
|
- posts/lmde3-xfs-full-disk-encryption.md
|
|
- posts/faster-partitioning-with-sgdisk.md
|
|
- posts/clear-linux-guest-virt-manager.md
|
|
- posts/clear-linux-encrypted-xfs-root.md
|
|
- posts/simplified-raspberry-streaming.md
|
|
- posts/linux-move-cursor-with-keyboard.md
|
|
- Links:
|
|
- Links: links.md
|
|
|
|
extra_css:
|
|
- extra.css
|