
I use a text to diagram tool called PlantUML. It's perfect! Now, I want to use it with my hugo site, through a short code. So, I I type a code like below, I should see out like as the image. 1@startuml 2A -> B : Hello 3A <- B : Hi There! 4@enduml Update: I spend many hours trying to work this out. Created a firebase …
Read More
I am embarking on this new journey to use Static Site Generator. So far, I have managed to setup: Hugo base project GitHub repository Travis CI based build and deploy I have a shared hosting service (for many years now) so I want to use that to host my site. This added some (small) challenges in my journey. I will …
Read More