Goran Stimac
Menu

This is the first video of the Go Hugo series in which I will try to answer the most common questions about this great framework.

GoHugo YouTube series playlist

Visit GoHugo website:
https://gohugo.io/

Relevant services

These service pages are matched from the subject matter of this article, creating a cleaner path from educational content to implementation work.

Continue reading

Based on shared categories first, then the strongest overlap in tags.

Same category 1 min read

Styling Tables With Hugo Shortcode

Markdown is a great way of writing your posts for new static website generators, but sometimes you need to add HTML classes directly to the output to make it look better. Here comes to play Hugo shortcodes that will help you programmatically add custom HTML to your markdown files.