Export blog

Mataroa allows you to export your blog posts into a zip archive that you can directly use to self-host your website. We support five options:

Redirect

If you are retiring your mataroa blog, we can also redirect to your new domain. You can configure this in the bottom last field of your blog settings.

Markdown

Markdown format export in a zip archive.

Book

Book export in an epub format, with blog posts as chapters, a table of contents, and author page.

Print

Renders all blog posts in one page. Useful for exporting the blog into PDF, or printing in dead trees form, or anything that might require bulk copying.

Zola

Zola is a static site generator which focuses in simplicity and lack of verbosity.

To install Zola see here. To use after downloading the zip archive:

  1. cd into the directory
  2. run zola serve
  3. go to http://127.0.0.1:1111 in your browser

Ready!

You can also host it for free on a number of platforms. There are how-to guides on getzola.org for Netlify, GitHub Pages, GitLab Pages, Vercel, Cloudflare Pages, and one can also use sourcehut pages.

Hugo

Hugo is a very popular and reliable open source static site generator.

To install Hugo see here. To use after downloading the zip archive:

  1. cd into the directory
  2. run hugo server
  3. go to http://127.0.0.1:1313 in your browser

Ready!

You can also host it for free on a number of platforms. There is a large number of guides on gohugo.io including Netlify, GitHub, GitLab, Render, and many others.