-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
97 lines (89 loc) · 3.04 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
89
90
91
92
93
94
95
96
97
# Site configuration
# 1. Files excluded from Jekyll builds
# 2. Installed Gems
# 3. Gem settings
# 4. Jekyll settings
# 5. Jekyll collections settings
# 6. Site settings
# 7. Social links
# 1. Files excluded from Jekyll builds
exclude:
- README.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE
- CNAME
- Gemfile
- Gemfile.lock
- vendor
# 2. Installed Gems
plugins:
- jekyll-sitemap
- jekyll-mentions
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-default-layout
- jekyll-archives
- jemoji
# 3. Gem settings
jekyll-mentions: https://twitter.com # jekyll-mentions > service used when @replying
twitter:
username: Vivliostyle # jekyll-seo-tag > Owners twitter username
author: Vivliostyle # jekyll-seo-tag > default author
social: # jekyll-seo-tag > social overrides
name: Vivliostyle # jekyll-seo-tag > real name
links: # jekyll-seo-tag > social aliases (sameAs)
- https://twitter.com/Vivliostyle
- https://www.facebook.com/Vivliostyle
- https://github.com/vivliostyle
# - https://www.linkedin.com/in/Vivliostyle
# - https://plus.google.com/+Vivliostyle
# 4. Jekyll settings
permalink: pretty # Permalink style (/YYYY/MM/DD/page-name/)
excerpt_separator: <!-- more --> # Marks end of excerpt in posts
timezone: Asia/Tokyo # Timezone for blog posts and alike
highlighter: rouge
# 5. Jekyll collections settings
defaults:
- values:
image: "/assets/default-social-image.png" # Default image for sharing
lang: "en"
- scope:
path: "/ja/*"
values:
lang: "ja"
- scope:
type: "posts"
values:
permalink: /blog/:year/:month/:day/:title/
- scope:
path: "_posts/ja/*"
type: "posts"
values:
lang: "ja"
permalink: /ja/blog/:year/:month/:day/:title/
jekyll-archives:
enabled:
- tags
layout: blog_tag
permalinks:
tag: '/blog/tag/:name/'
# 6. Site settings
encoding: utf-8 # Make sure the encoding is right
lang: en # Set the site language
title: "Vivliostyle" # Site name or title, also used in jekyll-seo-tag
logo: "/assets/vivliostyle-logo.svg" # Site logo, also used in jekyll-seo-tag
description: "Vivliostyle — open source, web browser based CSS typesetting engine project" # Site description and default description, also used in jekyll-seo-tag
url: "https://vivliostyle.org" # Site url, also used in jekyll-seo-tag
baseurl: ""
repo: "https://github.com/vivliostyle/vivliostyle.org"
avatarurl: "/assets/vivliostyle-icon.png" # Uses avatars for favicons to get multple sites, eg Gravatar, Twitter, GitHub
# 7. Social links
social_links:
Twitter: https://twitter.com/Vivliostyle
Facebook: https://www.facebook.com/Vivliostyle
GitHub: https://github.com/vivliostyle
link: https://vivliostyle.org
RSS: /blog/feed.xml
# LinkedIn: https://www.linkedin.com/in/Vivliostyle
# Google+: https://plus.google.com/+Vivliostyle