forked from hexojs/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
68 lines (59 loc) · 1.1 KB
/
_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
# Basic
title: Hexo
subtitle: Node.js blog framework
description:
url: http://zespia.tw/hexo
author: SkyArrow
email: [email protected]
language:
# Permalink
root: /hexo/
permalink: :category/:title/
tag_dir: tags
archive_dir: archives
category_dir: posts
# Archives
# 2: Paginate result
# 1: Display result in same page
archive: 2
category: 2
tag: 2
# Server
# Hexo uses Connect to serve static files
# Reference: http://www.senchalabs.org/connect/
port: 4000
logger: false
logger_format:
# Date / Time format
# Hexo uses Moment.js to parse and display date
# Reference: http://momentjs.com/docs/#/displaying/format/
date_format: MMM D, YYYY
time_format: H:mm:ss
# Pagination
per_page: 0
pagination_dir: page
# Disqus
disqus_shortname:
# Extensions
plugins:
theme: hexo3
exclude_generator:
- category
- tag
- home
- post
- archive
# Enhancement
auto_spacing: false
titlecase: false
highlight:
enable: true
line_number: false
tab_replace: ' '
# Deployment
# Type: github, heroku
# Read documentaion for more information
deploy:
type: github
repository: https://github.com/tommy351/hexo.git
branch: gh-pages