Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions source/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down