-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
executable file
·56 lines (49 loc) · 1.75 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
# This file is for render site variables and plugins
# don't remove this file.
# The presence of this file is for compatibility with Blogdown and Forestry.
#
# The actual configuration files are stored in the `config/_default/` folder.
enableRobotsTXT = true
######################### site variables ##############################
# customize your color and font from here.
[params.variables]
white = "#fff"
black = "#000"
greenOne = "#99b998"
greenTwo = "#38d430"
greenThree = "#849a84"
salmon = "#fdcea9"
redOne = "#f4837d"
redTwo = "#ea495f"
carbon = "#29363b"
grey = "#808080"
darkGrey = "#46494c"
ultraDarkGrey = "#24272b"
# 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_primary = "Oswald:wght@200;300;400;500;600;700"
font_primary_type = "sans-serif" # [serif/sans-serif]
font_secondary = ""
font_secondary_type = "" # [serif/sans-serif]
font_icon = "Font Awesome 6 Free" # https://fontawesome.com/v6.0/icons/
############################# Plugins ##############################
# CSS Plugins
[[params.plugins.css]]
link = "plugins/font-awesome/v6/regular.css"
[[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/webfont/webfont-loader-2.js"
[[params.plugins.js]]
link = "js/cookies.js"
[[params.plugins.js]]
link = "js/navigation.js"
[[params.plugins.js]]
link = "js/scrollMouseInfo.js"
[[params.plugins.js]]
link = "js/smoothScroll.js"