forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
67 lines (59 loc) · 1.97 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# SITE CONFIGURATION
baseurl: ""
url: "https://ziponia.github.io"
# THEME-SPECIFIC CONFIGURATION
title: 제프의 Study Room # site's title
description: "제프의 스터디룸에 오신것을 환영합니다. Welcome to Zef's Study Room!" # used by search engines
avatar: assets/img/triangle.png # Empty for no avatar in navbar
favicon: assets/favicon.ico # Icon displayed in the tab
# Header and footer text
header_text: "<WEB DEV>" # Change Blog header text
header_feature_image: assets/img/pexels/triangular.jpeg
footer_text: >
Powered by <a href="https://jekyllrb.com/">Jekyll</a> with <a href="https://github.com/sylhare/Type-on-Strap">Type on Strap</a>
# Blog
excerpt: true # Or "truncate" (first 250 characters), "false" to disable
post_navigation: true
color_image: /assets/img/lineart.png # A bit transparent for color posts.
# Features
katex: true # Enable if using math markup
google_analytics: UA-140328041-1 # Tracking ID, e.g. "UA-000000-01"
disqus_shortname: ziponia # Your discus shortname for comments
layout_variables: # Open the "_sass > base" folder, and open "_variables.scss"
footer_icons: # In _data/social.yml
share_buttons: # In _data/social.yml
authors: ziponia # In _data/authors.yml
language: ko # In _data/language.yml
# PAGINATION
paginate: 5
paginate_path: "blog/page:num"
# PORTFOLIO
collections:
portfolio:
output: true
permalink: /:collection/:name
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: :compressed
plugins: [jekyll-paginate, jekyll-seo-tag, jekyll-feed]
exclude:
[
".jekyll-cache",
"Gemfile",
"Gemfile.lock",
"type-on-strap.gemspec",
"*.gem",
".idea",
"vendor/*",
"LICENSE",
"README.md",
"screenshot.png",
"assets/package.json",
"assets/node_modules",
"assets/gulpfile.js",
]
# theme: type-on-strap # if using the theme as a jekyll theme gem
remote_theme: sylhare/Type-on-Strap # If using as a remote_theme in github