1
0
mirror of https://github.com/danog/byte-stream.git synced 2024-12-02 17:28:21 +01:00
byte-stream/docs/_config.yml

34 lines
750 B
YAML
Raw Normal View History

2017-05-28 19:24:13 +02:00
kramdown:
input: GFM
toc_levels: 2..3
baseurl: "/byte-stream"
layouts_dir: ".shared/layout"
2017-09-27 13:56:06 +02:00
includes_dir: ".shared/includes"
2017-05-28 19:24:13 +02:00
exclude: ["Gemfile", "Gemfile.lock", "README.md", "vendor"]
2017-09-27 13:56:06 +02:00
safe: true
2017-05-28 19:24:13 +02:00
repository: amphp/byte-stream
gems:
- "jekyll-github-metadata"
- "jekyll-relative-links"
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "docs"
description: "amphp/byte-stream is a byte stream abstraction for Amp providing interfaces for InputStream and OutputStream."
keywords: ['amphp', 'amp', 'byte-stream', 'non-blocking', 'io', 'stream', 'compression']
2017-05-28 19:24:13 +02:00
2017-09-27 13:56:06 +02:00
shared_asset_path: "/byte-stream/asset"
2017-05-28 19:24:13 +02:00
navigation:
- resource-streams
- in-memory-stream
- iterator-stream
- compression-streams
- message