-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
52 lines (45 loc) · 1.09 KB
/
_config.yml
File metadata and controls
52 lines (45 loc) · 1.09 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
# Site settings
title: Roxie.dev
description: "밥잠코. 절절포!"
baseurl: ""
url: https://minjeung-kim.github.io
# Author
author:
name: roxie
url: https://minjeung-kim.github.io
pic: /assets/img/zo.png
about: "깊이 있는 개발자되기.<br/>
성장 기록 & 개발 기록.<br/>"
# Contact links
email: focso5@gmail.com # Add your Email address
phone: # Add your Phone number
website: minjeung-kim.github.io # Add your website, do not add http://
linkedin: # Add your Linkedin handle
github: minjeung-kim # Add your Github handle
twitter: # Add your Twitter handle
facebook: # Add your Facebook handle
instagram: # Add your Instagram handle
pinterest: # Add your Pinterest handle
# Build settings
markdown: kramdown
highlighter: rouge
include:
- _pages
# Assets
sass:
sass_dir: _sass
style: compressed
# Gems
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag
- jemoji #Uncomment this to allow emoji in your post
- jekyll-spaceship
# Permalinks
paginate: 5
# Excludes
exclude: [Gemfile, Gemfile.lock, tale.gemspec]
host: "0.0.0.0"
livereload: true
reload_port: 5678