Skip to content

Commit

Permalink
now to use in the Google blog project!
Browse files Browse the repository at this point in the history
  • Loading branch information
cd rubin committed Jan 17, 2025
1 parent c4563b3 commit e1e458f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pash

`make build` will do the following:
`make build` (the default target) will do the following:

curl -L https://github.com/cdrubin/quickjs/releases/latest/download/qjs -o pash && chmod +x pash
curl -L https://cosmo.zip/pub/cosmos/bin/zip -o zip && chmod +x zip
Expand All @@ -12,6 +12,12 @@ zip pash .init.mjs pash.mjs marked.esm.js chromium-base64.js

./pash [indir] [outdir]

The following is default behaviour:

- files and directory names that start with . or _ are ignored
- .md files are converted to .html
- including a templet inside another is done with ${ pash.include( filename ) }

---

still need to work on the idea of a CMS as dir in Cloudflare Pages
Expand Down

0 comments on commit e1e458f

Please sign in to comment.