-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
112 lines (93 loc) · 3.1 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
############################ Default configuration #########################
baseURL = "https://www.vipuljha.com/blog"
languageCode = "en-us"
publishDir = "docs"
# site title
title = "Vipul Jha"
# theme
theme = "northendlab-hugo"
# post pagination
paginate = "5"
# post excerpt
summaryLength = "10"
# disqus short name
disqusShortname = "vipuljha-com" # get your shortname form here : https://disqus.com
[outputs]
home = ["HTML", "AMP", "RSS", "JSON"]
########################## Plugings ######################################
# css plugins
[[params.plugins.css]]
URL = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
URL = "plugins/themify-icons/themify-icons.css"
# js plugins
[[params.plugins.js]]
URL = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
URL = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
URL = "plugins/search/fuse.min.js"
[[params.plugins.js]]
URL = "plugins/search/mark.js"
[[params.plugins.js]]
URL = "plugins/search/search.js"
########################### Navigation ###################################
# main menu
[[menu.main]]
URL = "https://www.vipuljha.com"
name = "About"
weight = 2
# footer menu
######################### Default Parameters ###########################
[params]
# home
home = "Home"
# logo
logo = "images/logo.svg"
# meta data
author = "Vipul Jha"
description = "The personal blog of Vipul Jha, where he loves to write the stuff he knows."
# google analitycs ID
googleAnalitycsID = "UA-67305507-4"
# contact form action
contactFormAction = "#" # contact form works with : https://formspree.io
# copyright
copyright = "© 2019 [Vipul Jha](https://vipuljha.com) All Rights Reserved."
# preloader
[params.preloader]
enable = true
preloader = "" # use png, jpg, svg or gif format
# search
[params.search]
enable = true
####################### banner #######################################
[params.banner]
bgImage = "images/banner/banner-bg.svg"
title = "Hi, I'm Vipul Jha. <br> I am an Android Developer."
image = "images/banner/illustration.svg"
######################## call to action ###############################
[params.cta]
enable = true
image = "images/hugo-muscot.svg"
title = "Check my profile"
description = "Here you'll find all my details, projects, social links, skills, education and my resume ofcourse."
[params.cta.button]
enable = true
label = "Visit Here"
link = "https://www.vipuljha.com"
############################## Social Site ##########################
[[params.social]]
icon = "ti-facebook" # themify icon pack https://themify.me/themify-icons
link = "https://www.facebook.com/lordarcadius"
[[params.social]]
icon = "ti-twitter-alt" # themify icon pack https://themify.me/themify-icons
link = "https://www.twitter.com/lordarcadius"
[[params.social]]
icon = "ti-github" # themify icon pack https://themify.me/themify-icons
link = "https://github.com/lordarcadius"
[[params.social]]
icon = "ti-linkedin" # themify icon pack https://themify.me/themify-icons
link = "https://www.linkedin.com/in/lordarcadius/"
[[params.social]]
icon = "ti-instagram" # themify icon pack https://themify.me/themify-icons
link = "https://www.instagram.com/lordarcadius/"