-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
101 lines (85 loc) · 2.41 KB
/
config.toml
File metadata and controls
101 lines (85 loc) · 2.41 KB
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
baseURL = "https://hsmint.github.io/"
languageCode = "en-us"
title = "HSMINT's BLOG"
theme = "liva-hugo"
enableEmoji = false
paginate = 6
disqusShortname = "hsmints-blog"
googleAnalitycsID = "UA-171554028-1"
[markup.goldmark.renderer]
unsafe = true
[outputs]
home = ["HTML", "RSS", "JSON"]
############################# Plugins ##############################
[params.plugins]
# CSS Plugins
[[params.plugins.css]]
URL = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
URL = "plugins/slick/slick.css"
[[params.plugins.css]]
URL = "plugins/themify-icons/themify-icons.css"
[[params.plugins.css]]
URL = "plugins/venobox/venobox.css"
[[params.plugins.css]]
URL = "//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.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/slick/slick.min.js"
[[params.plugins.js]]
URL = "plugins/venobox/venobox.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 ###############################
[menu]
# main menu
[[menu.main]]
name = "About"
URL = "about"
weight = 1
[[menu.main]]
name = "Post"
URL = "blog"
weight = 2
# footer menu
[[menu.footer]]
name = "About"
URL = "about"
weight = 1
[[menu.footer]]
name = "Post"
URL = "blog"
weight = 2
#################### default parameters ################################
[params]
logo = "images/hsmint.png"
home = "Home"
author = "HSMINT"
description = "A Blog of Hsmint"
#################### Copy Rights ################################
# copyright
copyright = "| copyright © 2020 [Themefisher](https://themefisher.com) All Rights Reserved |"
# Preloader
[params.preloader]
enable = true
preloader = "" # use .png , .svg or .gif format
# search
[params.search]
enable = true
############################# social site ########################
[[params.social]]
title = "facebook"
icon = "ti-facebook" # themify icon : https://themify.me/themify-icons
link = "https://wwww.facebook.com/hsmint"
[[params.social]]
title = "github"
icon = "ti-github" # themify icon : https://themify.me/themify-icons
link = "https://www.github.com/hsmint"