50 lines
1.2 KiB
YAML
50 lines
1.2 KiB
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/apache-virtual-hosts.md
|
|
- posts/sendxmpp-handler-for-python-logging.md
|
|
- posts/instructions-for-tethering-from-phone.md
|
|
- posts/lmde4-custom-partitions-disk-encryption.md
|
|
- posts/linux-move-cursor-with-keyboard.md
|
|
- 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
|
|
- Links:
|
|
- Links: links.md
|
|
|
|
extra_css:
|
|
- extra.css
|
|
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/brands/twitter
|
|
link: https://twitter.com/boringtrent
|
|
name: trent on twitter
|
|
- icon: fontawesome/brands/facebook
|
|
link: https://www.facebook.com/trentspalmer
|
|
name: trent on facebook
|
|
- icon: fontawesome/brands/github
|
|
link: https://github.com/TrentSPalmer
|
|
name: trent on github
|