diff options
author | Ian Lewis <ianmlewis@gmail.com> | 2019-10-18 05:28:45 -0400 |
---|---|---|
committer | Zach Koopmans <zkoopmans@gmail.com> | 2019-11-18 22:09:48 -0800 |
commit | d9f1d86286a2a376f554d43a69c9ee849f1b83ab (patch) | |
tree | 726c107d876e356dcaf05b3a51a5847f2f640c33 /config.toml | |
parent | a2b055de52cb90180ad57c26119fe72e61d70494 (diff) |
Added base blog content.
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config.toml b/config.toml index d95fbf887..70f6486f9 100644 --- a/config.toml +++ b/config.toml @@ -35,8 +35,12 @@ pygmentsStyle = "tango" weight = -100 url = "/docs/" [[menu.main]] - name = "GitHub" + name = "Blog" weight = -99 + url = "/blog/" +[[menu.main]] + name = "GitHub" + weight = -98 url = "https://github.com/google/gvisor" # First one is picked as the Twitter card image if not set on page. |