How to Prevent Hugo From Publishing Draft Posts Accidentally

Learn how to use a Bash script to check draft status in CI and local workflows to prevent accidentally publishing draft content on Hugo.

BurgeonLab

New #blog on #BurgeonLab ✍️

➡️ https://burgeonlab.com/blog/url2md-how-to-batch-convert-url-links-to-markdown-links/

See how I batch convert links for my #weeknote link roundup quickly, with auto-fetching link titles and site name using a Python script: URL to Markdown link.

This is post 45 of #100DaysToOffload
📈 https://burgeonlab.com/tags/100daystooffload/

#blogging #blogs #guides #newpost #blogpost #smolweb #techblog #techguides #python #scripts #markdown #url #linkdump #links #beautifulsoup

url2md: A URL to Markdown Link Converter using Python Script

Learn how to batch convert plain URL links from a TXT file into a list of Markdown links using Python, handy for link dumps or link lists.

BurgeonLab
How I Use Feather Wiki as a Private Brain Dump Tool

Discover Feather Wiki, a FOSS lightweight and customizable personal private web notebook, with multi-device sync via Syncthing and Android support using Termux.

BurgeonLab

New #blog on #BurgeonLab ✍️

➡️ https://burgeonlab.com/blog/fix-ssh-lag-over-wifi-with-ethernet/

Ethernet saves the day for my #SSH, headless Raspberry Pi setup! Quick blog about how I set it up with #macOS Internet Sharing.

This is post 30 of #100DaysToOffload
Progress: https://burgeonlab.com/tags/100daystooffload/

#blogging #blogs #guides #newpost #blogpost #smolweb #techblog #techguides #selfhosting #homelab #ssh #ethernet #raspberryPi #dietpi

How to SSH into Raspberry Pi over Ethernet on a Mac

How I fixed high latency and laggy SSH after getting a new router. Steps on how to SSH into Raspberry Pi over Ethernet with direct connection on Mac devices.

BurgeonLab