Let’s talk about the Future of Jamstack — Join us
MakePages
- Home page
-
https://makepages.dev
- Repository
-
Athlon1600/makepages
- Language:
- TypeScript,JavaScript
- License:
- MIT
- Templates:
- Nunjucks, HTML, Vue
MakePages is a new, easy-to-use static site generator for Node.js.
It was built as a simpler alternative to other popular site generators that often:
- require too much additional configuration
- have a steep learning curve
- limit pages to Markdown language only
How it works
- Uses file-system based routing
- Write pages in plain HTML, and with the help of Nunjucks templating engine.
- JavaScript and CSS assets referenced in your pages are compiled using esbuild
- Everything is output to a single
dist/ folder for easy deployment

Find more static site generators.