forked from amphp/socket
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
30 lines (24 loc) · 683 Bytes
/
_config.yml
File metadata and controls
30 lines (24 loc) · 683 Bytes
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
kramdown:
input: GFM
toc_levels: 2..3
baseurl: "/socket"
layouts_dir: ".shared/layout"
includes_dir: ".shared/includes"
exclude: ["Gemfile", "Gemfile.lock", "README.md", "vendor"]
safe: true
repository: amphp/socket
gems:
- "jekyll-github-metadata"
- "jekyll-relative-links"
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "docs"
description: "amphp/socket provides a socket abstraction for clients and servers. It abstracts the really low levels of non-blocking streams in PHP."
keywords: ["amphp", "amp", "socket", "tcp", "udp", "server", "client", "connection"]
shared_asset_path: "/socket/asset"
navigation:
- client
- server