-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
49 lines (44 loc) · 1.13 KB
/
config.toml
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
baseURL = "https://jaydenm.com/"
languageCode = "en-au"
title = "Jayden Meyer"
theme = "jaydenm"
enableEmoji = true
enableRobotsTXT = true
pygmentsCodefences = true
pygmentsStyle = "monokai"
pluralizeListTitles = false
[params]
avatar = "profile.jpg"
author = "Jayden Meyer"
description = "This is the site of Jayden Meyer, a Software Developer. I talk about programming, hardware and other projects I've worked on"
home_image = "img/home.png"
gtmID = "GTM-T522HDD"
[params.social]
Github = "drjaydenm"
Stackoverflow = "2603735"
Youtube = "drjaydenm"
Linkedin = "jayden-meyer-95227247"
[[menu.main]]
name = "Blog"
identifier = "blog"
weight = 100
url = "/blog/"
[[menu.main]]
name = "Projects"
identifier = "projects"
weight = 200
url = "/projects/"
[module]
[[module.mounts]]
source = 'assets'
target = 'assets'
[[module.mounts]]
source = 'node_modules/@builder.io/partytown/lib/partytown.js'
target = 'assets/js/partytown.js'
[[module.mounts]]
source = 'static'
target = 'static'
[[module.mounts]]
source = 'node_modules/@builder.io/partytown/lib'
target = 'static/~partytown'
excludeFiles = 'debug'