Skip to content

Commit 1cf19ce

Browse files
committed
optimize changkun#5, remove unnecessary dependencies, add icon and meta color.
1 parent 434f1f3 commit 1cf19ce

File tree

4 files changed

+993
-1531
lines changed

4 files changed

+993
-1531
lines changed

website/_config.yml

Lines changed: 4 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
# Site Configuration
22
title: 高速上手 C++ 11/14/17
3-
subtitle:
3+
subtitle: C++ 11/14/17 On the Fly
44
description: "欧长坤"
55
author: 欧长坤
6-
email:
7-
language:
6+
email: hi[at]changkun.us
7+
language: zh-CN
88

99
# URL
10-
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
1110
url: https://changkun.de/modern-cpp/
1211
root: /
1312
permalink: :year/:month/:day/:title/
14-
tag_dir: tags
15-
archive_dir: archives
16-
category_dir: categories
1713
code_dir: downloads/code
1814

1915
# Directory
@@ -45,27 +41,6 @@ toc:
4541
symbol: '#'
4642
style: header-anchor
4743

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-
6944
# Date / Time format
7045
## Hexo uses Moment.js to parse and display date
7146
## You can customize the date format as defined in
@@ -91,18 +66,4 @@ markdown:
9166
tables: true
9267
breaks: true
9368
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

0 commit comments

Comments
 (0)