I suggest you look into Hugo. It's a handy custom static site generator. - Source: Reddit / 2 days ago
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
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
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
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
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
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
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
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
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
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
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
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
If I needed a static site CMS, then https://gohugo.io/. - Source: Reddit / about 1 month ago
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
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
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
You need something like https://gohugo.io. Technical people will love it. - Source: Reddit / about 1 month ago
..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
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
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
Do you know an article comparing Hugo to other products?
Suggest a link to a post with product alternatives.