1
0
mirror of https://github.com/danog/amp.git synced 2024-12-02 17:37:50 +01:00
amp/docs/_config.yml
2021-12-02 23:38:17 +01:00

30 lines
463 B
YAML

kramdown:
input: GFM
toc_levels: 2..3
baseurl: "/amp"
layouts_dir: ".shared/layout"
includes_dir: ".shared/includes"
exclude: [ "Gemfile", "Gemfile.lock", "README.md", "vendor" ]
safe: true
repository: amphp/amp
gems:
- "jekyll-github-metadata"
- "jekyll-relative-links"
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "docs"
shared_asset_path: "/amp/asset"
navigation:
- promises
- coroutines
- cancellation