-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_config.yml
46 lines (41 loc) · 962 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
encoding: utf-8
title: AppImage中文文档
email: [email protected]
description: >
AppImage中文文档,基于jekyll-doc-theme模板修改。
baseurl: # the subpath of your site, e.g. /blog/
url: http://doc.appimage.cn # the base hostname & protocol for your site
git_address: https://github.com/Gamuxorg/AppImages
git_edit_address: https://github.com/Gamuxorg/AppImage-CN/tree/master
# theme options from https://bootswatch.com/
# comment out this to use default Bootstrap
bootwatch: paper
# Build settings
markdown: kramdown
highlighter: rouge
gems:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
- .idea/
- .gitignore
- README.md
timezone: Asia/Shanghai
defaults:
- scope:
path: _docs
type: docs
values:
layout: docs
sectionid: docs
seo:
type: "WebPage"
collections:
docs:
permalink: /:collection/:path/
output: true