4 Commits
Author SHA1 Message Date
Etienne Perot 647c6411b9 blog: Support HTML excerpts and titles with : characters.
This PR explicitly defines a marker for where the excerpt ends in each
blog post. It also quotes the `title` in the frontmatter of each blog
post, so that `:` characters can exist in blog post titles.
2024-09-20 18:16:00 -07:00
Ian LewisandgVisor bot 28c3260d74 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
2020-12-10 18:06:46 -08:00
Adin Scannell a10d5ed969 Add atom feed (at previous URL). 2020-05-06 14:15:19 -07:00
Adin Scannell 508e25b6d6 Adapt website to use g3doc sources and bazel.
This adapts the merged website repository to use the image and bazel
build framework. It explicitly avoids the container_image rules provided
by bazel, opting instead to build with direct docker commands when
necessary.

The relevant build commands are incorporated into the top-level
Makefile.
2020-05-06 14:15:18 -07:00