-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
71 lines (65 loc) · 1.47 KB
/
Copy path_config.yml
File metadata and controls
71 lines (65 loc) · 1.47 KB
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
# Site settings
title: Jagger
subtitle: "Bide your time"
name: Jagger.H
email: jaggerwinner@gmail.com
description: >-
Openness, Focus, First principles
url: "https://jaggerh.github.io"
baseurl: ""
repository: JaggerH/JaggerH.github.io
excerpt_separator: "<!--more-->"
future: true
timezone: Asia/Shanghai
# Theme
remote_theme: "mmistakes/minimal-mistakes@4.26.2"
minimal_mistakes_skin: "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
# Plugins
plugins:
- jekyll-remote-theme
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate
- jekyll-include-cache
# Site author
author:
name: "Jagger.H"
avatar: "/assets/img/avatar.png"
bio: "今日长缨在手"
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/JaggerH"
- label: "Email"
icon: "fas fa-fw fa-envelope"
url: "mailto:jaggerwinner@gmail.com"
# Reading files
include:
- _pages
# Outputting
permalink: /:categories/:title/
paginate: 10
paginate_path: /page:num/
# Defaults
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: false
share: true
related: true
sidebar:
nav: "docs_sidebar"
# _pages
- scope:
path: "_pages"
type: pages
values:
layout: single
author_profile: true