Themes & samples

Getting samples

The grow init command accepts either a theme name (for themes owned by the growthemes organization on GitHub) or the URL to a git repo containing the theme.

# Clones the codelab site to a directory "./foo".
grow init codelab ./foo

# Clones Grow.io site to a directory "./grow.io".
grow init https://github.com/grow/grow.io grow.io

Themes

You can use the grow init <theme> <dir> command to clone any of the below themes to your system.

To contribute to themes on the grow init command, send pull requests to GitHub.

Other samples

  • grow.io – This documentation site!
  • Test data – Pod used by Grow's unit tests (note: you cannot clone this using grow init).