This repository was archived by the owner on Jun 26, 2024. It is now read-only.
forked from CloudCannon/base-jekyll-template
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path_config.yml
More file actions
113 lines (97 loc) · 1.73 KB
/
_config.yml
File metadata and controls
113 lines (97 loc) · 1.73 KB
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# ----
# Site
title: FydeOS 文档中心
url: "https://faq.fydeos.com/"
google_analytics_key: UA-74826425-9
disqus_shortname:
newsletter_action:
# Values for the jekyll-seo-tag gem (https://github.com/jekyll/jekyll-seo-tag)
logo: images/qnalogo.png
description: FydeOS的常见问题、帮助手册及知识库
author:
name: Fyde Innovations
email: hi@fydeos.io
social:
name: Base Template
links:
- https://github.com/CloudCannon/base-jekyll-template
# i18n
# https://github.com/untra/polyglot
languages: ["zh_CN", "en"]
default_lang: "zh_CN"
exclude_from_localizations: ["css", images", "js"]
parallel_localization: true
# -----
# Build
timezone: Etc/UTC
permalink: /:categories/:title/
plugins:
- jekyll-extract-element
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
- jekyll-redirect-from
- jekyll-polyglot
whitelist:
- jekyll-redirect-from
exclude:
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- Gemfile
- Gemfile.lock
- README.md
- LICENCE
collections:
faq:
output: true
help:
output: true
# jekyll-archives:
# enabled: ['categories']
category_archive:
type: liquid
path: /categories/
defaults:
-
scope:
path: ""
values:
layout: "default"
-
scope:
type: "posts"
values:
layout: "post"
comments: true
-
scope:
path: ""
type: faq
values:
layout: answer
-
scope:
path: ""
type: help
values:
layout: help
-
scope:
path: "kb.html"
values:
body_class: "show_kb_search"
-
scope:
path: "help.html"
values:
body_class: "show_help_search"
# -----------
# CloudCannon
social_icons:
- Telegram
- Wechat
types:
- Document
_comments: