-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·99 lines (83 loc) · 2.07 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: devFancy
brief-intro: BE Developer
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site
# url에 임의의 값을 넣으면
# {{site.url}} 사용시 local 환경에서도 지정한 값을 사용한다.
permalink: /:title/
# other links
github_username: devFancy
linkedIn_username: junyong-moon-479385264
insta_username: junyongmoon
# facebook_username:
# email: [email protected]
description_footer: ""
# comments
# two ways to comment, only choose one, and use your own short name
#disqus_shortname: devFancy
# Statistic Analysis
google_analytics_id: G-7BMWW1711K # google analytics id
# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
sass:
sass_dir: _sass
style: compressed
# port (default = 4000)
# port: 4000
# url
category_dir: category/
tag_dir: tag/
# excerpt
excerpt_separator: "\n\n\n"
# paginate
plugins: [jekyll-paginate]
paginate: 5
future: true
incremental: false
regenerate : true
# categoties order
## 'categories_order' 항목을 추가하여 카테고리 순서를 정적으로 설정
## 이를 통해 메인 페이지 및 카테고리 페이지에서 카테고리 순서가 고정
categories_order:
- "DevHistory"
- "Java"
- "Spring"
- "SpringBoot"
- "JPA"
- "MySQL"
- "Flyway"
- "Technology"
- "GoodCode"
- "Side_Project"
- "Retrospective"
- "AlgorithmSkill"
- "LeetCode"
- "Algorithm"
- "SQL"
- "OS"
- "Database"
- "Network"
- "HTTP"
- "DataStructure"
- "Linux"
- "Woowacourse"
- "Git"
- "AssertJ"
- "IntelliJ"
- "Probability-Statistics"
- "Electronic-Finance"
- "Business-Statistics"
- "Competition"
- "Book"
- "Workout"
- "E.T.C"