-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
42 lines (37 loc) · 824 Bytes
/
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
baseURL = 'https://alexbhasin.ca'
languageCode = 'en-us'
title = 'Alexander Bhasin'
disableKinds = ["taxonomy", "term"]
[menu]
[[menu.main]]
identifier = 'home'
name = 'home'
title = 'Alexander Bhasin | home'
url = '/'
weight = 10
[[menu.main]]
identifier = 'posts'
name = 'posts'
title = 'Alexander Bhasin | posts'
url = '/posts/'
weight = 20
[[menu.main]]
identifier = 'resume'
name = 'resume'
title = 'Alexander Bhasin | resume'
url = '/assets/resume.pdf'
weight = 30
[[menu.socials]]
name = 'github'
url = 'https://github.com/alexbhas'
weight = 10
[[menu.socials]]
name = 'linkedin'
url = 'https://www.linkedin.com/in/alexbhas/'
weight = 20
[params]
description = 'Software Developer'
images = ['favicon.png']
title = 'Alexander Bhasin'
[outputs]
home = ['html']