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.
Content lives under documents/ and is built with @zeropress/build-pages.
documents/
index.md
.zeropress/
config.json
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/.
The first catalog entries are:
zeropress.plain: plain document theme bundled with @zeropress/build-pages as plainzeropress.docs1: compact documentation theme bundled with @zeropress/build-pages as docs / docs1zeropress.docs2: sectioned documentation theme bundled with @zeropress/build-pages as docs2Theme source files are maintained in the zeropress-build-pages themes directory.
zeropress.plain: themes.zeropress.dev/markdown-exampleszeropress.docs1: zeropress.dev/theme-authoringzeropress.docs2: build-pages.zeropress.dev/guides/markdown/examples