forked from isme2n/isme2n.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
129 lines (100 loc) · 3.85 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
# -----------------------------------------------------------------------------
# User configuration
# -----------------------------------------------------------------------------
title: RaP0d
# The unique resource location of your page.
# Set to `https://<username>.github.io` when hosting on GitHub Pages
url: https://rap0d.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: >
개발자가 되기 위한 공간
# This should be the same author as first entry in `_data/authors.yml`
author:
name: RaP0d
email: [email protected]
# Fallback image and color
image: /assets/img/rap0d/up.JPG
color: '#0080ff'
# The font used for headings. Expects a string that is a valid CSS font-family value.
font_heading: "'Lato', 'Sans-serif'"
# The text font. Expects a string that is a valid CSS font-family value.
font: "'Lato', '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-92346434-1
# Setting a disqus shortname will enable the comment section on pages with `comments: true` in the front matter
disqus_shortname: rap0d
# This text will appear in the footer of every page. Markdown enabled.
copyright: '© 2019. by RaP0d'
# Format of the permalinks
permalink: pretty
# Pagination configuration (used by the `blog` layout)
paginate: 10
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
# -----------------------------------------------------------------------------
gems:
- 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