-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_config.yml
More file actions
66 lines (58 loc) · 1.93 KB
/
_config.yml
File metadata and controls
66 lines (58 loc) · 1.93 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
title: 0xTTEPX
description: Just do it, deeply...
show_downloads: false
google_analytics:
theme: jekyll-theme-architect
# head github repository
github.repository_url: Donaldhan.github.io.git
repository: Donaldhan/Donaldhan.github.io.git
# feed,注意变量的声明不能带.-
github:
username: Donaldhan
iteye:
username: donald-draper
gitee:
username: Donaldhans
jianshu:
username: Donaldhan
Donaldhan:
email: ravitnich@gmail.com
# Build settings
# from 2016, 'pygments' is unsupported on GitHub Pages. Use 'rouge' for highlighting instead.
plugins:
- jekyll-paginate
- jekyll-seo-tag
- jekyll-lunr-js-search
paginate: 10
paginate_path: "page:num"
#timezone: Asia/Shanghai
# tipue_search fulltext search base liquid
# collections is an array containing a list of collections you want to include.
#https://github.com/Donaldhan/jekyll-tipue-search
tipue_search:
include:
pages: true
# collections: [apples, oranges]
#Exclude multiple files, tags or categories using a setting in _config.yml. files is an array containing
#a list of file paths to be excluded. tags and categories are arrays containing lists of tags and categories you want to exclude.
#tipue_search:
# exclude:
# files: [search.html, _apples/gragg.md, _oranges/valencia.md]
# tags: [tag1, tag2]
# categories: [category1, category2]
#lunr-js-search,move to plugins
#gems: ['jekyll-lunr-js-search']
# exclude pages from the search index , you can else add
# the following exclude_from_search setting to any page's YAML config.
# exclude_from_search: true
#
#lunr_search:
#excludes: [rss.xml, atom.xml]
#configure a stopwords file, and a minimum length of word to be included in the index file.
#This can be done by adding a search block to _config.yml. The default values are:
#lunr_search:
# stopwords: "stopwords.txt"
# min_length: 3
#store index.json, search.min.js and lunr.min.js in a different directory like this:
#lunr_search:
# js_dir: "fulltext"