-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
97 lines (79 loc) · 2.1 KB
/
hugo.yaml
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
baseURL: ""
languageCode: en-us
title: Vedabahu
theme: gokarna
enableRobotsTXT: true
enableEmoji: true
pygmentsStyle: github-dark
menu:
main:
- identifier: "home"
name: "Home"
url: "/"
pre: "<span data-feather='home'></span>"
post: ""
weight: 1
- identifier: about
name: About
url: "/about"
pre: "<span data-feather='info'></span>"
post: ""
weight: 2
- identifier: "posts"
name: "Posts"
url: "/posts/"
pre: "<span data-feather='bookmark'></span>"
post: ""
weight: 3
- identifier: "projects"
name: "Projects"
url: "/projects/"
pre: "<span data-feather='code'></span>"
post: ""
weight: 4
- identifier: "tags"
name: "Tags"
url: "/tags/"
pre: "<span data-feather='tag'></span>"
post: ""
weight: 5
- identifier: "github"
url: "https://github.com/Vedabahu/"
pre: "<span data-feather='github'></span>"
weight: 6
- identifier: "linkedin"
url: "https://www.linkedin.com/in/rutwik-s-670a772a8/"
pre: "<span data-feather='linkedin'></span>"
- identifier: "rss"
url: "/index.xml"
pre: "<span data-feather='rss'></span>"
params:
avatarURL: "https://avatars.githubusercontent.com/u/79869936"
description: "The Sky above the Sky"
accentColor: "#fc037f"
ShowBackToTopButton: true
metaKeywords: [vedabahu, blog, resume, hugo]
showPostsOnHomePage: "recent"
footer: "Vedabahu"
dateFormat: "Mon, 02 Jan 2006" # found at https://pkg.go.dev/time#pkg-constants
togglePreviousAndNextButtons: "true"
socialIcons:
- name: "linkedin"
url: "https://www.linkedin.com/in/rutwik-s-670a772a8/"
- name: "spotify"
url: "https://open.spotify.com/user/asuxtmcgi5pu4277693wv40zl?si=4770a7d207b64629"
- name: "email"
url: "mailto:[email protected]"
- name: "instagram"
url: "https://www.instagram.com/vedabahu/"
markup:
tableOfContents:
startLevel: 1
endLevel: 4
ordered: false
markup:
goldmark:
renderer:
hardWraps: false
unsafe: true
xhtml: false