-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
132 lines (123 loc) · 4.98 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
## Double Hashtag indicates a comment
## Use a Single Proceeding hashtag to turn a setting "off" rather than deleting it
## Therefore never delete any line of this file
## [ ] indicates a setting section never turn those off
##
## set a baseurl before rendering for deloyment otherwise leave it turned off
#baseURL = "https://mysite.com/mylandingpage"
languageCode = "en-us"
title = "Landing Page User Guide" ## required used for tab title and navbar
canonifyUrls = "true" ## don't change this
staticDir ="assets" ## don't change this
publishDir = "dist" ## default is public/
layoutDir = "plugins" ## don't change this
theme = "landingpage-flex-hugo-theme" ## don't change this
# disqusShortname = ""
[params]
## Possible font setting choices throughout this config file must be a google font name
## see https://fonts.google.com/
## This applies to all font= settings in this file
font = "Open Sans" ## default Roboto, sets for entire site, can be specifically overridden below
custom_css = ["custom.css", "custom-responsive.css"] ## can add other files in array, make corresponding file in assets/css/
# custom_js = ["custom.js","custom-docready.js"] ## can add other files in array, make corresponding file in assets/css/
galleries = ["photos"] ## array of galleries names created
## You can store your images in an external place like an s3 bucket. default is within at assets/images => /images
# imagespath = "https://mybuckettld/afolder/" ## full url must end with /
lightbox = "lightgallery" ## must match a lightbox function that has been loaded currently only lightgallery available
# cache_timeout = 0 ## don't change this
#force_https=true # for deployment to hosts that use https but don't automatically force it - forces page to redirect to https except for localhost
[params.navbar]
# hidden = true
# logo_text = "Will override site title" ## default is to use the site Title above
logo_text_short = "Landing Page" ## helps to fit on small screens without wrapping
# logo_text_size="1" ## unit is em, 2em is default
# font = ""
## For List of html colors see either
## http://www.quackit.com/css/color/charts/css_color_names_chart.cfm
## https://www.colorcodehex.com/html-color-names.html
color = "ivory"
bg_color = "coral"
[params.hero]
# custom_hero = true ## All the hero settings below are ignored and hero is just a normal section if wanted
# img = "hero.jpg" # default is images/hero.jpg, must provide the full path or url
font = "Acme" # a valid google font name, default Roboto for all hero text
color = "ivory"
bg_color = ""
text_outline = "black"
# text_shadow = "black"
# headlines_font = "Gloria Hallelujah" # a valid google font name, defaults to intro font
## H1
headline = "Landing Page Generator"
headline_color = "firebrick"
headline_size = "3.5"
## H2
subheadline = "Users Guide"
subheadline_color = "pink"
subheadline_size = "3"
## H3
subsubheadline = "Hugo Powered!"
subsubheadline_color = "brown"
subsubheadline_size = "2"
## H4
lines = ["Customizable", "Add Your Sections", "Insert Your Content","Super Noob Friendly","Mobile Ready"]
# lines_color = "ivory"
lines_size = "1.5"
divider = true
# divider_color = "seagreen"
# divider_thickness = "3"
[params.sections]
#font = "Acme"
bullet_icon = "\uF069" # font awesome unicode value
# headline_font = "Lato"
# headline_size = "3"
[params.sections.odd]
bg_color = "bisque"
color = "firebrick"
[params.sections.even]
color = "bisque"
bg_color = "firebrick"
[params.sections.footer]
# color = "ivory"
# bg_color = "darksalmon"
[params.sections.comments]
color = "black"
bg_color = "ivory"
[params.modal]
#font = "Acme"
color = "ivory"
bg_color = "coral"
#text_size = "1.5"
# headline_size = "2"
# these will overide the default which is even section button scheme comes from odd section scheme and vice versa
# default hover is simply
[params.buttons.even]
# color = "blue"
# bg_color = "red"
# hover_color ="white"
# hover_bg_color ="purple"
[params.buttons.odd]
# color = "red"
# bg_color = "blue"
# hover_color ="purple"
# hover_bg_color ="white"
[params.contact]
name = "Mr. Richard Feynman"
email = "[email protected]"
address = "Pasadena CA"
cell = "xxx-xxx-xxxx"
# cell_image = "cell.jpg"
# phone = ""
# phone_image = ""
# avatar = ""
# TODO enable via shortcode
[[params.social]]
#title = "email"
#icon = "envelope-o"
#url = "mailto:[email protected]"
[params.youtube]
# maxwidth = "400" ## default maximum width for all youtubes default is 450
# wpad = "50" ## padding on both left and right when view width is < maxwidth default is 5
## on mobile devices autoplay is disabled so having a fast loading thumb image requires two clicks
## to start video. Disable this only if you have just one or two videos on your page
# disable_thumb = "yes" ## display video thumbs and not thumb image
# apikey = "" # TODO grab the title for thumb title display