Personal blog about things I learned
Adding SEO to Hugo pages
Today I learned some things about Search Engine optimization (SEO) in combination with my hugo blog.
Read more ⟶
Obsidian2Hugo exporter in go
Today I learned how to parse and transform #markdown created written inside #obsidian for the usage as a source for my #hugo blog and finished my obsidian2hugo exporter.
Read more ⟶
How to use render hooks in hugo
Today I learned how to overwrite default templates used by #hugo to change the image lookup and the link click targets.
Read more ⟶
Writing a MultiFileReader in Go
Today I learned how to implement a #golang Reader which automatically reads multiple files for further processing of the resulting bytes.
Read more ⟶
Find public google calendar
Today I learned how to look for public calendars with a list of email addresses. #infosec #recon
Read more ⟶
Hello Hugo!
Today I learned how to integrate my note taking software obsidian with my hugo blog. For thatI am exporting my notes from inside obsidian into the hugo blog posts directory. During this export, parts of the markdown are transformed to fit my hugo templates.
Read more ⟶