1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00
amp/docs/_config.yml

33 lines
487 B
YAML
Raw Permalink Normal View History

kramdown:
input: GFM
toc_levels: 2..3
baseurl: "/amp"
2017-05-28 16:44:20 +02:00
layouts_dir: ".shared/layout"
2017-09-27 13:49:15 +02:00
includes_dir: ".shared/includes"
exclude: ["Gemfile", "Gemfile.lock", "README.md", "vendor"]
safe: true
repository: amphp/amp
gems:
- "jekyll-github-metadata"
- "jekyll-relative-links"
2017-05-27 10:48:04 +02:00
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "docs"
shared_asset_path: "/amp/asset"
2017-05-27 10:48:04 +02:00
navigation:
- event-loop
- promises
- coroutines
- iterators
- cancellation
- utils