-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
62 lines (59 loc) · 2.81 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
baseURL = 'https://mandarnaik016.github.io/'
languageCode = 'en-us'
title = 'Mandar Naik'
theme = 'lynx'
[params.author]
name = "Mandar Naik"
headline = "A Person Who Loves Simplicity In Things!"
image = "img/mandarnaik.png" # path relative to static directory
links = [
{blog = {href="https://mandarnaik016.github.io/blog/", text="Blog"}},
{file = { href = "resume_mandar_naik.pdf", text = "Resume" }},
{ email = "mailto:[email protected]" },
# { link = "https://link-to-some-website.com/" },
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
# { apple = "https://www.apple.com" },
# { bandcamp = "https://username.bandcamp.com" },
# { bluesky = "https://bsky.app/profile/username" },
# { codepen = "https://codepen.io/username" },
# { dev = "https://dev.to/username" },
# { discord = "https://discord.gg/invitecode" },
# { dribbble = "https://dribbble.com/username" },
# { facebook = "https://facebook.com/username" },
# { flickr = "https://www.flickr.com/photos/username/" },
# { foursquare = "https://foursquare.com/username" },
{ github = "https://github.com/mandarnaik016" },
# { gitlab = "https://gitlab.com/username" },
# { google = "https://www.google.com/" },
{ instagram = "https://www.instagram.com/_mandar_naik_" },
# { keybase = "https://keybase.io/username" },
# { kickstarter = "https://www.kickstarter.com/profile/username" },
# { lastfm = "https://last.fm/user/username" },
{ linkedin = "https://linkedin.com/in/mandarnaik016" },
# { mastodon = "https://mastodon.instance/@username" },
# { medium = "https://medium.com/username" },
# { microsoft = "https://www.microsoft.com/" },
# { patreon = "https://www.patreon.com/username" },
# { pinterest = "https://pinterest.com/username" },
# { reddit = "https://reddit.com/user/username" },
# { slack = "https://workspace.url/team/userid" },
# { snapchat = "https://snapchat.com/add/username" },
# { soundcloud = "https://soundcloud.com/username" },
# { spotify = "https://spotify.com/user/username" },
# { stack-exchange = "https://stackexchange.com/users/userid/username" },
# { stack-overflow = "https://stackoverflow.com/users/userid/username" },
# { steam = "https://steamcommunity.com/profiles/userid" },
# { telegram = "https://t.me/username" },
# { threads = "https://threads.com/username" },
# { tiktok = "https://tiktok.com/@username" },
# { tumblr = "https://username.tumblr.com" },
# { twitch = "https://twitch.tv/username" },
# { twitter = "https://twitter.com/username" },
# { whatsapp = "https://wa.me/phone-number" },
{ x = "https://x.com/_md_naik" },
{ youtube = "https://www.youtube.com/@thenaikpost" },
]
[sitemap]
changeFreq = ''
filename = 'unnecessary.xml'
priority = -1