renovate-bot / samples-style-guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:HTML 81.9%Language:JavaScript 4.8%Language:Go 3.2%Language:Java 2.9%Language:PHP 1.9%Language:Ruby 1.8%Language:C# 1.8%Language:Python 1.8%