Adding mermaid.js to Hugo PaperMod

Hey there, fellow papermod enthusiasts! If you’re like me, you’re always on the lookout for ways to make your Hugo blog content more engaging and easy to understand. That’s why I’m excited to share with you my experience of adding Mermaid.js to my Hugo Papermod site using the CDN method. Mermaid.js is a fantastic tool that allows you to create beautiful, interactive diagrams and flowcharts right in your web browser. With its simple markdown-like syntax, you can create complex visualizations in no time - no need to be a coding expert or a design whiz!...

May 18, 2024 · 4 min · Deepak Shilkar

Setting Up a Static Image Host on AWS

«««< HEAD I manage my Hugo site (versioning and deployment) via GitHub. One key issue with this setup is that images eventually make the repository heavier, making push and pull slower and unnecessarily gobbling GitHub’s resources for purposes that it is not meant for. A common option to manage this issue is to use image hosting and resizing services like Cloudimage and Cloudkit. A key issue I have with these services is the inability to maintain a persistent backup elsewhere....

September 5, 2023 · 4 min · Deepak Shilkar