removed content folder from master - create config.toml.sample
parent
3cc1fe51d2
commit
f5fbc56baf
|
@ -1,50 +1,47 @@
|
|||
baseurl = ""
|
||||
languageCode = "en-us"
|
||||
title = "For Sale: 4005 Rock Way, Central Point, OR"
|
||||
title = "Site Title - Used for navbar by default"
|
||||
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
|
||||
# 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 = "Will override site title" # default is to use the site title
|
||||
# logo_text_short = "See this on Phones" # 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"
|
||||
# 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"
|
||||
# img = "../images/myhero.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 = "honeydew"
|
||||
# color = "green"
|
||||
# color = "honeydew"
|
||||
# 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 = "Exclamation!"
|
||||
headline_color = "red"
|
||||
# headline_size = "10"
|
||||
subheadline = "4005 Rock Way"
|
||||
subheadline = "Landing Page"
|
||||
# subheadline_color = "pink"
|
||||
# subheadline_size = "1"
|
||||
subsubheadline = "Central Point, OR"
|
||||
subsubheadline = "Generated by Hugo"
|
||||
# subsubheadline_color = "brown"
|
||||
# subsubheadline_size = "1"
|
||||
lines = ["A Rambler Style House","Close to Schools"]
|
||||
lines = ["Customizable","Easily add your section content"]
|
||||
# lines_color = "purple"
|
||||
# lines_size = "1.5"
|
||||
divider = true
|
||||
divider_color = "seagreen"
|
||||
# divider_color = "seagreen"
|
||||
# divider_thickness = "3"
|
||||
|
||||
[params.sections]
|
||||
|
@ -53,11 +50,11 @@ font = "Acme" # a valid google font name, default Roboto, sets for entire site,
|
|||
# headline_font = "Lato"
|
||||
# headline_size = "3"
|
||||
[params.sections.odd]
|
||||
color = "#363636"
|
||||
bg_color = "honeydew"
|
||||
#color = "#363636"
|
||||
# bg_color = "honeydew"
|
||||
[params.sections.even]
|
||||
color = "white"
|
||||
bg_color = "darkolivegreen"
|
||||
#color = "white"
|
||||
#bg_color = "darkolivegreen"
|
||||
[params.sections.footer]
|
||||
# color = "white"
|
||||
# bg_color = "olive"
|
||||
|
@ -75,7 +72,8 @@ font = "Acme" # a valid google font name, default Roboto, sets for entire site,
|
|||
# hover_color ="purple"
|
||||
# hover_bg_color ="white"
|
||||
|
||||
# TODO enable via shortcode
|
||||
[[params.social]]
|
||||
title = "email"
|
||||
icon = "envelope-o"
|
||||
url = "mailto:4005@kebler.net"
|
||||
#title = "email"
|
||||
#icon = "envelope-o"
|
||||
#url = "mailto:4005@kebler.net"
|
|
@ -1,14 +0,0 @@
|
|||
+++
|
||||
weight = 1
|
||||
date = "2017-02-22"
|
||||
draft = false
|
||||
title = "About This House"
|
||||
link_text = "About"
|
||||
anchor="atext ut"
|
||||
|
||||
+++
|
||||
Built in 1977 in Central Point, Oregon this 1548 sq. ft. Rambler/Ranch Style House has 3 bedrooms, 2 baths, covered patio, and an attached 2-car garage. It would be perfect for two child family or a couple wanting a spare bedroom and an office. Since 2007 when we bought it the house has had numerous updates. It's had a three month primping and is move-in ready! It is located within easy walking distance to Central Point's high and middle schools as well as the Bear Creek Greenway, Jackson County Expo and a RVTD bus stop.
|
||||
|
||||
{{< embed google-map >}}
|
||||
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2946.84955578167!2d-122.92451728429863!3d42.38835127918494!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x54cf7c44f081d5df%3A0x72a99d35e8998a87!2s4005+Rock+Way%2C+Central+Point%2C+OR+97502!5e0!3m2!1sen!2sus!4v1488952358943" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
|
||||
{{< /embed >}}
|
|
@ -1,44 +0,0 @@
|
|||
+++
|
||||
date = "2015-07-18T14:53:21+02:00"
|
||||
draft = false
|
||||
title = "Details"
|
||||
link_text = "Details"
|
||||
weight = 4
|
||||
+++
|
||||
## Amenities
|
||||
|
||||
* Two mature trees in front yard provide summer shade
|
||||
* Additional off street parking
|
||||
* Fenced back yard for Bowser
|
||||
* Fenced side yard with 10ft wide gated street access
|
||||
* Covered 8 x 40 back patio with sliding door access from dinning room and master bedroom
|
||||
* 8' x 12' matching storage shed
|
||||
* Dog door
|
||||
* Great neighbors
|
||||
* One block to Bear Creek Greenway - Ride your bike to downtown or Food For Less.
|
||||
* All appliances included
|
||||
* One block to convenience store (and growler fills)
|
||||
* Middle school across the street with access to track and playing fields
|
||||
* One block to Crater Rock Museum
|
||||
* Ride your bike or take an easy, safe walk to downtown Central Point
|
||||
* Rays/Ace, Grange and Alberstons conveniently nearby in downtown Central Point.
|
||||
* Easy "backroads" drive to Jackson Forest Park, Denman, and Table Rock for walking/hiking
|
||||
|
||||
## House Updates Since 2007
|
||||
|
||||
* Architect designed and professionally installed landscaping (now 10 years mature) with automated sprinkler/irrigation
|
||||
* Hot Tub!
|
||||
* Complete kitchen remodel with tile back splash and custom maple cabinets
|
||||
* New [Heil](https://www.heil-hvac.com/en/us/) furnace and heat pump, plus all ducting replaced
|
||||
* R-38 Attic Insulation plus Solar Attic Fan
|
||||
* Solar tubes in kitchen, family, and living rooms
|
||||
* 50 gallon water heater
|
||||
* All windows, sliding doors replaced with vinyl ones using argon low-e glass
|
||||
* Entry door replaced featuring argon low-e window and built in shade.
|
||||
* All light fixtures replaced with LED bulbs
|
||||
* All vinyl flooring replaced with high quality [Mannington Adura](http://www.mannington.com/Residential/Adura/About-Adura) lock solid tiles.
|
||||
* Custom birch fireplace mantle and cabinets on north wall of family room
|
||||
* Raised beds garden with automated irrigation
|
||||
* Additional shelving and workbench in garage
|
||||
* Closet pantry/laundry
|
||||
* Bathroom updates
|
|
@ -1,7 +0,0 @@
|
|||
+++
|
||||
draft = false
|
||||
weight = 100
|
||||
+++
|
||||
<!-- {{% box footer %}}
|
||||
This is a footer
|
||||
{{% /box %}} -->
|
|
@ -1,14 +0,0 @@
|
|||
+++
|
||||
date = "2015-07-18T14:53:21+02:00"
|
||||
draft = false
|
||||
title = "Making an Offer"
|
||||
link_text = "Offers"
|
||||
weight = 6
|
||||
+++
|
||||
|
||||
* Done kicking the tires?
|
||||
* Ready to make an offer on our house?
|
||||
<br>
|
||||
* Simply click the button and fill in our offer form.
|
||||
|
||||
{{< jotform 70640438290151 "Make an Offer" "on 4005 Rock Way" >}}
|
|
@ -1,22 +0,0 @@
|
|||
+++
|
||||
date = "2015-07-18T14:53:21+02:00"
|
||||
draft = false
|
||||
title = "Open House"
|
||||
link_text = "OpenHouse"
|
||||
weight = 5
|
||||
+++
|
||||
# Tuesday and Thursday
|
||||
## March 28 and 30th
|
||||
## 4:30-7pm
|
||||
# Saturday and Sunday
|
||||
## April 1st and 2nd
|
||||
## 2-5:30pm
|
||||
|
||||
#### and the following weeks same days and times until an offer is accepted
|
||||
|
||||
###### any offers made prior to April 3rd will be considered at that time so no need to rush to make it to the first open house
|
||||
###### after April 2nd if you just can't make one of our open house times you will be able to contact us via email to set up an appointment
|
||||
|
||||
|
||||
|
||||
{{< jotform 70645504427152 "RSVP Please" >}}
|
|
@ -1,7 +0,0 @@
|
|||
+++
|
||||
draft = false
|
||||
title = "Photo Gallery"
|
||||
link_text = "Photos"
|
||||
weight = 2
|
||||
+++
|
||||
{{% 4005-gallery %}}
|
|
@ -1,9 +0,0 @@
|
|||
+++
|
||||
draft = false
|
||||
title = "Video Walk Through"
|
||||
weight = 3
|
||||
link_text = "Video"
|
||||
+++
|
||||
{{< embed youtube >}}
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/Fv2BF_V8cWM" frameborder="0" allowfullscreen></iframe>
|
||||
{{< /embed >}}
|
Loading…
Reference in New Issue