forked from SwiftDocOrg/swiftdoc.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
46 lines (42 loc) · 951 Bytes
/
_config.yml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Site settings
title: "SwiftDoc.org"
email: [email protected]
description: "Auto-generated documentation for Swift. Command-click no more."
keywords: "swift,documentation,swiftdoc,apple,swiftdoc.org"
baseurl: ""
url: "https://swiftdoc.org"
twitter_username: SwiftDocOrg
github_username: SwiftDocOrg
swift_version: "Swift version 4.2 & previous"
include: ["_[A-Z]*", "__[A-Z]*", "_redirects", ".well-known"]
exclude:
[
"README.md",
"LICENSE",
"CC-BY-NC-LICENSE.md",
"Gemfile",
"Gemfile.lock",
"Procfile",
]
keep_files: [".nojekyll", ".git", "CNAME", "README.md"]
markdown: kramdown
paginate: 10
permalink: /news/:year/:month/:title
paginate_path: /news/page:num
tag_dir: /news/tags
monthly_archive:
path: /news
plugins:
- jekyll-assets
- jekyll-paginate
- jekyll-tidy
defaults:
- scope:
path: ""
values:
isdoc: true
- scope:
path: ""
type: "posts"
values:
isdoc: false