mirror of https://github.com/grpc/grpc.io.git
Signed-off-by: lucperkins <lucperkins@gmail.com> |
||
|---|---|---|
| archetypes | ||
| content | ||
| data | ||
| layouts | ||
| static | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| config.toml | ||
| deploy.sh | ||
| netlify.toml | ||
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 examplegrpc_release_tagwhich is used in various places throughout the site. - If you're not familiar with Hugo, all content is stored in the
/contentdirectory. 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.