Skip to content

zeropress-app/build-pages.zeropress.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build-pages.zeropress.dev

This repository hosts build-pages.zeropress.dev, the product documentation site for @zeropress/build-pages.

The site explains how to turn a Markdown source directory into a static ZeroPress site, how to configure Build Pages, and how to deploy the generated output to static hosting providers.

The site is built and deployed with zeropress-app/zeropress-build-pages. It is maintained as a dogfooding site for Build Pages and the bundled docs2 theme.

Local Build

With npm ZeroPress packages:

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

For the same package-based build path used by static hosting providers:

bash ./build.sh

Both scripts write the deployable static site to _site/.

Contributors