We're building Xr0 and enjoy
writing about it.
Substack offers great interactivity, but isn't built for
technical writing. It has poor support for code: no syntax
highlighting and the inline code rendering is
jarring.
Plus, we want to manage our blog posts as text files with Git.
Existing static-site generators like Jekyll and Hugo are
powerful but seem to prioritise customisability over writing.
Names like
assets,
layouts,
data,
includes etc.
dominate project folders instead of your actual writing.
There's nothing wrong with this; we just want something
simpler, so we built Hyloblog.
Hyloblog is
-
Markdown and Git first.
Generate sites from Git repos.
Markdown files are pages and code looks beautiful.
Simply push your changes to a configured branch to apply
changes to your site.
-
Concentrate on content.
No custom CSS — pick a theme and start writing.
-
A few batteries included.
Email lists, basic metrics, custom domains,
one‐click subscriber export are built-in.
Prefer plaintext emails? We got you covered.
-
Open source.
Hyloblog is available on
GitHub
under an
Apache 2.0 License.
🚀 Launch a Hyloblog in 5 minutes
-
Create a repo on GitHub
with a file called index.md.
-
Log in and
hit Create new blog.