Hugo
Jekyll
Hugo | Jekyll | |
---|---|---|
577 | 270 | |
76,346 | 49,304 | |
0.9% | 0.3% | |
9.8 | 9.1 | |
3 days ago | 19 days ago | |
Go | Ruby | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Hugo
-
Setting up my writing journey
I used Hugo to convert markdown to html as with this it was very easy to do as I just did installed Hugo locally created a project added a pre-build theme and just copy-paste markdown files to content folder inside Hugo project that's it. Quickly pushed code to GitHub wrote a simple GitHub Workflow to deploy Hugo Site on GitHub Pages and That's it.
-
We switched from Next.js to Astro (and why it might interest you)
Like some other commenters here who started with Bootstrap/jQuery/etc., I feel stuck in the stone ages at times. My most recent content-based site uses Hugo (https://gohugo.io/), but I'm starting to tire of the magic and gotchas I keep running into.
Can someone that has used Astro and an older static site generator framework explain the pros/cons of Astro in that context?
-
How to Host Hugo in Vercel
I decided to go with Hugo to build my personal website. The only thing I based my choice on was the build time. I thought Hugo was in the same league as Astro when it comes to content management perks, but it isn't quite there yet. Or, I can say it has its own path since it's older than most of the other static site generators I've encountered. Moreover, it's a Go application, which is another important factor to consider when evaluating technology choices.
-
Show HN: SQLite Plugin for Jekyll
Hugo got a WASM based plugin system, but real scripting plugins that would be needed for SQLite are still a feature request: https://github.com/gohugoio/hugo/issues/5510
-
Ask HN: Best Minimal Blog Site?
https://gohugo.io/
It's written in go but what's great about it, unlike many competitors written in Javascript or Python, is that it is just a simple binary you download and run, you do not need to get a PhD in the go build system to start a web site also it is crazy fast. It can publish a site to something like S3 or Azure Storage behind a CDN and you do not have to worry about anything other than paying the storage and bandwidth bills.
Myself I've been procrastinating on getting myself a blog and my take is Hugo is not customizable enough for me without learning a lot of Go, so I have looked at are either Python-based or oriented towards scientific publishing oriented systems such as
https://getpelican.com/
https://www.sphinx-doc.org/en/master/
https://quarto.org/
(I want to write stuff like https://ontology2.com/essays/PropertiesColorsAndThumbnails.h...)
I've given this list to people in your shoes and they usually react with information overload
https://jamstack.org/generators/
part of that is that there are 355 generators (there have to be some good ones in there somewhere) but it also uses the kind of miscommunication patterns we're used to in webtech where, for instance, you'd think they are pushing Javascript down your throat (the "J" stands for Javascript but the generators I've mentioned generate mostly HTML with just a little Javascript.)
Pick something simple and run with it, if I did that 2 years ago I'd be blogging now.
-
MdBook – a command line tool to create books with Markdown
I'm satisfied with Hugo: https://gohugo.io/ It is very fast and has a lot of features. The syntax highlighting for code looks also very good.
-
Must-have apps and services in 2024
For my personal site, I use Hugo, and I host the markdown files on GitHub. Publishing is done whenever I push to the repository using Netlify.
- Ask HN: Alternatives to Yoast SEO for non-WordPress sites
-
Adding Uniqrate to Your Hugo Website: A Step-by-Step Guide
Hugo, one of the most popular open-source static site generators, is written in Go and optimized for speed, flexibility, and ease of use. In this guide, we’ll walk through how to seamlessly integrate Uniqrate into a Hugo-powered website, giving you a simple way to gather user feedback and improve your content.
-
Why I'm leaving Medium: AI policy
Several years ago static site generators were all the hotness. Around then I switched to Hugo [1] from Wordpress and it's been a good experience. You do all editing locally with the CLI then chuck it to Git to be built and hosted by Netlify.
[1] https://gohugo.io/
Jekyll
-
Show HN: SQLite Plugin for Jekyll
That would be an improvement, but it still wouldn't be equivalent to what you can do with Ruby and Jekyll. For example I do [1] so I don't need to put dates in my post names, which also fixes a bug [2] I encountered but was never fixed.
[1]: https://stackoverflow.com/a/68287682/660921
[2]: https://github.com/jekyll/jekyll/issues/8707
-
It's easy to dev blog
In your repository settings you need to turn on GitHub Pages to make it pull Jekyll content (that's the magic✨ default GitHub Pages build tool) from your GitHub repository.
-
How to build a blog with NodeJS
If you're looking to start a blog (or if you're thinking of redesigning yours although you haven't posted in 2 years), you'll stumble upon a lot of options and it can be incredibly daunting; and if you stumble with the newest Josh's post about his stack it is easy to feel overwhelmed with the shown stack.
-
Migrating from WordPress to Jekyll: Save Money with a Static Site
Here I am, signing off from a self-hosted WordPress site and finding a welcome change in Jekyll, a blog-aware static site generator. There is nothing new about this, several well-known bloggers have already migrated to Jekyll in the last few years. Ever since Tom Preston Werner created this software in 2008 and published his infamous article about Blogging Like a Hacker, it has become the go-to thing for at least the small and indie bloggers.
-
The Home Server Journey - 6: Your New Blogging Career
First I've looked at the tools I was already familiar with. I have some old blog where I've posted updates during my Google Summer of Code projects. It uses Jekyll to generate static files, automatically published by GitHub Pages. It works very well when you have the website tied to a version-controlled repository, but it's cumbersome when you need to rebuild container images or replace files in a remote volume even for small changes
-
Ask HN: What do you use for your personal blog?
I like Jekyll [1]. It is simple and open source. I am not sure about the SEO part though.
[1]: https://jekyllrb.com/
-
Ask HN: Best static site generator for non-designer?
I use Jekyll (https://jekyllrb.com).
I'd switch to Hugo, but every time I try, I give up. It's not that I can't, it's too much up-front investment and fiddling than I care to deal with (recommendations and tips appreciated).
-
The perl.fish experiment
Jekyll - that I used for The ephemeral miniconf (source)
-
Note Taking as a Learning Tool: How to Retain Knowledge and Spark New Ideas
Publishing tools. By utilising a simple structure of notes stored in a local directories or online repositories like github or gitlab, with the help of the static site generators like Quartz or Jekyll it is only a matter of few minutes and you can have your own digital garden, collection of personal knowledge and everything you written. Feeling inspired? Read this: A Brief History and Ethos of the Digital Garden, a newly revived philosophy for publishing personal knowledge on the web.
- Hexo et Hugo : deux générateurs statiques bien pratiques
What are some alternatives?
astro - The web framework for content-driven websites. ⭐️ Star to support our work!
Middleman - Hand-crafted frontend development
MkDocs - Project documentation with Markdown.
Pelican - Static site generator that supports Markdown and reST syntax. Powered by Python.
Bridgetown - A next-generation progressive site generator & fullstack framework, powered by Ruby
eleventy 🕚⚡️ - A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
Hexo - A fast, simple & powerful blog framework, powered by Node.js.
Nanoc - A powerful web publishing system
obsidian-export - Rust library and CLI to export an Obsidian vault to regular Markdown
Lektor - The lektor static file content management system