trents_blog/mkdocs.yml

53 lines
1.3 KiB
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
2021-04-19 19:23:27 -07:00
- posts/test-qr-svg-django.md
2021-01-25 08:37:39 -08:00
- posts/prosody-photo-uploads.md
2021-01-09 16:45:08 -08:00
- posts/xmpp-apt-notifications.md
2020-12-19 21:16:22 -08:00
- posts/apache-virtual-hosts.md
- posts/sendxmpp-handler-for-python-logging.md
2020-12-17 15:59:13 -08:00
- posts/instructions-for-tethering-from-phone.md
- posts/lmde4-custom-partitions-disk-encryption.md
2020-12-15 00:17:03 -08:00
- 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
2020-12-15 03:49:26 -08:00
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