mykiwi/mykiwi.blogpublic Fork 0
bf3cf90170888299b6939d18c034327377a52922
Commits
Clone
git clone https://git.rickub.com/mykiwi/mykiwi.blog.git
git clone ssh://git@rickub.com/mykiwi/mykiwi.blog.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Add the first three posts bf3cf90 · on bf3cf90170888299b6939d18c034327377a52922 · Romain Gautier · 15h ago
static-sites-in-2026.md · 9 lines · 291 Bmarkdown
Blame HistoryOpen raw

+++
date = '2026-03-02T08:15:00+01:00'
draft = false
title = 'Static Sites in 2026'
summary = 'Why static site generators are still a great choice.'
+++

Static site generators like Hugo remain a fast, simple option for blogs:
no database, no runtime, just plain files served from anywhere.

1
2
3
4
5
6
7
8
9
+++
date = '2026-03-02T08:15:00+01:00'
draft = false
title = 'Static Sites in 2026'
summary = 'Why static site generators are still a great choice.'
+++

Static site generators like Hugo remain a fast, simple option for blogs:
no database, no runtime, just plain files served from anywhere.