-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
98 lines (87 loc) · 2.51 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Site settings
title: 'Jeykll theme Twail'
description: 'Card style Jekyll theme for blog'
title_seperator: '-' # "-" (default), "|", ...
locale: null # null (default), en-US, zh-CN, ...
date_format: # "%B %-d, %Y" (default), "%Y. %m. %d", ... https://www.shortcutfoo.com/app/dojos/ruby-date-format-strftime/cheatsheet
footer_copyright: '© 2022~ Twail demo site'
og_image: 'assets/images/jekyll-theme-twail.png' # Default OpenGraph Image
baseurl: '/jekyll-theme-twail' # TODO: If your Github Pages URL is https://usename.github.io/SOMETHING/, baseurl should be set to "/SOMETHING"
# Profile
profile:
name: 'Twail'
description: 'Card style Jekyll theme for blog'
avatar: 'assets/images/avatar.png'
socials:
github: 'https://github.com/leetaewook/jekyll-theme-twail'
twitter: 'https://twitter.com/'
facebook: 'https://facebook.com/'
instagram: 'https://instagram.com/'
youtube: 'https://youtube.com/'
# Comments
comments:
provider: false # false (default), "utterances", "disqus"
utterances:
repo: # "github_username/repo_name"
theme: # "github-light" (default), "github-dark", "preferred-color-scheme", "github-dark-orange", "icy-dark", "dark-blue", "photon-dark", "boxy-light", "gruvbox-dark"
issue_term: # "pathname" (default)
label: # null (default), Yout github repo issue label
disqus:
shortname:
# SEO Related
google_site_verification:
bing_site_verification:
naver_site_verification:
yandex_site_verification:
baidu_site_verification:
# Analytics
analytics:
provider: false # false (default), "google", "google-universal", "google-gtag"
google:
tracking_id:
anonymize_ip: # true, false (default)
# Your post default values
defaults:
- values:
layout: post
comments: true
permalink: /:title # "/:title", ":year:month:day/:title", ... https://jekyllrb.com/docs/permalinks/
# Pagination
pagination:
enabled: true
per_page: 4 # Posts per page
permalink: '/page:num/'
limit: 0
sort_field: 'date'
sort_reverse: true
trail:
before: 2
after: 2
autopages:
enabled: true
collections:
enabled: false
categories:
enabled: false
tags:
enabled: true
layouts:
- autopage_tags.html
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
kramdown:
input: GFM
hard_wrap: false
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
plugins:
- jekyll-paginate-v2
- jekyll-sitemap
- jekyll-gist