Compare commits

...

3 commits

Author SHA1 Message Date
0a5cb6f9b2 clean-up 2021-04-26 22:50:33 -04:00
2766f03a4c fixed misspelling 2019-02-08 15:30:13 -05:00
2e0524048a inital commit 2019-02-08 15:29:07 -05:00
7 changed files with 65 additions and 13 deletions

11
.gitignore vendored
View file

@ -1,10 +1 @@
# ---> Hugo
# Generated files by hugo
/public/
/resources/_gen/
# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux
public/

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "themes/greyscale"]
path = themes/greyscale
url = https://github.com/runningstream/hugograyscale.git

View file

@ -1,3 +0,0 @@
# MilhousFamily.com
Static landing Page Site

6
archetypes/default.md Normal file
View file

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

6
config.toml Normal file
View file

@ -0,0 +1,6 @@
baseURL = "https://milhousfamily.com/"
languageCode = "en-us"
title = "Milhous Family"
theme = "greyscale"
[Params]
description = "A Web home for the members of the Milhous Family"

48
content/_index.md Normal file
View file

@ -0,0 +1,48 @@
---
# The Hugo Grayscale theme is a one page theme designed to be the front page to your site. Its content is populated via the front-matter in content/_index.md. The page consists of, in order:
# * a navbar at top linking to the other sections, and other arbitrary links
# * an intro section presenting a header title and into text with background image
# * an about section presenting a header and text with black background
# * a download section presenting header and text with background image
# * a contact section presenting header and text with black background
#
# The section names show up as the links in the navbar, so you may wish to rename them if, for example, you're not using it for the purpose suggested by the default section name.
#
# The background images are selected by filename - the intro section image must be named "intro-bg.jpg" and placed in the "static/img/" directory for your site. Similarly, the downloads section image must be named "downloads-bg.jpg" and placed in the "static/img/" directory for your site. See the default images in the theme's static directory for file size reference.
title: "Milhous Family"
date: 2018-09-09T00:00:00-00:00
copyright: "All Rights Reserved"
#mapsapikey: xxx
#socialhandles:
# twitter: "stream_running"
# github: "runningstream"
# googplus: "goog_addr_here"
menu:
-
url: "http://social.milhousfamily.com/users/sign_in"
name: "Social"
-
url: "http://lists.milhousfamily.com/"
name: "Mailing Lists"
intro:
header: "Milhous Family"
text: "A home on the web for members of the Milhous Family."
about:
header: "William Milhous Jr. and Martha Vickers"
text: "<p> This site and all its associated sites are for the descendents of Willam Milhous Jr. and Martha Vickers, along with their families.</p>"
# text: '<p>Grayscale is a free Hugo theme, originally created for Bootstrap by Start Bootstrap. It can be yours right now, simply download the template from <a href="https://github.com/runningstream/hugograyscale/">the Github page</a>. The theme is open source, and you can use it for any purpose, personal or commercial.</p> <p>This theme was also adapted from a Jekyll version, brought to you by <a href="https://github.com/jeromelachaud">Jerome Lachaud</a></p> <p>This theme features stock photos by <a href="http://gratisography.com/">Gratisography</a> along with a custom Google Maps skin courtesy of <a href="http://snazzymaps.com/">Snazzy Maps</a>.</p> <p>Grayscale includes full HTML, CSS, and custom JavaScript files along with SASS and LESS files for easy customization!</p>'
#download:
# rename: "Links"
# header: "Download Grayscale"
# text: '<p>You can download Grayscale for free from the Github page.</p><a href="https://github.com/runningstream/hugograyscale/" class="btn btn-default btn-lg">Visit Download Page</a>'
#contact:
# header: "Contact Start Bootstrap"
# text: '<p>Feel free to leave us a comment on the <a href="https://github.com/runningstream/hugograyscale/">Grayscale template Github page</a> to give some feedback about this theme!</p>'
---

1
themes/greyscale Submodule

@ -0,0 +1 @@
Subproject commit 46b003ae0f90ed86a6c0baed51a1c2247cc1a9ee