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:
|
|
|
|
name: material
|
|
|
|
palette:
|
|
|
|
scheme: default
|
|
|
|
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: 'docs'
|
2020-12-15 00:17:03 -08:00
|
|
|
- pymdownx.keys
|
|
|
|
- attr_list
|
|
|
|
|
|
|
|
nav:
|
|
|
|
- Home:
|
|
|
|
- Home: index.md
|
2021-07-25 03:38:54 -07:00
|
|
|
- posts/trents-favorite-podcasts.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
|
2020-12-19 03:47:41 -08:00
|
|
|
- posts/sendxmpp-handler-for-python-logging.md
|
2020-12-17 15:59:13 -08:00
|
|
|
- posts/instructions-for-tethering-from-phone.md
|
2020-12-15 16:28:41 -08:00
|
|
|
- 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:
|
2021-09-02 13:03:42 -07:00
|
|
|
- Home: index.md
|
2020-12-15 00:17:03 -08:00
|
|
|
- Links: links.md
|
2021-09-02 13:03:42 -07:00
|
|
|
- RSS: rss.md
|
|
|
|
- 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/
|
|
|
|
- OregonHikersFieldGuide: https://www.oregonhikers.org/field_guide/
|
|
|
|
- RSS:
|
|
|
|
- RSS: rss.md
|
|
|
|
- RssCreated: /feed_rss_created.xml
|
|
|
|
- RssUpdated: /feed_rss_updated.xml
|
2020-12-15 00:17:03 -08:00
|
|
|
|
|
|
|
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
|
2021-09-02 13:03:42 -07:00
|
|
|
|
|
|
|
plugins:
|
|
|
|
- rss:
|
|
|
|
match_path: "posts/.*"
|