-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
39 lines (34 loc) · 768 Bytes
/
config.toml
File metadata and controls
39 lines (34 loc) · 768 Bytes
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
baseURL = 'https://eamonncottrell.com/'
languageCode = 'en-us'
title = 'Eamonn Cottrell'
theme = 'eamonn'
enableEmoji = true
[params]
subtitle = "I make tech videos and tutorials. Try my free newsletter 👇"
description = "Eamonn is a COO and YouTuber based in the southeastern United States."
metaimage = "/images/twittercard.jpg"
gtag = "G-YML43Q3HZ7"
images = ["/images/twittercard.jpg"]
[permalinks]
'posts' = '/:slug/'
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = -1
[[menu.main]]
name = "About"
url = "/about"
weight = 1
[[menu.main]]
name = "Posts"
url = "/posts"
weight = 2
[[menu.main]]
name = "Projects"
url = "/projects"
weight = 3
[[menu.main]]
name = "Podcasts"
url = "/podcasts"
weight = 4