forked from ethsociety/learn-plasma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
128 lines (114 loc) · 2.27 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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# Hexo Configuration
## Docs: http://hexo.io/docs/configuration.html
## Source: https://github.com/hexojs/hexo/
# site
title: Learn Plasma
author: ethsociety
language: en
lang: en
timezone: America/Boise
# url
url: https://www.learnplasma.org
root: /
permalink: :lang/:year/:month/:day/:title
# permalink_defaults:
# directory
source_dir: source
public_dir: public
tag_dir: tags
# archive_dir: archives
category_dir: categories
code_dir: downloads/code
i18n_dir: :lang
# skip_render:
# include:
# exclude:
# writing
new_post_name: :year:month:day-:title.md # File name of new posts
default_layout: post
titlecase: false
external_link: true
filename_case: 1
render_drafts: false
post_asset_folder: true
relative_link: false
future: true
highlight:
enable: true
line_number: true
auto_detect: true
# tab_replace:
# category
default_category: uncategorized
# category_map:
# tag_map:
# date & time format
date_format: MMMM D, YYYY
time_format: H:mm:ss
# Pagination
## Set per_page to 0 to disable pagination
per_page: 10
pagination_dir: page
# Extensions
## Plugins: http://hexo.io/plugins/
## Themes: http://hexo.io/themes/
# theme
theme: learn-plasma
# hexo-generator-category
# https://github.com/hexojs/hexo-generator-category
category_generator:
per_page: 10
# hexo-browsersync plugin
# https://github.com/hexojs/hexo-browsersync
browsersync:
notify: false
ui: false
host: '127.0.0.1'
port: 7782
online: false
ghostMode: false
logSnippet: false
open: false
localOnly: true
timestamps: false
reloadDelay: 1000
reloadThrottle: 1000
reloadOnRestart: true
# hexo-renderer-marked plugin
# https://github.com/hexojs/hexo-renderer-marked
marked:
gfm: true
pedantic: false
sanitize: false
tables: true
breaks: false
smartLists: true
smartypants: true
# modifyAnchors: ''
autolink: true
# hexo-server plugin
server:
port: 7781
log: true
ip: 127.0.0.1
compress: false
serveStatic:
cacheControl: true
etag: false
lastModified: false
# hexo-generator-tag
# https://github.com/hexojs/hexo-generator-tag
tag_generator:
per_page: 10
# hexo-toc
# add <!-- toc -->
# https://github.com/bubkoo/hexo-toc
toc:
maxdepth: 2
class: toc
slugify: transliteration
decodeEntities: false
anchor:
position: before
symbol: '#'
style: anchor