82 lines
2.6 KiB
TOML
82 lines
2.6 KiB
TOML
baseurl = ""
|
|
languageCode = "en-us"
|
|
title = "For Sale: 4005 Rock Way, Central Point, OR"
|
|
canonifyUrls = "true"
|
|
staticDir ="assets"
|
|
publishDir = "dist"
|
|
|
|
[params]
|
|
custom_css = ["css/custom.css"] # can add other files in array and file in assets/css/
|
|
font = "Acme" # a valid google font name, default Roboto, sets for entire site, can be specifically overridden
|
|
|
|
[params.navbar]
|
|
logo_text = "For Sale By Owner: 4005 Rock Way" # default is to use the page title
|
|
logo_text_short = "For Sale By Owner" # helps to fit on small screens without wrapping
|
|
# logo_text_size="1" # unit is em, 2em is default for small
|
|
# font = "Ranga"
|
|
# 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 = "honeydew"
|
|
bg_color = "olivedrab"
|
|
|
|
[params.hero]
|
|
img = "../images/4005front.jpg" # default is images/hero.jpg, must provide the full path or url
|
|
# img_medium = "intro-medium.jpg" # min 1024
|
|
# img_small "intro-small.jpg"
|
|
# font = "Acme" # a valid google font name, default Roboto for all hero text
|
|
color = "honeydew"
|
|
# color = "green"
|
|
# bg_color = "red"
|
|
text_outline = "black"
|
|
text_shadow = "black"
|
|
# headlines_font = "Gloria Hallelujah" # a valid google font name, defaults to intro font
|
|
headline = "For Sale"
|
|
headline_color = "red"
|
|
# headline_size = "10"
|
|
subheadline = "4005 Rock Way"
|
|
# subheadline_color = "pink"
|
|
# subheadline_size = "1"
|
|
subsubheadline = "Central Point, OR"
|
|
# subsubheadline_color = "brown"
|
|
# subsubheadline_size = "1"
|
|
lines = ["A Rambler Style House","Close to Schools"]
|
|
# lines_color = "purple"
|
|
# lines_size = "1.5"
|
|
divider = true
|
|
divider_color = "seagreen"
|
|
# divider_thickness = "3"
|
|
|
|
[params.sections]
|
|
#font = "Acme"
|
|
# bullet_icon = "\uF069" # the font awesome 4 digit unicode number, CAPS for letters, preface with \u
|
|
# headline_font = "Lato"
|
|
# headline_size = "3"
|
|
[params.sections.odd]
|
|
color = "#363636"
|
|
bg_color = "honeydew"
|
|
[params.sections.even]
|
|
color = "white"
|
|
bg_color = "darkolivegreen"
|
|
[params.sections.footer]
|
|
# color = "white"
|
|
# bg_color = "olive"
|
|
|
|
# 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.social]]
|
|
title = "email"
|
|
icon = "envelope-o"
|
|
url = "mailto:4005@kebler.net"
|