forked from Niky-san/illusion0001.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
171 lines (148 loc) · 4.02 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
# SITE CONFIGURATION
baseurl: ""
url: "https://illusion0001.github.io"
title: illusion's Blog
description: "" # used by search engines
permalink: pretty
# THEME-SPECIFIC CONFIGURATION
theme_settings:
# Meta
title: illusion's Blog
avatar: assets/icons/favicon.png
# Header and footer text
header_text: Detailing the inner workings of my creations.
header_feature_image: https://storage.googleapis.com/assets-illusion0001/images/banners/lis-butterfly-banner.png
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>
# Icons
rss: true
email_address: illusion3185@gmail.com
behance:
bitbucket:
coffee: illusion0001
dribbble:
discord: 192940192133414912
facebook:
flickr:
gitlab:
github: illusion0001
github_sponsors: false
google_plus:
instagram:
keybase:
linkedin: # Full URL
pinterest:
patreon: illusion0001
paypal:
reddit: illusion0001
soundcloud:
stack_exchange: # Full URL
steam:
tumblr:
twitter: illusion0002
vimeo:
wordpress:
youtube: illusion0001
# Sharing options
share_buttons:
facebook: true
twitter: true
google_plus:
tumblr:
pinterest:
pocket:
reddit: true
hacker_news: true
linkedin:
wordpress:
email:
# Scripts / Features
google_analytics: UA-189385610-1
katex:
special_page:
search:
icon: "search" # Assuming page link and icon are the same
enabled: true
categories:
icon: "tags"
enabled: true
# Localization strings
str_follow_on: "Follow on"
str_rss_follow: "Follow RSS feed"
str_discord: "Contact on Discord"
str_support_via: "Support via"
str_buy_coffee: "Buy Me a Coffee!"
str_share_on: "Share on"
str_add_to: "Add to"
str_email: "Email"
str_tweet: "Tweet"
str_pin_it: "Pin it"
str_next_post: "Next post"
str_previous_post: "Previous post"
str_next_page: "Next"
str_previous_page: "Prev"
str_continue_reading: "Continue reading"
# Icons for buttons
download_icon: "<i class='fas fa-download'></i>"
github_icon: "<i class='fab fa-github'></i>"
docs_icon: "<i class='fas fa-book'></i>"
gtaf_icon: "<i class='fas icomoon icon-gtaf'></i>"
codemasters_icon: "<i class='fas icomoon icon-codemasters'></i>"
# Flags
pl_flag: "<img style='height:1em;padding: 0 0.5em' src='/assets/images/svg/flags/pl.svg' alt='PL'>"
gb_flag: "<img style='height:1em;padding: 0 0.5em' src='/assets/images/svg/flags/gb.svg' alt='GB'>"
eu_flag: "<img style='height:1em;padding: 0 0.5em' src='/assets/images/svg/flags/eu.svg' alt='EU'>"
us_flag: "<img style='height:1em;padding: 0 0.5em' src='/assets/images/svg/flags/us.svg' alt='US'>"
jp_flag: "<img style='height:1em;padding: 0 0.5em' src='/assets/images/svg/flags/jp.svg' alt='JP'>"
# Colours, typography and padding
# Open the "_sass > base" folder, and open "_variables.scss"
google_fonts: "Source+Sans+Pro:400,700,700italic,400italic"
# Post navigation
post_navigation: true
# PAGINATION
paginate: 5
paginate_path: "blog/page:num"
collections:
mods:
games:
output: true
permalink: /mods/:name/
portfolio:
output: true
# SEO
twitter:
username:
card: summary
social:
name:
links:
-
-
defaults:
- scope:
path: ""
values:
# image: assets/icons/favicon.png
date-format: "%B %-d, %Y"
- scope:
path: ""
type: "games"
values:
game-series: ""
parent-series: ""
order: 0
- scope:
path: ""
type: "mods"
values:
excerpt: ""
# PORTFOLIO
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: :compressed
plugins: [jekyll-gist, jekyll-paginate, jekyll-seo-tag, jekyll-redirect-from, jekyll-feed]
#theme: type-on-strap # Uncomment if using the theme as a jekyll theme gem
exclude: ["Gemfile", "Gemfile.lock", "type-on-strap.gemspec", "*.gem", "LICENSE", "README.md", "screenshot.png", "assets/package.json", "assets/node_modules", "assets/gulpfile.js", ".idea/*", "scratch", "_patches/*"]