Blog
A blog written in Obsidian Markdown and built with Hugo.
Based off NetworkChuck's Blog (source here) but with modifications, namely:
- The bash script has been written into the python script so that it is now completely cross-platform with one file.
- The existing image replacement function has been reworked to allow file names with all characters that are usually escaped in URLs (not just spaces), and to allow for Obsidian's image resizing which can be included in image references. Markdown doesn't natively support this image resizing, so it is ignored when generating the output.
If you want to see what I did without Hugo, check out my personal landing page! HTML, CSS, JS, and a custom static site renderer made with Python and Jinja2. Source here.