-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
54 lines (46 loc) · 1.21 KB
/
_config.yml
File metadata and controls
54 lines (46 loc) · 1.21 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
# Site settings
title: BNM2h Blog
url: "http://bnm2h.github.io" # the protocol and hostname of your site, eg. `http://laobubu.github.io`
baseurl: "" # the prefix of your site uri, eg. `"/jekyll-theme-EasyBook"` or empty string `""`
#timezone: Asia/Chongqing
description: >
Hello.
# Your information
email: curieuxjy@gmail.com
author: BNM2h
avatar: "/assets/BNM2h.png"
profile: Hi.
#twitter_username: twitter_username
#github_username: github_username
profile_links:
#Email: "curieuxjy@gmail.com"
GitHub: "https://github.com/BNM2h"
# You can add more profile links above, or edit _includes/sidebar.html
excerpt_separator: <!--more-->
header:
links: # Links on the header. Link to in-site page with a slash as prefix
About: /about/
Category: /category/
Test: /test/ #아니면 그냥 http 주소
permalink: /archivers/:title
plugins:
- jekyll-paginate
- jekyll-gist
- jemoji
# Build settings
paginate: 5
paginate_path: "page:num"
highlighter: rouge
markdown: kramdown
# https://jekyllrb.com/docs/configuration/#precedence
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
kramdown:
input: GFM
syntax_highlighter: rouge
math_engine: mathjax