-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.yaml
More file actions
108 lines (88 loc) · 2.63 KB
/
Copy pathconfig.yaml
File metadata and controls
108 lines (88 loc) · 2.63 KB
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
theme: "PaperMod"
enableEmoji: true
title: "airscript.it"
enableRobotsTXT: true
pygmentsUseClasses: true
copyright: "airscript.it"
enableInlineShortcodes: true
baseURL: "https://blog.airscript.it"
pagination:
pagerSize: 10
menu:
main:
- weight: 5
name: "Archive"
url: "archives/"
- weight: 10
name: "About"
url: "about/"
pageRef: "about"
identifier: "About"
- weight: 15
name: "Search"
url: "search/"
pageRef: "search"
identifier: "Search"
taxonomies:
tag: "tags"
category: "categories"
markup:
highlight:
style: "dracula"
params:
showToc: true
showWordCount: true
homeInfoParams:
title: "Hey there!"
content: |
I am Francesco known as Airscript on the web and I warmly welcome you on my blog!
Here you'll find articles related to open source, motivation and much more.
If you want, you can support me through the links below or leaving a star at my [blog on GitHub](https://github.com/Airscripts/blog.airscript.it).
Spared no expense!
*John Hammond, Jurassic Park.*
label:
icon: "logo.png"
iconWidth: 30
iconHeight: 30
defaultTheme: "auto"
showReadingTime: true
showShareButtons: false
showCodeCopyButtons: true
disableLanguageSwitch: true
assets:
disableHLJS: true
theme_color: "#0f94d2"
msapplication_TileColor: "#2b5797"
images:
- "/logo.png"
customStyles:
- file: "/css/offline.css"
integrity: "sha512-+R/cu1jJ/RrydyUhKhXI1QczU3TRLLLHAQyYHi1vXFAEF8lK4MxJiWgjIckiCegJ80aIB6icc6lSoLn1YY/OSA=="
notificationsScripts:
- file: "/js/notifications/dictionary.js"
integrity: "sha512-tOZZsofKwRGHAcQVGMed077Q0y4hnPvTv0Nw8L9VYWKlQgWcQZznMXZTTNID39Q0+Dumx+kHl7PlP7K+cGn6nQ=="
- file: "/js/notifications/i18n.js"
integrity: "sha512-eNnuCLQ8noOgoy620xyZxApQlMLSJZze6Qe/h/uKQIynxfvYfmL29FimkcLho1i7AGeG+tkh0WM5pnBcIn82Hg=="
- file: "/js/notifications/main.js"
integrity: "sha512-SAID9CBhh48e0EabUHvgvRrh2FiCmBh5Xb+fX2sv5P9IhYvRC73fYNHWg6usTYMyEOvJ6uEuP9y7nTQIgr0f7w=="
menuScripts:
- file: "/js/menu.js"
integrity: "sha512-XF6O1Z7tmFdMKJug1taoTIEN5erd8st9wgg3kujj3zIB9ErdmlzR499Eup9AKwDXeI2O6BnABt/6fWqvmzkOJw=="
socialIcons:
- name: "github"
url: "https://github.com/sponsors/Airscripts"
- name: "KoFi"
url: "https://ko-fi.com/airscript"
- name: "RSS"
url: "https://blog.airscript.it/index.xml"
editPost:
appendFilePath: false
text: "Suggest Changes"
url: "https://github.com/Airscripts/blog/tree/main/content"
customScripts: []
outputs:
home:
- "HTML"
- "RSS"
- "JSON"