forked from gcdstoday/gcdstoday.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
50 lines (44 loc) · 1.18 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: "Designed by Semicolon 2020"
author_name: "Semicolon"
logo_url: https://avatars.githubusercontent.com/u/61746751?v=4
# Site Settings
url: "https://gcdstoday.github.io" # main url
baseurl: /
permalink: /: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
# Site Build
highlighter: rouge
markdown: kramdown
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"
-
scope:
path: "files-emoticons"
values:
file-emoticons: true