-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
48 lines (40 loc) · 759 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Site
name: "GDSC UOS"
description: "GDSC UOS 블로그입니다."
baseurl:
include: ["_pages"]
permalink: /:title/
logo: 'assets/images/dsclogo.png'
full_logo: 'assets/images/dsc_full_logo.png'
google_analytics: 'UA-179269963-1'
disqus: 'dscuos'
# Plugins
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
# Pagination
paginate: 12
paginate_path: /page:num/
# Other
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
block:
line_numbers: true
# Lazy Images ("enabled" or "disabled")
lazyimages: "disabled"
exclude:
- Gemfile
- Gemfile.lock
- .vscode
- .git
- .gitignore
- .DS_Store
- CONTRIBUTING.md
# MathJax
lsi: false
excerpt_separator: "\n\n"
incremental: false