-
Notifications
You must be signed in to change notification settings - Fork 11
/
_config.yml
135 lines (121 loc) · 3.06 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
title: Genics Blog
email: [email protected]
description: >-
An open source developer publication aimed at sharing well explained
tutorials on various topics for the developer community.
baseurl: ""
url: "https://genicsblog.com"
permalink: /:title
twitter_username: "genicsblog"
github_username: "genicsblog"
github_repo: "genicsblog/genicsblog.com"
google_analytics: "G-KQJM9Z9N1Z"
adsense-data-ad-client: "ca-pub-8114751086331659"
adsense-data-display-ad-slot: "8698895132"
adsense-data-infeed-ad-slot: "3535897708"
img_src_prefix:
general: "https://ik.imagekit.io/genicsblog/tr:f-webp/"
header: "https://ik.imagekit.io/genicsblog/tr:w-1920,h-1080,f-webp/"
avatar: "https://ik.imagekit.io/genicsblog/tr:w-128,h-128,f-webp/"
sponsor-notice:
color: "#f9f3ec"
html: >-
<span id="344537">Setapp provides <b>240+ carefully curated apps</b> in one subscription! Get started with a <a href="https://setapp.sjv.io/c/4528551/344537/5114"><b>free trial ></b></a></span>
<img height="0" width="0" src="https://setapp.sjv.io/i/4528551/344537/5114" style="position:absolute;visibility:hidden;" border="0" />
defaults:
- scope:
path: "_drafts/*.md"
values:
sitemap: false
collections:
series:
permalink: /series/:name
output: true
drafts:
permalink: /draft/:name
output: true
tools:
permalink: /tool/:name
output: true
extlinks:
attributes: { rel: nofollow noopener noreferrer, target: _blank }
rel_exclude: ["genicsblog.com", "jekyllex.xyz"]
# Build settings
plugins:
- jekyll-postcss
- jekyll-minifier
- jekyll-archives
- jekyll-hostname
- jekyll-paginate-v2
- jekyll-loading-lazy
- jekyll-redirect-from
- jekyll-auto-authors
- jekyll-url-metadata
- jekyll-include-cache
pagination:
enabled: true
per_page: 9
permalink: "/page/:num/"
title: ":title - page :num"
sort_field: "date"
sort_reverse: true
autopages:
enabled: true
categories:
layouts:
- "archive.html"
title: "Posts in category #:cat"
permalink: "/category/:cat"
silent: false
slugify:
mode: "default"
case: true
collections:
enabled: false
tags:
layouts:
- "archive.html"
title: "Posts tagged with #:tag"
permalink: "/tag/:tag"
silent: false
slugify:
mode: "default"
case: true
authors:
enabled: true
data: "_data/authors.yml"
layouts:
- "author.html"
title: "Posts by :author"
permalink: "/author/:author/"
slugify:
mode: "default"
cased: true
postcss:
cache: false
jekyll-minifier:
exclude:
- "sitemap.xml"
- "assets/css/theme.css"
uglifier_args:
harmony: true
include:
- _pages
- .nojekyll
exclude:
- _scripts/
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/
- postcss.config.js
- tailwind.config.js
- package.json
- package-lock.json
- README.md
- LICENSE.md
- dev.sh
- vercel.json