Creating a minimalist blog with Jekyll Now

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

Our great sponsors
  • InfluxDB - Access the most powerful time series database as a service
  • SonarQube - Static code analysis for 29 languages.
  • SaaSHub - Software Alternatives and Reviews
  • 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

  • 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/

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • 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/

  • 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/

  • 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

  • decap-cms

    A Git-based CMS for Static Site Generators

  • 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.

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

  • 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/

  • hexo-admin

    An Admin Interface for Hexo

  • 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

  • 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