summaryrefslogtreecommitdiffhomepage
path: root/website/blog/index.html
diff options
context:
space:
mode:
authorIan Lewis <ianlewis@google.com>2020-12-10 18:04:45 -0800
committergVisor bot <gvisor-bot@google.com>2020-12-10 18:06:46 -0800
commit28c3260d74930a556febafdfaf9e2cecae1b9d3e (patch)
treef7aabf337054c62b2fe29f10911af968d1925eb0 /website/blog/index.html
parentdbc86593db8f9d34dbe5098d38f6dc374d50280c (diff)
Add simple guidelines & instructions for blog contribution
Modeled after knative's blog guidelines. https://github.com/knative/docs/blob/master/blog/README.md PiperOrigin-RevId: 346905713
Diffstat (limited to 'website/blog/index.html')
-rw-r--r--website/blog/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/website/blog/index.html b/website/blog/index.html
index 5c67c95fc..272917fc4 100644
--- a/website/blog/index.html
+++ b/website/blog/index.html
@@ -20,3 +20,8 @@ pagination:
{% if paginator.total_pages > 1 %}
{% include paginator.html %}
{% endif %}
+
+<hr>
+
+If you would like to contribute to the gVisor blog check out the
+<a href="https://github.com/google/gvisor/tree/master/website/blog">instructions</a>.