themes.zeropress.dev

Official ZeroPress theme catalog.

This repository builds themes.zeropress.dev, a small catalog of themes maintained by the ZeroPress project. It lists bundled Build Pages themes and bundled-theme candidates. It is not a public theme marketplace, upload service, or third-party theme directory.

It is maintained as a dogfooding site for Build Pages and the bundled plain theme.

Source

Content lives under documents/ and is built with @zeropress/build-pages.

documents/
  index.md
  .zeropress/
    config.json

Build

Build the site with @zeropress/build-pages and the bundled plain theme:

npx --yes @zeropress/build-pages \
  --source ./documents \
  --destination ./_site \
  --public-dir ./public \
  --theme plain

The generated site is written to _site/.

Catalog Scope

The first catalog entries are:

Theme source files are maintained in the zeropress-build-pages themes directory.

Preview Sites