summaryrefslogtreecommitdiffhomepage
path: root/website/_config.yml
blob: dc44945bc6e62bcb53500d8461dad31f0e939280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
destination: _site
markdown: kramdown
kramdown:
  syntax_highlighter: rouge
  toc_levels: "2,3"
highlighter: rouge
paginate: 5
paginate_path: "/blog/page:num/"
plugins:
  - jekyll-paginate
  - jekyll-autoprefixer
  - jekyll-inline-svg
  - jekyll-relative-links
  - jekyll-feed
  - jekyll-sitemap
site_url: https://gvisor.dev
feed:
  path: blog/index.xml
svg:
  optimize: true
defaults:
  - scope:
      path: ""
    values:
      layout: default
analytics: "UA-150193582-1"
authors:
  jsprad:
    name: Jeremiah Spradlin
    email: jsprad@google.com
  zkoopmans:
    name: Zach Koopmans
    email: zkoopmans@google.com
  igudger:
    name: Ian Gudger
    email: igudger@google.com
  fvoznika:
    name: Fabricio Voznika
    email: fvoznika@google.com
  ianlewis:
    name: Ian Lewis
    email: ianlewis@google.com
    url: https://twitter.com/IanMLewis
  mpratt:
    name: Michael Pratt
    email: mpratt@google.com