blob: bcbc94eda8f53e1e9f42b74df08a58ef9af684ad (
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
|
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
site_url: https://gvisor.dev
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
|