-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
75 lines (71 loc) · 1.69 KB
/
config.yaml
File metadata and controls
75 lines (71 loc) · 1.69 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
baseURL: 'https://www.danieltperry.me/'
languageCode: 'en'
title: 'DanielTPerry.me'
theme: 'PaperMod'
params:
assets:
favicon: ico/favicon.ico
favicon16x16: ico/favicon-16x16.png
favicon32x32: ico/favicon-32x32.png
apple_touch_icon: ico/apple-touch-icon.png
storageBaseURL: 'https://storage.danieltperry.me/share/website-content'
profileMode:
enabled: true
title: "Daniel Tyler Perry"
#subtitle: "[Website is still a work in progress]"
buttons:
- name: Blog Posts
url: post/
- name: Projects
url: project/
- name: Tags
url: tags/
#homeInfoParams:
# Title: "Daniel Tyler Perry"
# Content: >
# Welcome to my personal site.
hideFooter: true
socialIcons:
- name: github
title: "GitHub - netruk44"
url: "https://github.com/netruk44"
#- name: cv
# title: "Resume"
# url: "resume_public.pdf"
- name: email
url: "mailto:contact@danieltperry.me"
#- name: mastodon
# title: "Mastodon - @netruk44@fosstodon.org"
# url: "https://fosstodon.org/@netruk44"
#- name: tiktok
# title: "TikTok - @netruk44_dev"
# url: "https://www.tiktok.com/@netruk44_dev"
- name: Rss
url: "index.xml"
menu:
main:
- name: Blog
weight: 1
url: 'post/'
- name: Projects
weight: 2
url: 'project/'
#- name: Old Site
# weight: 999
# url: 'https://old.danieltperry.me/'
markup:
goldmark:
renderer:
unsafe: true
extensions:
passthrough:
delimiters:
block:
- - \[
- \]
- - $$
- $$
inline:
- - \(
- \)
enable: true