operate-first / blog

Home for blog tooling, posts, and guidelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARCHIVED

Blog posts are included in the main website. Create PRs to https://github.com/operate-first/operate-first.github.io/tree/main/content/posts

This is based on https://github.com/LekoArts/gatsby-starter-minimal-blog - please read the documentation before you continue!

Previewing your changes on GitHub pages

We use Netlify to preview PR changes. Each PR will show a Netlify check that can be used to access a dynamically generated build and deployment of that PR.

Manual Site Deployment (Production GitHub Pages)

CI will deploy to GitHub pages automatically on every push to default branch as well on daily schedule. You can trigger a new build manually if you have write permissions on this repo by simply clicking Run workflow button on the CI workflow details screen here.

Fully manual build is possible by issuing following commands (requires write access to the repo):

npm install
npm deploy

About

Home for blog tooling, posts, and guidelines

License:BSD Zero Clause License


Languages

Language:JavaScript 100.0%