Software Alternatives & Reviews

Hugo Reviews

Hugo is a general-purpose website framework for generating static web pages.

Social recommendations and mentions

We have tracked the following product recommendations or mentions on Reddit and HackerNews. They can help you see what people think about Hugo and what they use it for.
  • [task] Looking for someone with website making skills. [20$]
    I suggest you look into Hugo. It's a handy custom static site generator. - Source: Reddit / 2 days ago
  • Github actions: Deploy a Hugo website to a FTP server
    Nowadays, it never has been easier to build and host a website for having any form of online presence. You don't even need a lot of web development knowledge. There are many tools and resources available that make the process easier than ever. One such tool is Hugo, a fast and flexible static site generator that allows users to create websites quickly and easily. In addition, deploying a Hugo site to a web server... - Source: dev.to / 4 days ago
  • Futuristic documentation systems in Python, part 1: aiming for more
    The result of this historical evolution is that the world of static site generators has made amazing progress over the past few years and the Python ecosystem hasn't caught up with it. Nowadays there's a rich ecosystem of different options for static site generation, some of which lean more towards server side generation and simplicity (like Hugo) while others leverage Single Page Application frameworks like... - Source: dev.to / 10 days ago
  • Using Bubble.io to make a normal website?
    Try this awesome static site generator https://gohugo.io/ . Learning its format and workflow is still much easier than learning Bubble, and it is exactly tailored for your use case. - Source: Reddit / 11 days ago
  • Learning Azure - any practical use cases?
    We are going to use an application called Hugo to generate a static website. You could of course run Hugo on your own machine - but to flex your muscles in Azure, we're going to stand up a VM. You'll then be able to experiment with different ways to host this static website within Azure. First, create a resource group to house the authoring workload:. - Source: Reddit / 13 days ago
  • I need to rebuild my studio website and I've put it off long enough. Any suggestions if I already have my own hosting?
    Consider a static site generator. I use mkdocs but that might be a bit techie, but there are others that non-technical people adore. A friend recommends Hugo: https://gohugo.io/. - Source: Reddit / 14 days ago
  • Submitting content to my online website feels a little…primitive
    You could also use a static site generator such as Hugo. They tend to take longer to set up though. - Source: Reddit / 15 days ago
  • How to add a common header and footer across every page?
    I use a modified version of Zoner (which is just a JS-free implementation of Zonelets, which is the same kind of solution skylestia already shared), though a friend suggested Hugo and I'll probably be looking at that myself next time I feel up to doing a site overhaul. - Source: Reddit / 16 days ago
  • Building a Serverless Post Scheduler For Static Websites
    My blog is a static site hosted in AWS Amplify. There's no dynamic content on it at all. I push Markdown files to the main branch of my site repo in GitHub and Amplify builds it with Hugo. Hugo renders the Markdown as HTML and drops it in an S3 bucket behind a CloudFront distribution. - Source: dev.to / 16 days ago
  • Looking for a lightweight CMS Blogging solution
    It's a little bit of a different beast, but you may want to look into a static site generator like Hugo. SSG's will allow you to set up a site very quickly with a template (and there are a *ton* of free templates with solid customization options, or you can create your own with some HTML/CSS knowledge). Then you can add new posts to the blog by adding new markdown files to the correct directory. You then... - Source: Reddit / 18 days ago
  • I am trying to create a STATIC blog for a long time but I am stuck with where to store all these files.
    If you don't feel like you need to create it from scratch (as in: if you want to have a static blog or website, and you don't mind if you didn't code every little aspect of it), I'd recommend using a generator like Jekyll, Gatsby or Hugo. And even if you don't directly use them, you can learn a bit on how they do this sort of implementation. - Source: Reddit / 25 days ago
  • What tools are you using for your blogs?
    I use Hugo, it has cool templates and you can easily create new blog posts and write them in markdown. Also I love how fast it is and the SEO for it is not bad. If you want to check an example, here is my blog. - Source: Reddit / 27 days ago
  • Jamstack Won't Replace WordPress
    I had some expectations with lightweight alternatives to WP. Played some time ago with hugo (https://gohugo.io/), just wanted to set up a simple blog, couple of static pages, that I could extend any time I want. - Source: Reddit / 29 days ago
  • Advice needed: what's the best website method for low maintenance??
    If I needed a static site CMS, then https://gohugo.io/. - Source: Reddit / about 1 month ago
  • How do I build a website cheaply and easily
    If you're looking to put up a basic portfolio site of sorts and you're willing to do some learning, there are tons of ways to deploy a static website for free. You can use a static site generator (personally I use Hugo) and free hosting ( I use Digital Ocean). - Source: Reddit / about 1 month ago
  • Hugo via npm?
    During my years of using the Hugo static site generator (SSG), I’ve occasionally seen mentions about how you could install, and even run, Hugo’s Go-based binary by using one or more JavaScript packages sourced via npm. Having long ago understood the usual, very un-npm-ish Hugo methods for installation — much less the un-npm-ish nature of Hugo use in general — I never bothered looking into these JS-based... - Source: dev.to / about 1 month ago
  • Can python be used to host websites and if so is it a good idea vs using more traditional approaches?
    However, if you don't really need dynamic application services, just a few forms, then I'd be tempted to go for a static site generator like hugo with automatic updates and free hosting with, for example, github. - Source: Reddit / about 1 month ago
  • Contracting an UpWork dev to make me an open source website - they want to build it with Wordpress
    You need something like https://gohugo.io. Technical people will love it. - Source: Reddit / about 1 month ago
  • Contracting an UpWork dev to make me an open source website - they want to build it with Wordpress
    ..do it all yourself with online WYSIWYG editors and included hosting like SquareSpace. ..go for static website generators like Hugo with the additional benefit that you can host it anywhere. If you want to have even more flexibility check out a personal favorite called Next.js . - Source: Reddit / about 1 month ago
  • Ask HN: What are your favorite tools for generating simple documentation?
    Https://gohugo.io which supports writing in multiple common formats (asciidoc, markdown, ...) and generates a static html website. You can of course add javascript or frameworks if you like. - Source: Hacker News / about 1 month ago
  • Creating sites, the Jamstack way
    The first step to building a Jamstack website is choosing a static site generator (SSG). There are many different options available, each with its pros and cons. The most popular include Jekyll, Hugo, Gatsby, Next.js, and Nuxt.js. Following an introduction tutorial and building a small project is the best way to get your feet wet. CloudCannon offers learning path tutorials for Jekyll and Hugo for those getting... - Source: dev.to / about 1 month ago

External sources with reviews and comparisons of Hugo

10 static site generators to watch in 2021
Perhaps most conveniently described as Jekyll implemented with JavaScript rather than Ruby, Eleventy has now moved beyond that while retaining a clear and simple on-ramp, and only shipping to the browser what you tell it too. As with Jekyll and Hugo, no JavaScript frameworks are auto-baked in.
Hugo vs Jekyll: an Epic Battle of Static Site Generator Themes
Hugo does something similar with its menu templates. You can define menu links in your Hugo site config, and even add useful properties that Hugo understands, like weighting. Here’s a definition of the menu above in config.yaml:
Top Static Site Generators For 2019
Hugo is a static site generator which is also very popular which is proven by over 30,000 stars on GitHub right now. Hugo is based on the Go programming language which is great if you have already gained some knowledge of Go. Hugo claims that it is the fastest framework for building websites. In fact Hugo comes with an ultra-fast build process and makes building static websites a breeze.
Hugo or Jekyll? 6 Factors You Should Know
Hugo is blazingly fast. We previously released a post on the performance of Hugo and Jekyll and compared the two. Hugo was the clear winner.

Do you know an article comparing Hugo to other products?
Suggest a link to a post with product alternatives.