-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
135 lines (99 loc) · 3.22 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# jekyll-theme-unity Configuration
remote_theme: Involts/jekyll-theme-unity
title: Jekyll Theme Unity
description: Based on Material 3 design principles
# Change the following value to '/PROJECT_NAME' ONLY IF your site type is GitHub Pages Project sites
# and doesn't have a custom domain.
baseurl: '/jekyll-theme-unity'
# Change the value to 'https://GITHUB_USERNAME.github.io/'
url: 'https://involts.github.io/'
# The author of the post
post_author: Involts
show_post_descriptions: true # if false, it disables Post descriptions
google_analytics:
enabled: true # if false, it disables Google Analytics
id: # fill in your Google Analytics ID
# icons are from https://fonts.google.com/icons
header:
header_1_name: Download
header_1_icon: file_download
header_1_link: https://github.com/Involts/jekyll-theme-unity/archive/refs/heads/master.zip
header_2_name: Post
header_2_icon: format_list_bulleted
header_2_link: /Posts/
header_3_name: About
header_3_icon: info
header_3_link: /About
header_4_name: Question
header_4_icon: question_mark
header_4_link: /
header_home_link: /home
footer:
# Section 1
footer_section_1_title: jekyll-theme-unity
footer_section_1_links_1_name: Download
footer_section_1_links_1_link: /home
footer_section_1_links_2_name: Post
footer_section_1_links_2_link: /Posts/
footer_section_1_links_3_name: About
footer_section_1_links_3_link: /About
# Section 2
footer_section_2_title: You're Site
footer_section_2_links_1_name: Lorem
footer_section_2_links_1_link: /home
footer_section_2_links_2_name: ispum
footer_section_2_links_2_link: /home
footer_section_2_links_3_name: dolor
footer_section_2_links_3_link: /home
# Section 3
footer_section_3_title: Customize
footer_section_3_links_1_name: Lorem
footer_section_3_links_1_link: /home
footer_section_3_links_2_name: ispum
footer_section_3_links_2_link: /home
footer_section_3_links_3_name: dolor
footer_section_3_links_3_link: /home
footer_copyright:
show-footer-copyright: true # if false, it disables copyright in footer
show-theme-name: true # if false, it disables theme name
footer_copyright_1_name: Involts
footer_copyright_1_link: https://github.com/involts
footer_copyright_2_name: Repositories
footer_copyright_2_link: https://github.com/Involts?tab=repositories
footer_copyright_3_name: RubyGems
footer_copyright_3_link: https://rubygems.org/profiles/Involts
footer_copyright_4_name: Bugs
footer_copyright_4_link: https://github.com/Involts/jekyll-theme-unity/issues/new
permalink: /Post/:title/
# Paginate
paginate: true
paginate: 6
paginate_path: "/Posts/page:num/"
date_format: "%b %-d, %Y"
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate
- jekyll-redirect-from
whitelist:
- jekyll-redirect-from
exclude:
- "*.gem"
- "*.gemspec"
- README.md
- LICENSE
- docs
- RubyGems
- gm_bld
- gitignore
#---------------The options BELLOW are not recommended to be modified------------------#
kramdown:
syntax_highlighter: rouge
syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options
css_class: highlight
# default_lang: console
span:
line_numbers: false
block:
line_numbers: true
start_line: 1