-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
63 lines (52 loc) · 1.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
# highlighter: pygments
# Site settings
title: Mickir的魔法笔记
description: 每一个魔法师都要有一本魔法笔记!
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://mickir.me" # the base hostname & protocol for your site
canonical: "https://mickir.me" # the base hostname & protocol for your site
enforce_ssl: mickir.me
github_username: zYeoman
favicon: "/favicon.ico"
# Build settings
permalink: /blog/:title.html #博文的固定链接
paginate: 10
author: #自定义常量
name: Mickir
email: [email protected]
link: https://mickir.me/
weibo: http://weibo.com/mickir
github: https://github.com/zYeoman
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: post
comments: true
# Make sure to put your manifest.json at /
pwa: true
twikoo:
enable: true
envId: "https://comment.mickir.me"
analytics:
google: "UA-96052060-1"
exclude: [LICENSE, CNAME, README.md, .gitignore, ed, ed.py, node_modules, vendor]
avatar: /head.jpg
timezone: Asia/Shanghai
sass:
style: compressed
plugins:
- jekyll-paginate
- jemoji
- jekyll-mentions
- jekyll-seo-tag
- jekyll-relative-links
- jekyll-sitemap
markdown: kramdown
kramdown:
hard_wrap: true
syntax_highlighter_opts:
wrap: true
toc_levels: 1..3