-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgmagon_config.yml
111 lines (91 loc) · 2.28 KB
/
gmagon_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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# 配置基础信息
company: gmagon
title: Gmagon Software - handy and professional Mac apps.
author: Gmagon,Inc
language: en
timezone: UTC
ogImage: https://gmagon.com/logo.png
# 配置网址
url: https://gmagon.com
root: /
# 配置目录
tag_dir: tags
archive_dir: blog # 归档文件夹
category_dir: categories
code_dir: downloads/code
# 配置创建文章的形式
permalink: blog/:year/:month/:day/:title/
new_post_name: :year-:month-:day-:title.md # File name of new posts
# Archives
## 2: Enable pagination
## 1: Disable pagination
## 0: Fully Disable
archive: 0
category: 0
tag: 0
# 针对文章的特殊处理
default_layout: post # 预设布局
external_link: false # Open external links in new tab
post_asset_folder: true #启动 Asset 文件夹
auto_spacing: false # Add spaces between asian characters and western characters
multi_thread: true
filename_case: 1 # 把文件名称转换为 (1) 小写或 (2) 大写 0
per_page: 0
pagination_dir: page
# Category & Tag
default_category: uncategorized
category_map:
tag_map:
highlight:
enable: true
line_number: false
# Generate Atom 1.0 or RSS 2.0 feed.
feed:
type: atom
path: atom.xml
limit: 200
hub:
content:
## -
## 集成本地搜索‘
search:
path: search.json
field: all
# offline config passed to sw-precache.
# offline:
# maximumFileSizeToCacheInBytes: 5242880
# staticFileGlobs:
# - public/**/*.{png,jpg,gif,svg,eot,ttf,woff,woff2}
# stripPrefix: public
# verbose: true
# 集成主题样式处理
theme: navy
deploy:
type: git
repo: git@github.com:Gmagon/gmagon.com.git
branch: master
stylus:
compress: true
sourcemaps:
comment: true
inline: true
# 集成第三方评论系统
disqus_shortname: gmagon
# 集成Google分析系统
google_analytics: UA-99314951-1
# Gmagon官方FaceBook账号主页 https://www.facebook.com/432634277117208/photos/432654660448503/
fb_admins: 432634277117208
# 集成全文搜索功能第三方系统, 使用github账户绑定登录的。(lauer3912)
algolia:
applicationID: 'YFVFXQYV4P'
apiKey: 'ede94096e56eee547284bc9562eb740e'
adminApiKey: '5c0391c091d14d9763d62a5b7d75f69f'
indexName: 'gmagon_index'
#
# 链接到社交媒体站点
weibo: gmagon
github: gmagon
twitter: gmagonshare
facebook: gmagonshare
youtube: gmagonshare
instagram: gmagonshare