-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
25 lines (20 loc) · 903 Bytes
/
_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
# Site settings
title: Daily Development Notes # yout title
name: KimJunHee # your name
email: [email protected] # your email address
description: Software Programmer # your blog description
baseurl: "/" # the subpath of your site, e.g. /blog
# 참고로 실제 Git Pages Server에 올리면 이 부분 공백으로 Converting됨
# 즉, 이 뒤에 오는 url setting은 항상, `/yoururl/` 방식으로 할 것
url: "https://wnsgml972.github.io" # the base hostname & protocol for your site
twitter_username: KimJunHee # your Twitter username
github_username: wnsgml972 # your Github username
google-analytics: UA-113140483-1 # add it if you have one
skillstree: false # turn on or off the skills tree in about page
# Build settings
permalink: pretty
markdown: kramdown
# Amount of post to show on home page
paginate: 6
# Plugins Settings
plugins: ["jekyll-paginate"]