Skip to content

prasek/crossplane.github.io

 
 

Repository files navigation

Crossplane Site

This is the the source for http://crossplane.io. It is rendered using Jekyll by GitHub Pages. Docs from the main crossplane repo are published hear automatically during the main repo CI publish.

To develop locally

This runs locally watching for changes and live reloading.

brew install npm

make run

Open http://localhost:4000 in your browser.

To run locally with local crossplane docs

Ensure $(GOPATH)/src/github.com/crossplane/crossplane/docs is present.

brew install npm

make run_docs_local

To run with --incremental for faster editing:

make run_docs_local_incremental

Note: --incremental is experimental, and sometimes gets stuck: https://jekyllrb.com/docs/configuration/incremental-regeneration/

Open http://localhost:4000 in your browser.

About

Website project for crossplane

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 56.8%
  • HTML 22.1%
  • JavaScript 13.4%
  • Ruby 5.4%
  • Makefile 1.6%
  • C++ 0.7%