-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yml
120 lines (107 loc) · 2.68 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
baseURL: "https://nullderef.com"
title: NullDeref
languageCode: en-us
theme: "PaperMod"
copyright: "See this site's source code [on GitHub](https://github.com/marioortizmanero/nullderef.com), licensed under GPLv3"
enableInlineShortcodes: true
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: true
pygmentsUseClasses: true
googleAnalytics: G-MVVGNX70LX
paginate: 50
languages:
en:
languageName: "English"
weight: 1
menu:
main:
- name: About
url: about/
weight: 1
- name: Series
url: series/
weight: 2
- name: Search
url: search/
weight: 3
- name: Let's chat!
url: "https://calendar.app.google/L45TFdjwgqJZemxo7"
weight: 4
params:
subtitle: "Yet Another Programming Blog"
params:
# to enable google analytics, opengraph, twitter-cards and schema.
env: production
description: "Mario Ortiz Manero's personal blog with his life learnings."
author: Mario Ortiz Manero
keywords: ["tech", "programming", "entrepeneurship", "rust", "rustlang", "open source", "blog"]
images: ["/logo-banner.png"]
# light/dark/auto
defaultTheme: auto
# disableThemeToggle: true
ShowCodeCopyButtons: true
ShowFullTextInRSS: true
ShowShareButtons: true
# ShowReadingTime: true
# disableSpecial1stPost: true
displayFullLangName: true
ShowPostNavLinks: true
# ShowBreadCrumbs: true
ShowToc: true
comments: true
homeInfoParams:
SubscribeUrl: /subscribe
socialIcons:
- name: GitHub
url: "https://github.com/marioortizmanero/"
- name: LinkedIn
url: "https://www.linkedin.com/in/marioortizmanero/"
# Personal means it will be included in the 'About' page
personal: true
- name: X
url: "https://x.com/null_deref"
personal: true
- name: Mastodon
url: "https://mstdn.social/@nullderef"
personal: true
- name: RSS
url: "https://nullderef.com/index.xml"
markup:
goldmark:
extensions:
passthrough:
delimiters:
block:
- - \[
- \]
inline:
- - $
- $
enable: true
renderer:
unsafe: true
params:
math: true
highlight:
# Required to enable syntax highlighting
noClasses: false
minify:
disableXML: true
assets:
favicon: "/favicon.ico"
favicon16x16: "/favicon-16x16.png"
favicon32x32: "/favicon-32x32.png"
apple_touch_icon: "/apple-touch-icon.png"
safari_pinned_tab: "/safari-pinned-tab.svg"
outputs:
home:
- HTML
- RSS
# necessary for the search
- JSON
taxonomies:
tag: tags
series: series