-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
139 lines (109 loc) · 4.38 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# -----------------------------------------------------------------------------
# User configuration
# -----------------------------------------------------------------------------
title: SHINEEUN
# The unique resource location of your page.
# Set to `https://<username>.github.io` when hosting on GitHub Pages
url: https://shineeun.github.io
# Set to '' when hosting a blog on GitHub Pages, ie on `//<username>.github.io`
# Set to '/<reponame>' when using the `gh-pages` branch of a repository
baseurl: ""
# A very short description of your page
tagline: "빛나는, 어제보다 더 나은 세상"
# A short description of the page, used in the sidebar and as fallback for the meta description tag.
# Markdown enabled, but don't use more than one paragraph (enforced by `>`)
description: >
nanimon
# This should be the same author as first entry in `_data/authors.yml`
author:
name: SHINEEUN
email: ""
# Fallback image and color
image: /assets/img/disney.jpg
color: '#79c7d9'
# The font used for headings. Expects a string that is a valid CSS font-family value.
font_heading: "'Merriweather-Light','Lato','-apple-system','Verdana','PingFang SC','Helvetica Neue','Arial','Hiragino Sans GB','Microsoft YaHei','WenQuanYi Micro Hei','sans-serif'"
# The text font. Expects a string that is a valid CSS font-family value.
font: "'Merriweather-Light','Lato','-apple-system','Verdana','PingFang SC','Helvetica Neue','Arial','Hiragino Sans GB','Microsoft YaHei','WenQuanYi Micro Hei','sans-serif'"
# The string encoding what fonts to fetch from Google Fonts.
# See: https://qwtel.com/hydejack/docs/configuration/
google_fonts: Lato
# If you do not use a Google Fonts, uncomment the line below
# no_google_fonts: true
# Set your Google Analytics id to receive `pageview` events.
# To remove Google Anaylics from your page, remove the line below.
# google_analytics: UA-137374202-1
# Setting a disqus shortname will enable the comment section on pages with `comments: true` in the front matter
disqus: True
disqus_shortname: https-shineeun-github-io
# This text will appear in the footer of every page. Markdown enabled.
copyright: '© 2021.07. by SHINEEUN'
# Format of the permalinks
permalink: pretty
# Pagination configuration (used by the `blog` layout)
paginate: 20
paginate_path: '/page-:num/'
# If you are upgrading form a v5 verison of Hydejack, uncomment the two lines below,
# so that the location of the feed XML stays the same.
# feed:
# path: atom.xml
# Set to true when building with the `--lsi` option
# See: https://jekyllrb.com/docs/variables/#site-variables
# use_lsi: true
# Set to `true` if you don't want to show an icon after each link that opens to an external site
# no_mark_external: true
# Uncomment this line if third party plugins fail to work with dynimically loaded pages
# disable_push_state: true
# Uncomment this line if want to disable the touch drawer on mobile
# disable_drawer: true
# -----------------------------------------------------------------------------
# Collections
# -----------------------------------------------------------------------------
collections:
featured_categories:
permalink: /category/:name/
output: true
featured_tags:
permalink: /tag/:name/
output: true
projects:
permalink: /projects/:path/
output: true
# -----------------------------------------------------------------------------
# Advanced configuration
# -----------------------------------------------------------------------------
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-redirect-from
exclude:
- README.md
- LICENSE.md
- node_modules
- package.json
- package-lock.json
- Gemfile
- Gemfile.lock
kramdown:
footnote_backlink: '↩︎'
math_engine: mathjax
math_engine_opts:
preview: true
preview_as_code: true
compress_html:
comments: ["<!-- ", " -->"]
clippings: all
endings: all
ignore:
envs: [development]
sass:
style: compressed
tipue_search:
include:
pages: false
collections: []
exclude:
files: [search.html, index.html, tags.html]
categories: []
tags: []