This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
102 lines (78 loc) · 2.44 KB
/
config.yaml
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
module:
hugoVersion:
extended: true
min: "0.82" #keep increasing as hugo is upgraded locally
imports:
- path: github.com/twbs/icons
ignoreConfig: true
mounts:
- source: icons
target: assets/icons/bootstrap
- path: github.com/FortAwesome/Font-Awesome
mounts:
- source: svgs
target: assets/icons/awesome
- path: github.com/feathericons/feather
mounts:
- source: icons
target: assets/icons/feather
- path: github.com/simple-icons/simple-icons
mounts:
- source: icons
target: assets/icons/simple
imaging: #HUGO mage processing config
quality: 90 # default 75
bgColor: "#fff" # transparency will be maintained but will fall back to this colour for JPEG.
params:
#####################
# c-contact-details #
#####################
# contactPhoneURL: "#"
# contactPhoneText: "DEFAULT"
# contactPhoneMobileURL: "#"
# contactPhoneMobileText: "DEFAULT"
# contactEmailURL: "#"
# contactEmailText: "DEFAULT"
# contactAddressURL: "#"
# contactAddressText1: "DEFAULT"
# contactAddressText2: ""
# contactAddressText3: ""
# contactHelpURL: "#"
# contactHelpText: "DEFAULT"
# contactFacebookURL: "#"
# contactFacebookText: "DEFAULT"
# contactHoursEnabled: true
# hoursRange:
# - day: "Mon"
# open: "10am"
# close: "7pm"
# - day: "Tue"
# open: "10am"
# close: "7pm"
#solid icons
contactEmailIcon: "icons/bootstrap/envelope.svg"
contactPhoneMobileIcon: "icons/bootstrap/phone.svg"
contactPhoneIcon: "icons/bootstrap/telephone.svg"
contactAddressIcon: "icons/bootstrap/geo-alt.svg"
contactHelpIcon: "icons/bootstrap/exclamation-triangle.svg"
contactFacebookIcon: "icons/awesome/brands/facebook-f.svg"
contactHoursIcon: "icons/bootstrap/clock.svg"
##########################
# MOBILE FOOTER #
##########################
footerPhoneURL: "#"
footerPhoneText: "DEFAULT"
footerPhoneIcon: "icons/bootstrap/telephone.svg"
#####################
# c-social-links #
#####################
# socialTwitterURL:
# socialFacebookURL:
# socialLinkedInURL:
# socialInstagramURL:
# socialGoogleBizURL:
socialTwitterIcon: "icons/simple/twitter.svg"
socialFacebookIcon: "icons/awesome/brands/facebook-f.svg"
socialsocialLinkedInIcon: "icons/simple/linkedin.svg"
socialInstagramIcon: "icons/simple/instagram.svg"
socialGoogleBizIcon: "icons/simple/google.svg"