Skip to content

GoogleCloudPlatform/samples-style-guide

Repository files navigation

Samples Style Guide

This is the home of the Google Cloud Samples Style Guide.

You can read the guide and open issues for feedback.

Building the site

This project uses Hugo with the Docsy theme. Follow these steps to build the site.

  1. Clone this repository.

  2. Download and install Hugo (extended) to your path.

  3. Install Docsy dependencies:

    npm install
  4. Install the site theme as git submodules:

    git submodule update --init --recursive
  5. Run the local development server with the hugo CLI from the repository's root directory:

    hugo serve