Skip to content

Latest commit

 

History

137 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website

This website is built using Docusaurus, a modern static website generator.

Content and growth operations

  • SEO/GEO framework: strategy, content priorities, 90-day rollout, measurement, and ownership.
  • Publishing workflow: create or refresh a draft, review it, publish locally, and configure daily automation.
  • Indexing policy: public pages, preview protection, and machine discovery.
npm run content:plan
npm run content -- help
npm run test:content
npm run test:editorial-seo
npm run build
npm run test:structured-data:build
npm run seo:audit

Blog posts live in blog/, company news in newsposts/, and evergreen articles in posts/. Working briefs and drafts live in content/ and are not published by the website build. The daily job produces a review PR; publishing uses the normal website merge and deployment process. No external CMS is required.

Installation

yarn

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

USE_SSH=true yarn deploy

Not using SSH:

GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

Releases

Packages

Contributors

Languages