Migrating Hugo site to Astro
A long time Hugo fans here. I still struggle on doing query, routing or filtering. I tried Astro and really love it. Here is how you can migrate too
OneBite.Dev - Coding blog in a bite size
A long time Hugo fans here. I still struggle on doing query, routing or filtering. I tried Astro and really love it. Here is how you can migrate too
Which static site generator to choose in year 2023? should you pick the newcomer Astro or Hugo that been here for a while
Learn how to display a list of post based on a category or tags in Hugo . This is not for normal category page, since Hugo will sorted it out for you out of the box. This is for when you want to display certain list on a random page
Yesterday I struggle with displaying a list of categories or tags inside a head tag of my Hugo project. I want to use this on my meta tag to make it more dynamic a.k.a better for SEO.
quick tips on How to concatenate string on hugo SSG or how to combine string with variable on gohugo
Learn how to add series for your article in Hugo. This way we can group multiple post on a certain topic or series
How to display future post in Hugo. We will see how you can render between published post and future post in hugo static site generator
How to add search functionality in your Hugo static website. It's a bit tricky, but not that hard
I want to migrate my firebase site (data stored in firestore) to Hugo posts. The problem is hugo made with files not database per se. Here is how i convert or migrate from firebase to hugo markdown to create post
How to manage your static website's media like hugo via forestry with image hosting provider like cloudinary
We need to make our blogging experience as fun and easy as possible, content management system might help us to do that
Learn how to customize you pre-defined fields in front matter in your hugo app
Hot to make a nice dynamic twitter card in Hugo to optimize our twitter post
How to create simple next and previous button for your website's pagination in Hugo
How to create new hugo post faster with bash script? without writing hugo new command anymore
Today i move my static site using hugo from github-pages to netlify hosting provider
How to set hugo post schedule in the future with netlify and cron task
How to get all hugo tags or taxonomy or category you use for your static website
How to deploy your hugo website and Host it for free in Github Pages
How to make a simple hugo website for blogging with tagging or category system.