forked from genicsblog/theme-files
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
131 lines (116 loc) · 2.61 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
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/"
feed:
path: /rss.xml
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-feed
- jekyll-sitemap
- jekyll-postcss
- jekyll-minifier
- jekyll-archives
- jekyll-hostname
- jekyll-paginate-v2
- jekyll-loading-lazy
- jekyll-redirect-from
- jekyll-auto-authors
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
- Dockerfile