Repository for the gRPC website and documentation
Go to file
Stefan M e5df4463ea Add empty line. Otherwise it aren't generated as bullet points 2019-08-16 10:42:17 -05:00
.github/ISSUE_TEMPLATE Create issue template 2019-05-14 10:09:54 -07:00
archetypes Add contents of new site repo 2019-04-22 18:07:24 -07:00
content Add empty line. Otherwise it aren't generated as bullet points 2019-08-16 10:42:17 -05:00
data Remove public folder from Git 2019-04-22 18:27:11 -07:00
layouts Update RSS feed image 2019-06-15 09:47:42 -07:00
static Add RSS feed button to blog 2019-06-15 09:38:12 -07:00
.gitignore Remove public folder from Git 2019-04-22 18:27:11 -07:00
LICENSE Add contents of new site repo 2019-04-22 18:07:24 -07:00
Makefile Synchronize Hugo version between Netlify config and Makefile 2019-04-26 13:50:39 -07:00
README.md Revamp README and add Docker serving option 2019-04-23 11:03:52 -07:00
config.toml Bump grpc-java version to v1.23.0 2019-08-13 16:13:13 -07:00
deploy.sh Add contents of new site repo 2019-04-22 18:07:24 -07:00
netlify.toml Add contents of new site repo 2019-04-22 18:07:24 -07:00

README.md

The gRPC website and documentation

This repository houses the assets used to build and deploy the gRPC website, available at https://grpc.io. The site is built using the Hugo static site generator. Check out the Hugo Quick Start for a quick intro.

Running the site locally

To run the site locally, you need to install Hugo. Once Hugo is installed:

make serve

Alternatively, you can run the site using a Docker container:

make docker-serve

Publishing the site

The gRPC website is automatically published by Netlify. Any time changes are pushed to the master branch, the site is re-built and re-deployed. This process does not require manual management.

Site content

All of the Markdown content used to build the site's documentation, blog, etc. is in the content directory.