setting up luctors website based off tfcs

This commit is contained in:
Chris Cochrun 2023-04-02 06:52:03 -05:00
parent a1aa4ca9bf
commit 773b3ed3e5
218 changed files with 266 additions and 641 deletions

View file

@ -1,6 +1,6 @@
baseURL: 'https://new.tfcconnection.org/'
baseURL: 'https://new.luctorcrc.org/'
languageCode: en-us
title: TFC Connection
title: LuctorCRC
theme: blowfish
DefaultContentLanguage: en
enableRobotsTXT: true
@ -24,10 +24,9 @@ sitemap:
priority: 0.5
params:
favicon: favicon-16x16.png
site_logo: img/logo.png
site_logo: img/logo.jpg
description: >-
Connecting teens with the truth of Jesus Christ… teaching and equipping them
to live out the Great Commission.
Luctor Christian Reformed Church is located in rural Prairie View, Kansas, in the midst of rolling pastureland and cultivated farmland.
hugoLeaflet:
css:
- href: "https://unpkg.com/leaflet@1.6.0/dist/leaflet.css"

View file

@ -5,17 +5,17 @@ isoCode = "en"
weight = 1
rtl = false
title = "TFC Connection"
description = "Connecting teens with the truth of Jesus Christ… teaching and equipping them to live out the Great Commission."
title = "LuctorCRC"
description = "Faithful Through the Ages"
# copyright = "Copy, _right?_ :thinking_face:"
dateFormat = "Jan 02, 06"
[author]
name = "TFC Connection"
name = "Luctor Christian Reformed Church"
image = "img/logo.png"
headline = "Teens For Christ Connection"
bio = "Connecting teens with the truth of Jesus Christ… teaching and equipping them to live out the Great Commission."
headline = "Established 1885"
bio = ""
links = [
# { email = "mailto:hello@your_domain.com" },
# { link = "https://link-to-some-website.com/" },
@ -26,14 +26,14 @@ dateFormat = "Jan 02, 06"
# { dev = "https://dev.to/username" },
# { discord = "https://discord.gg/invitecode" },
# { dribbble = "https://dribbble.com/username" },
{ facebook = "https://facebook.com/tfcconnection" },
# { flickr = "https://www.flickr.com/photos/username/" },
{ facebook = "https://facebook.com/luctorcrc" },
{ peertube = "https://sermons.luctorcrc.org/" },
# { foursquare = "https://foursquare.com/username" },
# { github = "https://github.com/username" },
# { gitlab = "https://gitlab.com/username" },
# { google = "https://www.google.com/" },
# { hashnode = "https://username.hashnode.dev" },
{ instagram = "https://instagram.com/tfcconnection" },
# { instagram = "https://instagram.com/tfcconnection" },
# { keybase = "https://keybase.io/username" },
# { kickstarter = "https://www.kickstarter.com/profile/username" },
# { lastfm = "https://lastfm.com/user/username" },

View file

@ -16,29 +16,24 @@
weight = 10
[[main]]
name = "Ministries"
pageRef = "ministries"
name = "Staff"
pageRef = "staff"
weight = 20
[[main]]
name = "Groups"
pageRef = "groups"
name = "Bulletins"
pageRef = "bulletins"
weight = 30
[[main]]
name = "Staff"
pageRef = "staff"
name = "Sermons"
url = "https://sermons.luctorcrc.org/"
weight = 40
[[main]]
name = "Donate"
pageRef = "donate"
weight = 50
[[main]]
name = "Contact"
pageRef = "contact"
weight = 60
weight = 50
# -- Footer Menu --
# The footer menu is displayed at the bottom of the page, just before
@ -53,11 +48,11 @@
[[footer]]
pre = "facebook"
name = "Facebook"
url = "https://facebook.com/tfcconnection"
url = "https://facebook.com/luctorcrc"
weight = 20
[[footer]]
pre = "instagram"
name = "Instagram"
url = "https://instagram.com/tfcconnection"
pre = "sermons"
name = "Sermons"
url = "https://sermons.luctorcrc.org/"
weight = 30

View file

@ -1,17 +1,18 @@
colorScheme: blowfish
defaultAppearance: dark
colorScheme: fire
defaultAppearance: light
autoSwitchAppearance: false
enableSearch: true
logo: logo.png
logo: logo.jpg
author:
name: TFC Connection
name: LuctorCRC
links:
- facebook: 'https://facebook.com/tfcconnection'
- instagram: 'https://instagram.com/tfcconnection'
- facebook: 'https://facebook.com/luctorcrc'
- peertube: 'https://sermons.luctorcrc.org'
header:
layout: basic
homepage:
layout: page
layout: background
homepageImage: luctor.jpg
showRecent: false
showRecentItems: 5
showMoreLink: true
@ -51,5 +52,5 @@ footer:
showMenu: true
showCopyright: true
showThemeAttribution: true
showAppearanceSwitcher: false
showAppearanceSwitcher: true
showScrollToTop: true