forked from appveyor/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
88 lines (73 loc) · 1.75 KB
/
_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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
name: AppVeyor
description: "#1 Continuous Delivery service for Windows"
lang: en
markdown: kramdown
kramdown:
# header_offset: 1
input: GFM
highlighter: rouge
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- octopress-paginate
exclude:
# we generate those files ourselves
- "*.css"
- "*.js"
# permalinks
permalink: pretty
# pagination
pagination:
limit: false
per_page: 5
# server
source: src/
destination: _site/
port: 4000
url: https://www.appveyor.com
encoding: UTF-8
include: [web.config]
future: true
# custom variables
github_repo_root: https://github.com/appveyor/website/tree/master/src
# https://jekyllrb.com/docs/configuration/#front-matter-defaults
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
author: "Feodor Fitsner"
-
scope:
path: ""
type: "pages"
values:
seo:
type: WebPage
collections:
posts:
permalink: /blog/:year/:month/:day/:title/
output: true
newsletters:
permalink: /:collection/:year/:month/:day/:title/
output: false
updates:
permalink: /:collection/:year/:month/:day/
output: true
releases:
permalink: /releases/:title/
output: true
feed:
description: Latest information about AppVeyor.
path: feed.xml
url: https://www.appveyor.com
# jekyll-seo-tag
logo: https://www.appveyor.com/assets/img/appveyor-logo-256.png
twitter:
username: appveyor
social:
name: AppVeyor
links: ["https://twitter.com/appveyor"]