fast and simple static site generator
$ npm i -D @day1co/fastpress
$ npx fastpress site
$ npx fastpress page
$ npx fastpress post
$ npx fastpress build
- Watch Changes and Build(expremental)
$ npx fastpress watch
$ npx http-server out/
see http-server
$ npx gh-pages -d out/
see gh-pages
+ pages/
- index.md
+ about/
- index.md
+ posts/
- index.md
+ slug
- index.md
- ...
+ public/
- favicon.ico
- ...
+ layouts/
- default.ejs
- page.ejs
- post.ejs
- ...
see ejs
May the SOURCE be with you...