Skip to content
Snippets Groups Projects
Select Git revision
  • 60f565dffe9bd504b11f5e5fee64ae9abdc7f7c9
  • master default protected
2 results

blog

TheJoeCoder's avatar
TheJoeCoder authored
60f565df
History

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.