-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
50 lines (44 loc) · 1.38 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
# Site Info
title: "감자도스"
description: "감자도스의 개발 블로그"
author_name: "송병준" # change this to your name
author_email: song@potados.com
logo_url: https://avatars1.githubusercontent.com/u/35878712?v=4 # Get it from GitHub API: https://api.github.com/users/<username>
# Social
social:
github: https://github.com/potados99
instagram: https://www.instagram.com/ix_potados/
# Site Settings
url: https://blog.potados.com # main url
permalink: /:categories/:title/ # Post permalink
timezone: Asia/Seoul # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
mathjax: true # enables support for mathjax - set to 'false' to disable
new_badge_period: 7
# Analytics
google_analytics: UA-154995965-1
# Site Build
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
sass:
style: :compressed
# Other Params
include: [ "robots.txt" ]
exclude: [ "LICENSE", "README.md", "CNAME", "vendor", "Gemfile", "script" ]
plugins:
- jekyll-sitemap
defaults:
- scope:
path: ""
values:
layout: "null"
- scope:
type: "pages"
values:
layout: "page"
- scope:
type: "posts"
values:
layout: "post"
comments: true