-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path_config.yml
More file actions
30 lines (26 loc) · 771 Bytes
/
_config.yml
File metadata and controls
30 lines (26 loc) · 771 Bytes
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
encoding: utf-8
port: 5678
host: 0.0.0.0
title: Fooleap's Blog
keywords: [fooleap, 前端, 跑步, 潮汕]
description: 'A foolish man could not always lose!'
exclude: [webpack.config.js, package.json, Gemfile, Gemfile.lock, src, node_modules]
plugins: [jekyll-paginate, jemoji]
permalink: /:title.html
highlighter: rouge
markdown: kramdown
kramdown:
auto_ids: true
auto_id_prefix: 'id-'
toc_levels: '2,3'
smart_quotes: lsquo,rsquo,ldquo,rdquo
emoji:
src: 'https://api.fooleap.org'
paginate: 10
repository: fooleap/fooleap.github.io
nickname: fooleap
home: https://blog.fooleap.org
api: https://api.fooleap.org
IMG_PATH: //source.fooleap.org
tongji: 'fa7ec982118ebd236663169678264582'
analytics: 'UA-16717905-7'