-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
executable file
·64 lines (44 loc) · 1.51 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
63
64
#########################
# DON'T REMOVE THIS FILE.
#########################
# This file is for render site varibles and plugins
# The actual configuration files are stored in the `config/_default/` folder.
######################### site variables ##############################
[params.variables]
color_primary = "#710793"
text_color = "#555"
text_dark = "#222"
text_light = "#999"
body_color = "#fff"
border_color = "#E2E2E2"
black = "#000"
white = "#fff"
light = "#FBFBFB"
# go to https://fonts.google.com/ to find the font you want to use.
# select your font and copy only the bold part from the URL. and paste it here.
# example: "Work+Sans:wght@400;500;600"
font_icon = "Font Awesome 6 Free" # https://fontawesome.com/v6/icons
font_primary = "Poppins:wght@300;400;500;600;700;800"
font_primary_type = "sans-serif"
font_secondary = "Roboto:wght@300;400;500;600;700;800"
font_secondary_type = "sans-serif"
# font variable
# base font size for full website,
font_size = "16px" # default is 16px
############################# Plugins ##############################
# CSS Plugins
[[params.plugins.css]]
link = "plugins/font-awesome/v6/brands.css"
[[params.plugins.css]]
link = "plugins/font-awesome/v6/solid.css"
[[params.plugins.css]]
link = "plugins/font-awesome/v6/icons.css"
# JS Plugins
[[params.plugins.js]]
link = "plugins/glightbox.js"
[[params.plugins.js]]
link = "plugins/webfont/webfont-loader-2.js"
[[params.plugins.js]]
link = "plugins/masonry/masonry.min.js"
[[params.plugins.js]]
link = "plugins/cookie.js"