Creating a minimalist blog with Jekyll Now

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. GitJournal

    Mobile first Note Taking integrated with Git

    Kind of - There is an option to always add specific frontmatter when creating a new file. It's however in the pro version.

    I'm yet to implement proper templating support.

    Could you please vote on the issue? https://github.com/GitJournal/GitJournal/issues/20

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. dimples

    A little static site generator.

    Last time I was evaluating static site generators, Dimples and Nanoc both stood out for this recent-updates reason, among other personal criteria.

    https://github.com/waferbaby/dimples

    https://nanoc.ws/

  4. Nanoc

    A powerful web publishing system

    Last time I was evaluating static site generators, Dimples and Nanoc both stood out for this recent-updates reason, among other personal criteria.

    https://github.com/waferbaby/dimples

    https://nanoc.ws/

  5. Jekyll

    :globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby

    Why the no longer maintained Jekyll Now vs. the current mainline Jekyll at https://jekyllrb.com/

  6. wp2static

    WordPress static site generator for security, performance and cost benefits

    This is my exact feeling. I have a Hugo-powered blog, but like you said, I miss the ability to draft something quickly when I'm inspired. Right now, the best option I have found is self-hosting Ghost with some aggressive Cloudflare caching.

    I considered using wp2static[0] before starting with Ghost. Have you published your exporter?

    [0] https://github.com/leonstafford/wp2static

  7. decap-cms

    A Git-based CMS for Static Site Generators

  8. Kirby

    Kirby's core application folder

    I'm going to add my personal take on this issue since I'm currently running a blog that's markdown-ish powered.

    In my opinion the best solution is to find some sort of happy medium. Static site generators are excellent in terms of weight and speed but a lightweight file based CMS can be almost as fast while still providing the needed flexibility.

    My site currently runs on Kirby (https://getkirby.com) but I write almost everything on iA both on my Mac while I'm at home and on my phone while I'm outside.

    Updating the site is not as simple as typing a command on a terminal but it's just a few clicks on a very simple and minimal UI.

    Images are hosted on my server like the rest of the content. It's a simply DO snippet with no fancy configuration.

    If you want to go down a more automated solution, iA comes with support for micropub so you could in theory set it up so that you can upload a new post without leaving the iA interface.

    But imo it's a lot of extra backend setup that needs to be monitored to save very little time in the long run so for me it's personally not worth it.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. Hexo

    A fast, simple & powerful blog framework, powered by Node.js.

    I ended up picking hexo[0], as the hexo admin plugin[1] provides a nice localhost CMS/editor that supports image pasting, tag editing etc (could be hosted online too for remote/mobile access, but wouldn't be truly static/server-less at that point).

    [0] https://hexo.io/

  11. hexo-admin

    An Admin Interface for Hexo

  12. zim-desktop-wiki

    Main repository of the zim desktop wiki project

    Old school perhaps, but most everything here feels wildly overengineered for a static site. If the site is truly static, then there's no need for any server or client web languages at all. You need HTML (with perhaps some sort of generator), CSS, and e.g. rsync.

    I've been doing mine with http://zim-wiki.org for years

  13. Lektor

    The lektor static file content management system

    https://www.getlektor.com/

    lektor offers some of this functionality. editing is done locally through a browser UI, but there may be a way to host the interface. deployments are easy.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Jekyll v4.4.0 Released

    1 project | news.ycombinator.com | 27 Jan 2025
  • Show HN: SQLite Plugin for Jekyll

    14 projects | news.ycombinator.com | 26 Nov 2024
  • Migrating from WordPress to Jekyll: Save Money with a Static Site

    3 projects | dev.to | 21 Oct 2024
  • Note Taking as a Learning Tool: How to Retain Knowledge and Spark New Ideas

    2 projects | dev.to | 5 Aug 2024
  • Hexo et Hugo : deux générateurs statiques bien pratiques

    2 projects | dev.to | 23 Jul 2024

Did you know that Ruby is
the 12th most popular programming language
based on number of references?