
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
getfilepress
Advanced tools
FilePress — file-based Markdown blog engine. Link this package from a content-only site (config + posts), then run `filepress build`.
Markdown blogs from git. No CMS. No database. A static build/ folder.
Written FilePress. npm getfilepress. CLI filepress (same script as getfilepress).
Site: getfilepress.com · Docs: getfilepress.com/docs
Shortest path: a folder with filepress.config.ts (title, url), posts/*.md, and "getfilepress": "^0.1.29" in package.json.
pnpm install
pnpm build # → ./build/
pnpm preview # serve build/, no Genie
pnpm dev is optional (Genie). FilePress does not upload build/.
From a clone of this repo, scaffold a fuller starter:
pnpm install
pnpm create-site my-blog --external ../my-blog --title "My Blog" --url https://my.blog
cd ../my-blog && pnpm install && pnpm dev
filepress new "Title" stamps posts/YYYY-MM-DD-slug.md. Config, frontmatter, images, and commands: Docs.
Pin CI on npm (getfilepress current is 0.1.29) or a git SHA / existing tag. link: is local only.
pnpm filepress import --source https://example.com --yes
pnpm filepress import --source https://example.com --dry-run --no-llm
Crawls a public site (sitemap/RSS preferred) into a sibling content tree. Optional --inspire URLs (up to three) and Ollama. --no-llm stays deterministic. Import · spec.
| Topic | Where |
|---|---|
| Scaffold, config, posts | Docs · getting started |
| Theme tokens and presets | docs/THEME.md |
| Genie (dev only) | Genie · spec |
| Deploy | Deploy · docs/DEPLOY.md |
| Sibling / external sites | docs/EXTERNAL_SITES.md |
| Local ports | docs/LOCALSLIP.md |
| Agent skill page | Skill page · docs/SKILL_PAGE.md |
sites/demo — engine fixture (drafts, scheduled posts, image convention)sites/getfilepress — getfilepress.compnpm install
pnpm test
pnpm dev # demo
pnpm dev:www # product site
pnpm ship # build getfilepress + Wrangler Pages
No admin UI. No visitor comments — permanent. Genie is filepress dev only; preview and build/ do not include it. Production is files.
MIT. Copyright Catalyst Forge LLC.
FAQs
FilePress — file-based Markdown blog engine. Link this package from a content-only site (config + posts), then run `filepress build`.
The npm package getfilepress receives a total of 384 weekly downloads. As such, getfilepress popularity was classified as not popular.
We found that getfilepress demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.