forked from le4ker/personal-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
77 lines (62 loc) · 1.36 KB
/
_config.yml
File metadata and controls
77 lines (62 loc) · 1.36 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Site settings
# NB! Set your site's url, otherwise nothing will work
url: "https://meowdevelopers.github.io"
baseurl: ""
github_username : MeowDevelopers
#############
# HTML Head #
#############
lang: "ko-KR"
author: "Meow"
title: "Meow Develops"
description: "Meow 스터디 기록."
keywords: "Meow, Study, Develops"
favicon: "/img/favicon.ico"
################
# Header layout#
################
background-img: "intro-bg.png"
##############################
# Dynamic Text on the Header #
##############################
quote: "고양이와 같은 유연함을 가지고 싶은 개발자들"
#######
# Blog #
########
post-preview-words: 96
paginate: 25
email-share: True
fb-share: True
twitter-share: True
linkedin-share: True
reddit-share: True
tumblr-share: True
pinterest-share: True
pocket-share: True
vkontakte-share: True
disqus-shortname: "personal-jekyll-theme"
# Sections shown in the index page
# pages_list:
# Study Notes: "study-notes"
navigation_list:
About: "about"
Study Notes: "study-notes"
Project: "project"
# Exclusion list from the generated _site
exclude:
- LICENSE
- README.md
- CONTRIBUTING
- CONTRIBUTORS
- scripts
- Dockerfile
- docker-compose.yml
# Pagination path
paginate_path: "/study-notes/page:num/"
sass:
style: compressed
plugins:
- jekyll-paginate
- jekyll-spaceship
# - jekyll-sitemap
- jekyll-feed