-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
83 lines (65 loc) · 2.12 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
# Site settings
title: 'DevLog'
description: '개발과 세상 사는 이야기를 담았습니다.'
keyword: 'javascript, vuejs, nodejs'
url: 'https://sistinafibel.github.io' # your host
# when build blog on server, if you don't need baseurl, you should leave this value blank.
# if you're using GitHub Pages, set baseurl to your blog's .
# for example, if your site is "kaeyleo.github.io", then this url should leave blank.
# but if your created a repo named "myblog", and the site is "kaeyleo.github.io/myblog", change baseurl to '/myblog'
baseurl: ''
# Navigation links
nav:
home: '/'
tags: '/tags.html'
# Footer
footer:
since: 2021
# Author
author: 'CloudJun'
nickname: 'cloudjun'
bio: '저라서 쓸 수 있는 글을 쓰기 위해 노력합니다.'
avatar: '/assets/img/profile.png'
# Search
search: true
# Night mode
nightMode: false
# Comments
comments:
disqus: true
disqus_url: 'https://sistinafibel.disqus.com/embed.js'
# MathJax by Ray-Eldath
mathjax: true
# Share
social-share: true
social-share-items: ['twitter']
# theme color
theme-color: 'default' # pink or default
# Post header background patterns (when the post no cover): circuitBoard, overlappingCircles, food, glamorous, ticTacToe, seaOfClouds
postPatterns: 'circuitBoard'
# SNS settings
# url: email, weibo, zhihu, twitter, instagram, juejin, github, douban, facebook, dribble, uicn, jianshu, medium, linkedin
sns:
#weibo: '//weibo.com/lovecolcol'
#juejin: '//juejin.im/user/57a6f434165abd006159b4cc'
#instagram: '//www.instagram.com/steveliaocn'
github: '//github.com/sistinafibel'
# Tags
recommend-tags: true # whether or not display recommend-tags on the sidebar
recommend-condition-size: 12 # a tag will be recommended if the size of it is more than this value
# Build settings
paginate: 6
paginate_path: 'page:num'
exclude: ['node_modules', 'dev', 'package.json', 'gulpfile.js', '.gitignore', 'README.md']
# Markdown
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
# RSS
RSS: false
# Permalink
# See: https://github.com/kaeyleo/jekyll-theme-H2O/issues/35
permalink: /:year/:month/:day/:title.html
# Plugins
plugins: [jekyll-paginate]