File tree 4 files changed +993
-1531
lines changed
4 files changed +993
-1531
lines changed Original file line number Diff line number Diff line change 1
1
# Site Configuration
2
2
title : 高速上手 C++ 11/14/17
3
- subtitle :
3
+ subtitle : C++ 11/14/17 On the Fly
4
4
description : " 欧长坤"
5
5
author : 欧长坤
6
- email :
7
- language :
6
+ email : hi[at]changkun.us
7
+ language : zh-CN
8
8
9
9
# URL
10
- # # If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
11
10
url : https://changkun.de/modern-cpp/
12
11
root : /
13
12
permalink : :year/:month/:day/:title/
14
- tag_dir : tags
15
- archive_dir : archives
16
- category_dir : categories
17
13
code_dir : downloads/code
18
14
19
15
# Directory
45
41
symbol : ' #'
46
42
style : header-anchor
47
43
48
- # Category & Tag
49
- default_category : uncategorized
50
- category_map :
51
- tag_map :
52
-
53
- # Archives
54
- # # 2: Enable pagination
55
- # # 1: Disable pagination
56
- # # 0: Fully Disable
57
- archive : 0
58
- category : 0
59
- tag : 0
60
-
61
- # Server
62
- # # Hexo uses Connect as a server
63
- # # You can customize the logger format as defined in
64
- # # http://www.senchalabs.org/connect/logger.html
65
- port : 4000
66
- logger : false
67
- logger_format :
68
-
69
44
# Date / Time format
70
45
# # Hexo uses Moment.js to parse and display date
71
46
# # You can customize the date format as defined in
@@ -91,18 +66,4 @@ markdown:
91
66
tables : true
92
67
breaks : true
93
68
smartLists : true
94
- smartypants : true
95
-
96
- # Deployment
97
- # # Docs: http://zespia.tw/hexo/docs/deployment.html
98
- deploy :
99
- type : git
100
- repository :
101
-
102
- feed :
103
- type : atom
104
- path : atom.xml
105
- limit : 20
106
-
107
- alias :
108
- modern-cpp/l/index.html : l/index.html
69
+ smartypants : true
You can’t perform that action at this time.
0 commit comments