-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.yml
77 lines (67 loc) · 1.45 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
pygmentsUseClasses: true
pygmentsCodefences: true
baseurl: "https://lust.dev/"
title: lust.dev
languageCode: en-us
copyright: "Joe Lust"
theme: ghostwriter
googleAnalytics: "G-W625CVG5Q9"
# TODO this is a dupe in Params
disqusShortname: lustforge
relativeURLs: true
ignoreLogs:
- warning-goldmark-raw-html
markup:
highlight:
codeFences: true
guessSyntax: false
hl_Lines: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: true
tabWidth: 2
privacy:
googleAnalytics:
anonymizeIP: true
respectDoNotTrack: true
useSessionStorage: false
taxonomies:
tag: tags
contentDir: content
params:
mainSections:
- post
intro: true
headline: lust.dev
description: "a cloud engineering blog"
github: "https://github.com/twistedpair"
# gitlab: "https://gitlab.com/XXX"
linkedin: "https://linkedin.com/in/josephlust"
bluesky: "https://bsky.app/profile/lust.dev"
stackoverflow: "https://stackoverflow.com/users/564157/joseph-lust"
opengraph: true
shareTwitter: true
rss: true
shareFacebook: true
shareLinkedIn: false
dateFormat: "2 Jan '06"
readingTime: true
readingTimeText: "⏰"
disqusShortName: "lustforge"
author:
name: "Joseph Lust"
profile: ""
permalinks:
post: "/:year/:month/:day/:filename/"
menu:
main:
- name: Blog
url: /
weight: 1
- name: Tags
url: /tags
weight: 2
- name: About J. Lust
url: /about
weight: 3