From a79b3f4cdb3288f817d8055c942049f96bf3e88e Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Tue, 3 Mar 2020 15:27:44 -0800 Subject: Update minor formatting issues. --- website/Makefile | 6 ++-- website/content/_config.yml | 7 +++++ website/content/_includes/GOVERNANCE.md | 1 - website/content/_includes/SECURITY.md | 1 - website/content/_includes/byline.html | 2 +- website/content/_includes/footer-links.html | 3 +- website/content/_layouts/docs.html | 9 +++--- .../_posts/2019-11-18-security-basics-figure1.png | Bin 19088 -> 0 bytes .../_posts/2019-11-18-security-basics-figure2.png | Bin 17642 -> 0 bytes .../_posts/2019-11-18-security-basics-figure3.png | Bin 16471 -> 0 bytes .../content/_posts/2019-11-18-security-basics.md | 12 ++++--- .../images/2019-11-18-security-basics-figure1.png | Bin 0 -> 19088 bytes .../images/2019-11-18-security-basics-figure2.png | Bin 0 -> 17642 bytes .../images/2019-11-18-security-basics-figure3.png | Bin 0 -> 16471 bytes .../content/docs/architecture_guide/performance.md | 8 +---- website/content/docs/community/governance.md | 10 ------ website/content/docs/community/index.md | 23 ++++++-------- website/content/index.md | 2 ++ website/content/roadmap.md | 35 ++++++++++----------- website/content/security.md | 7 ----- website/static/performance/README.md | 2 +- 21 files changed, 55 insertions(+), 73 deletions(-) delete mode 120000 website/content/_includes/GOVERNANCE.md delete mode 120000 website/content/_includes/SECURITY.md delete mode 100644 website/content/_posts/2019-11-18-security-basics-figure1.png delete mode 100644 website/content/_posts/2019-11-18-security-basics-figure2.png delete mode 100644 website/content/_posts/2019-11-18-security-basics-figure3.png create mode 100644 website/content/assets/images/2019-11-18-security-basics-figure1.png create mode 100644 website/content/assets/images/2019-11-18-security-basics-figure2.png create mode 100644 website/content/assets/images/2019-11-18-security-basics-figure3.png delete mode 100644 website/content/docs/community/governance.md delete mode 100755 website/content/security.md (limited to 'website') diff --git a/website/Makefile b/website/Makefile index 12c9fd26b..79236a34e 100644 --- a/website/Makefile +++ b/website/Makefile @@ -24,9 +24,9 @@ lint: .PHONY: lint update: lint - @mkdir -p _site && sudo chmod a+rw _site - @docker run -v $$PWD:/site -w /site gvisor-website || ($(MAKE) clean && exit 1) - @sudo chown -R $$(id -u):$$(id -g) _site + @sudo mkdir -p _site && sudo chmod a+rw _site + @find content -type f -exec chmod a+r {} \; && find content -type d -exec chmod a+rx {} \; + @docker run -v $$PWD:/site -w /site gvisor-website .PHONY: build clean: diff --git a/website/content/_config.yml b/website/content/_config.yml index c73afea31..b286d2996 100755 --- a/website/content/_config.yml +++ b/website/content/_config.yml @@ -18,3 +18,10 @@ defaults: path: "" values: layout: default +authors: + jsprad: + name: Jeremiah Spradlin + email: jsprad@google.com + zkoopmans: + name: Zach Koopmans + email: zkoopmans@google.com diff --git a/website/content/_includes/GOVERNANCE.md b/website/content/_includes/GOVERNANCE.md deleted file mode 120000 index 460729773..000000000 --- a/website/content/_includes/GOVERNANCE.md +++ /dev/null @@ -1 +0,0 @@ -../../../GOVERNANCE.md \ No newline at end of file diff --git a/website/content/_includes/SECURITY.md b/website/content/_includes/SECURITY.md deleted file mode 120000 index 7f933119f..000000000 --- a/website/content/_includes/SECURITY.md +++ /dev/null @@ -1 +0,0 @@ -../../../SECURITY.md \ No newline at end of file diff --git a/website/content/_includes/byline.html b/website/content/_includes/byline.html index 7d6d6aa59..d8ae22cb0 100755 --- a/website/content/_includes/byline.html +++ b/website/content/_includes/byline.html @@ -5,7 +5,7 @@ By {% assign author_id=include.authors[i] %} {% assign author=site.authors[author_id] %} {% if author %} - {{ author[0] }} + {{ author.name }} {% else %} {{ author_id }} {% endif %} diff --git a/website/content/_includes/footer-links.html b/website/content/_includes/footer-links.html index d7939e466..c2a89931e 100755 --- a/website/content/_includes/footer-links.html +++ b/website/content/_includes/footer-links.html @@ -5,7 +5,8 @@ diff --git a/website/content/_layouts/docs.html b/website/content/_layouts/docs.html index f6a278bf4..3109def9f 100755 --- a/website/content/_layouts/docs.html +++ b/website/content/_layouts/docs.html @@ -14,7 +14,7 @@ categories: {% for category in layout.categories %}

{{ category }}