-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
143 lines (123 loc) · 4.18 KB
/
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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
# For a description of these parameters, please visit the theme wiki.
# https://github.com/pacollins/hugo-future-imperfect-slim/wiki/config.toml
baseurl = "https://psj.codes/"
DefaultContentLanguage = "en"
title = "Pratik Jagrut"
theme = "hugo-future-imperfect-slim"
paginate = 10
disqusShortname = "pratikjagrut-dev"
googleAnalytics = "UA-189051592-1"
pluralizeListTitles = false
disableLanguages = []
[markup.goldmark.renderer]
unsafe = true
[outputs]
home = ["html", "json", "rss"]
[params]
enableCDN = false
cssFiles = ["default"]
jsFiles = ["default"]
highlightjs = true
highlightjsTheme = "github"
highlightjsLang = []
viewMorePostsLink = "/blog/"
readingTime = true
imageStretch = ""
removeBlur = false
socialShare = ["twitter", "facebook", "reddit", "linkedin", "pinterest", "email"]
hideEmptyStats = false
[params.meta]
description = "Blog"
author = "Pratik Jagrut"
favicon = false
svg = true
faviconVersion = "1"
msColor = "#ffffff"
iOSColor = "#ffffff"
[params.header]
navbarTitle = "Pratik Jagrut"
dynamicTitles = true
searchMenu = true
shareMenu = true
languageMenu = false
[params.intro]
header = "Pratik Jagrut"
paragraph = "Engineer | Avid Linux lover | Opensource Enthusiast | Coder | Blogger | Tech speaker | Geek | Traveler | Frolicsome"
rssIntro = false
socialIntro = true
hideWhenSingleColumn = false
alwaysOnHomepage = false
[params.intro.pic]
src = "img/main/dp.jpg"
shape = "square"
width = ""
alt = "Desktop Picture"
[params.sidebar]
# about = "This is a portfolio and blog site."
postAmount = 5
categories = true
categoriesByCount = true
[params.footer]
rssFooter = false
socialFooter = true
# [params.staticman]
# enabled = true
# api = "" # No Trailing Slash
# gitProvider = ""
# username = ""
# repo = ""
# branch = ""
# [params.staticman.recaptcha]
# siteKey = ""
# encryptedKey = ""
[menu]
[[menu.main]]
name = "Home"
identifier = "home"
url = "/"
pre = "<i class='fa fa-home'></i>"
weight = 1
[[menu.main]]
name = "About"
identifier = "about"
url = "/about/"
pre = "<i class='far fa-id-card'></i>"
weight = 2
[[menu.main]]
name = "Blog"
identifier = "blog"
url = "/blog/"
pre = "<i class='far fa-newspaper'></i>"
weight = 3
[[menu.main]]
name = "Categories"
identifier = "categories"
url = "/categories/"
pre = "<i class='fas fa-sitemap'></i>"
weight = 5
[[menu.main]]
name = "Tags"
identifier = "tags"
url = "/tags/"
pre = "<i class='fas fa-sitemap'></i>"
weight = 6
# [[menu.main]]
# name = "Resume"
# identifier = "resume"
# url = "/resume/"
# pre = "<i class='far fa-id-card'></i>"
# weight = 7
[social]
# Coding Communities
github = "pratikjagrut"
# Publishing Communities
medium = ""
# Professional/Business Oriented Communities
linkedin = "pratikjagrut"
# Social Networks
twitter = "pratikjagrut"
facebook = "jagrutpratik"
# Email
email = "[email protected]"
[blackfriday]
hrefTargetBlank = true