-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
74 lines (61 loc) · 1.54 KB
/
config.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
baseurl: "https://blog.devutkarsh.com"
languageCode: "en-us"
title: "Dev Utkarsh"
theme: "hugo-tania"
paginate: 3
googleAnalytics: "G-NMJNTL3ZZN"
permalinks:
post: "/:title"
disqusShortname: not-available
params:
# Emoji will show before the blog title on site navbar.
titleEmoji:
# Logo will show before the blog title on site navbar.
titleLogo: #favicon.ico
# Enable float footnotes.
# Default to true
enableFootnotes: true
siteName: "Dev Utkarsh Blog"
siteDesc: "Verbose out on Tech, Travel, and Music."
author: "Dev Utkarsh"
# Limit how many categories filter show above search input.
# Default to 5
maxCategoryToShow: 10
# Show your socail information with icon on index bio with `_index.md` content.
socialOptions:
dev-to:
email:
facebook: https://facebook.com/devutkarsh
github: https://github.com/devutkarsh
instagram: https://instagram.com/dev.utkarsh
linkedin: https://linkedin.com/in/devutkarsh
medium:
stack-overflow: https://stackoverflow.com/users/1489638/dev-utkarsh
steam:
telegram:
twitter: https://twitter.com/devutkarsh
twitch:
whatsapp:
youtube: https://youtube.com/devutkarsh
# Comments settings
comments:
enabled: false
provider: disqus
menu:
header:
- name: Music
url: https://devutkarsh.com
- name: Articles
url: "/articles/"
footer:
- name: © 2021
url:
markup:
highlight:
noClasses: false
lineNos: true
goldmark:
renderer:
unsafe: true
outputs:
home: ["HTML", "RSS", "JSON"]