-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
68 lines (53 loc) · 1.18 KB
/
hugo.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
baseURL = 'https://ssheersh.github.io'
languageCode = 'en-us'
title = 'Samyak Sheersh'
theme = 'hugo-coder'
resourceDir = '../reosources'
[params]
author = "Samyak Sheersh"
description = "Portfolio Website"
keywords = "protfolio, personal, blog"
avtarURL = "images/MLT.svg"
colorScheme = "dark"
math = true
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
[[params.social]]
name = "Github"
icon = "fa fa-2x fa-github"
weight = 1
url = "https://github.com/ssheersh"
[[params.social]]
name = "Twitter"
icon = "fa fa-2x fa-twitter"
weight = 2
url = "https://twitter.com/SamyakSheersh"
[[params.social]]
name = "LinkedIn"
icon = "fa fa-2x fa-linkedin"
weight = 3
url = "https://www.linkedin.com/in/samyak-sheersh-8bb852192/"
[[params.social]]
name = "mail"
icon = "fa fa-2x fa-envelope"
weight = 4
url = "mailto:[email protected]"
[[params.social]]
name = "Instagram"
icon = "fa fa-2x fa-instagram"
weight = 5
url = "https://www.instagram.com/thesmartestnoob"
[[languages.en.menu.main]]
name = "About"
weight = 1
url = "about/"
[[languages.en.menu.main]]
name = "Posts"
weight = 2
url = "posts/"
[[languages.en.menu.main]]
name = "Contact"
weight = 3
url = "contact/"