Skip to content

bedrockio/pages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@bedrockio/pages

Bedrock utilities for static site generation.

Install

yarn install @bedrockio/pages

Warning

When installing using Yarn v1 you may get errors due to the sharp binary not installing correctly. To fix this use:

yarn install @bedrockio/pages --ignore-engines

Deployment

Google Cloud

In GCP, deploying a new version requires the default service account to have the ability to patch deployments. This can be added by applying the app-deployer role to your kubernetes cluster.

Cloudflare Pages

To deploy to Cloudflare Pages your project should use Yarn v3, otherwise the sharp binary in favicons may not deploy correctly.

Monorepo

Installing a new dependency to a package in the monorepo involves two steps:

yarn workspace @bedrockio/pages add <package>
# Required to consolidate dependencies to root
yarn install

About

Utilities for building static pages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published