Repository for the gRPC website and documentation
Go to file
lucperkins 067307dd29 Add contents of new site repo
Signed-off-by: lucperkins <lucperkins@gmail.com>
2019-04-22 18:07:24 -07:00
archetypes Add contents of new site repo 2019-04-22 18:07:24 -07:00
content Add contents of new site repo 2019-04-22 18:07:24 -07:00
data Add contents of new site repo 2019-04-22 18:07:24 -07:00
layouts Add contents of new site repo 2019-04-22 18:07:24 -07:00
public Add contents of new site repo 2019-04-22 18:07:24 -07:00
static Add contents of new site repo 2019-04-22 18:07:24 -07:00
LICENSE Add contents of new site repo 2019-04-22 18:07:24 -07:00
Makefile Add contents of new site repo 2019-04-22 18:07:24 -07:00
README.md Add contents of new site repo 2019-04-22 18:07:24 -07:00
config.toml Add contents of new site repo 2019-04-22 18:07:24 -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

gRPC

This is the new gRPC website, written on Hugo. Here are a few key things to know about the site:

  • Key variables are stored in /config.toml, for example grpc_release_tag which is used in various places throughout the site.
  • If you're not familiar with Hugo, all content is stored in the /content directory. Go there to edit anything on the site. Images are stored in /static/img. Check out the Hugo Quick Start for a quick intro to Hugo.