trents_blog/mkdocs.yml

134 lines
6.8 KiB
YAML
Raw Normal View History

2020-12-15 00:17:03 -08:00
site_name: Trent's Blog
2021-09-02 13:03:42 -07:00
site_description: Trent's blog of mostly technical documentations.
site_url: https://blog.trentsonlinedocs.xyz/
2020-12-15 00:17:03 -08:00
theme:
2021-09-10 05:23:51 -07:00
name: material
2021-09-10 15:25:48 -07:00
custom_dir: overrides
2020-12-15 00:17:03 -08:00
palette:
scheme: default
2021-09-10 05:23:51 -07:00
primary: white
2020-12-15 00:17:03 -08:00
features:
- navigation.tabs
markdown_extensions:
- pymdownx.tabbed
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
2021-07-25 03:38:54 -07:00
- pymdownx.snippets:
base_path: 'snippets'
2020-12-15 00:17:03 -08:00
- pymdownx.keys
- attr_list
nav:
2021-09-10 20:26:47 -07:00
- Home:
- Home: index.md
2022-02-13 01:33:59 -08:00
- "QuasselCore on Debian 11": posts/quasselcore-on-debian-11.md
- "Forklift Upgrade Arch Linux To A Dell Precision 3561": posts/forklift-upgrade-arch-linux-precision-3561.md
2021-10-18 03:26:11 -07:00
- "Ansible KVM Router Lab Part 6": posts/ansible-kvm-router-lab-part-6.md
- "Ansible KVM Router Lab Part 5": posts/ansible-kvm-router-lab-part-5.md
- "Ansible KVM Router Lab Part 4": posts/ansible-kvm-router-lab-part-4.md
- "Ansible KVM Router Lab Part 3": posts/ansible-kvm-router-lab-part-3.md
- "Ansible KVM Router Lab Part 2": posts/ansible-kvm-router-lab-part-2.md
- "Ansible KVM Router Lab Part 1": posts/ansible-kvm-router-lab-part-1.md
- "Add KVM Network With Virsh": posts/add-kvm-network-with-virsh.md
2021-10-08 00:15:57 -07:00
- "KVM On Arch": posts/kvm-on-arch.md
2021-10-06 14:23:19 -07:00
- "RaspberryPi LTE-Failover Router With DNS Caching": posts/raspberrypi-lte-failover-router-with-dns-caching.md
- "Flutter Integration Test Server in Debian 11 Nspawn Container": posts/debian-11-nspawn-flutter-integration-test-server.md
2021-09-11 04:13:33 -07:00
- "Debian 11 TT-RSS": posts/debian-11-ttrss.md
2021-09-10 20:26:47 -07:00
- "Trent's Favorite Podcasts": posts/trents-favorite-podcasts.md
- "Test QR SVG Django": posts/test-qr-svg-django.md
- "Prosody Photo Uploads": posts/prosody-photo-uploads.md
- "XMPP Apt Notification": posts/xmpp-apt-notifications.md
- "Apache Virtual Hosts": posts/apache-virtual-hosts.md
- "SENDXMPP Handler for Python Logging": posts/sendxmpp-handler-for-python-logging.md
- "Instruction For Tethering From Phone": posts/instructions-for-tethering-from-phone.md
- "LMDE4 Custom Partitions for Disk Encryption": posts/lmde4-custom-partitions-disk-encryption.md
- "Linux Move Cursor With Keyboard": posts/linux-move-cursor-with-keyboard.md
- "Simplified Raspberry Streaming": posts/simplified-raspberry-streaming.md
- "Clear Linux Encrypted XFS Root": posts/clear-linux-encrypted-xfs-root.md
- "Clear Linux Guest Virt Manager": posts/clear-linux-guest-virt-manager.md
- "Faster Partitioning with Sgdisk": posts/faster-partitioning-with-sgdisk.md
- "LMDE3 XFS Full Disk Encryption": posts/lmde3-xfs-full-disk-encryption.md
- "Rewrite Hugo Themes Report In Python": posts/rewrite-hugo-themes-report-in-python.md
2021-09-10 04:30:02 -07:00
- RSS:
- RSS: rss.md
2021-09-10 05:23:51 -07:00
- RssCreated: /feed_rss_created.xml
- RssUpdated: /feed_rss_updated.xml
2021-09-10 04:30:02 -07:00
- Links:
- Links: links.md
2021-09-11 16:05:48 -07:00
- Source: https://git.boringonian.com/trent/trents_blog
2021-09-10 04:30:02 -07:00
- TrentReads: https://trentpalmer.org
- AttentionSpanHistory: https://blog.trentpalmer.org
- GitHub: https://github.com/TrentSPalmer
- Twitter: https://twitter.com/boringtrent
- Facebook: https://www.facebook.com/trentspalmer
- TrentDocs: https://docs.trentsonlinedocs.xyz/
- HugoThemesReport: https://trentsonlinedocs.xyz/hugo-themes-report/hugo-themes-report.html
- LibreGpsParser: https://play.google.com/store/apps/details?id=org.trentpalmer.libre_gps_parser
- ConcisePDX: https://concise-pdx.com/
- FreeCodeCampChallenges: https://trentspalmer.github.io/fcc-challenges/
- DeviceLayout: https://trentpalmer.work/6a57bbe24d8244289610bf57533d6c6f/
- Posts:
2022-02-13 01:33:59 -08:00
- "QuasselCore on Debian 11": posts/quasselcore-on-debian-11.md
- "Forklift Upgrade Arch Linux To A Dell Precision 3561": posts/forklift-upgrade-arch-linux-precision-3561.md
2021-10-18 03:26:11 -07:00
- "Ansible KVM Router Lab Part 6": posts/ansible-kvm-router-lab-part-6.md
- "Ansible KVM Router Lab Part 5": posts/ansible-kvm-router-lab-part-5.md
- "Ansible KVM Router Lab Part 4": posts/ansible-kvm-router-lab-part-4.md
- "Ansible KVM Router Lab Part 3": posts/ansible-kvm-router-lab-part-3.md
- "Ansible KVM Router Lab Part 2": posts/ansible-kvm-router-lab-part-2.md
- "Ansible KVM Router Lab Part 1": posts/ansible-kvm-router-lab-part-1.md
- "Add KVM Network With Virsh": posts/add-kvm-network-with-virsh.md
2021-10-08 00:15:57 -07:00
- "KVM On Arch": posts/kvm-on-arch.md
2021-10-06 14:23:19 -07:00
- "RaspberryPi LTE-Failover Router With DNS Caching": posts/raspberrypi-lte-failover-router-with-dns-caching.md
- "Flutter Integration Test Server in Debian 11 Nspawn Container": posts/debian-11-nspawn-flutter-integration-test-server.md
2021-09-11 04:13:33 -07:00
- "Debian 11 TT-RSS": posts/debian-11-ttrss.md
2021-09-10 20:26:47 -07:00
- "Trent's Favorite Podcasts": posts/trents-favorite-podcasts.md
- "Test QR SVG Django": posts/test-qr-svg-django.md
- "Prosody Photo Uploads": posts/prosody-photo-uploads.md
- "XMPP Apt Notification": posts/xmpp-apt-notifications.md
- "Apache Virtual Hosts": posts/apache-virtual-hosts.md
- "SENDXMPP Handler for Python Logging": posts/sendxmpp-handler-for-python-logging.md
- "Instruction For Tethering From Phone": posts/instructions-for-tethering-from-phone.md
- "LMDE4 Custom Partitions for Disk Encryption": posts/lmde4-custom-partitions-disk-encryption.md
- "Linux Move Cursor With Keyboard": posts/linux-move-cursor-with-keyboard.md
- "Simplified Raspberry Streaming": posts/simplified-raspberry-streaming.md
- "Clear Linux Encrypted XFS Root": posts/clear-linux-encrypted-xfs-root.md
- "Clear Linux Guest Virt Manager": posts/clear-linux-guest-virt-manager.md
- "Faster Partitioning with Sgdisk": posts/faster-partitioning-with-sgdisk.md
- "LMDE3 XFS Full Disk Encryption": posts/lmde3-xfs-full-disk-encryption.md
- "Rewrite Hugo Themes Report In Python": posts/rewrite-hugo-themes-report-in-python.md
2021-09-11 16:05:48 -07:00
- Source: https://git.boringonian.com/trent/trents_blog
2021-09-10 05:23:51 -07:00
- TrentReads: https://trentpalmer.org
- AttentionSpanHistory: https://blog.trentpalmer.org
- GitHub: https://github.com/TrentSPalmer
- Twitter: https://twitter.com/boringtrent
- Facebook: https://www.facebook.com/trentspalmer
- TrentDocs: https://docs.trentsonlinedocs.xyz/
- HugoThemesReport: https://trentsonlinedocs.xyz/hugo-themes-report/hugo-themes-report.html
- LibreGpsParser: https://play.google.com/store/apps/details?id=org.trentpalmer.libre_gps_parser
2020-12-15 00:17:03 -08:00
extra_css:
- extra.css
2020-12-15 03:49:26 -08:00
2021-09-10 05:23:51 -07: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
- icon: fontawesome/solid/rss-square
link: /rss
name: rss
2021-09-02 13:03:42 -07:00
plugins:
- rss:
match_path: "posts/.*"
2021-09-10 04:30:02 -07:00
- search