summaryrefslogtreecommitdiffhomepage
path: root/website/_config.yml
blob: 3241e458cde645a534fca6fc1af2f5ceba5774f9 (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
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
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