From e5a9563c9a6cb407a6940e8ab8e4ca1867f1def8 Mon Sep 17 00:00:00 2001 From: Athlon1600 Date: Sat, 27 Jun 2026 07:58:46 -0700 Subject: [PATCH] Update list.ts --- source/list.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/list.ts b/source/list.ts index b0c269a..48dc060 100644 --- a/source/list.ts +++ b/source/list.ts @@ -1240,6 +1240,16 @@ const rawList: RawEntry[] = [ github: 'blankoworld/makefly', license: 'GPL-3.0', }, + { + name: 'MakePages', + created_at: '2026-06-21T15:51:40Z', + github: 'Athlon1600/makepages', + website: 'https://makepages.dev', + description: 'A new, super simple static site generator written in TypeScript. Build your pages with plain HTML and Nunjucks templating engine.', + language: 'TypeScript', + license: 'MIT', + is: 'static site generator' + }, { name: 'makesite.py', github: 'sunainapai/makesite',