Revert "setting up luctors website based off tfcs"
This reverts commit 773b3ed3e5
This commit is contained in:
parent
773b3ed3e5
commit
f442337fc1
218 changed files with 641 additions and 266 deletions
|
@ -1,6 +1,6 @@
|
|||
baseURL: 'https://new.luctorcrc.org/'
|
||||
baseURL: 'https://new.tfcconnection.org/'
|
||||
languageCode: en-us
|
||||
title: LuctorCRC
|
||||
title: TFC Connection
|
||||
theme: blowfish
|
||||
DefaultContentLanguage: en
|
||||
enableRobotsTXT: true
|
||||
|
@ -24,9 +24,10 @@ sitemap:
|
|||
priority: 0.5
|
||||
params:
|
||||
favicon: favicon-16x16.png
|
||||
site_logo: img/logo.jpg
|
||||
site_logo: img/logo.png
|
||||
description: >-
|
||||
Luctor Christian Reformed Church is located in rural Prairie View, Kansas, in the midst of rolling pastureland and cultivated farmland.
|
||||
Connecting teens with the truth of Jesus Christ… teaching and equipping them
|
||||
to live out the Great Commission.
|
||||
hugoLeaflet:
|
||||
css:
|
||||
- href: "https://unpkg.com/leaflet@1.6.0/dist/leaflet.css"
|
||||
|
|
|
@ -5,17 +5,17 @@ isoCode = "en"
|
|||
weight = 1
|
||||
rtl = false
|
||||
|
||||
title = "LuctorCRC"
|
||||
description = "Faithful Through the Ages"
|
||||
title = "TFC Connection"
|
||||
description = "Connecting teens with the truth of Jesus Christ… teaching and equipping them to live out the Great Commission."
|
||||
# copyright = "Copy, _right?_ :thinking_face:"
|
||||
|
||||
dateFormat = "Jan 02, 06"
|
||||
|
||||
[author]
|
||||
name = "Luctor Christian Reformed Church"
|
||||
name = "TFC Connection"
|
||||
image = "img/logo.png"
|
||||
headline = "Established 1885"
|
||||
bio = ""
|
||||
headline = "Teens For Christ Connection"
|
||||
bio = "Connecting teens with the truth of Jesus Christ… teaching and equipping them to live out the Great Commission."
|
||||
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/luctorcrc" },
|
||||
{ peertube = "https://sermons.luctorcrc.org/" },
|
||||
{ facebook = "https://facebook.com/tfcconnection" },
|
||||
# { flickr = "https://www.flickr.com/photos/username/" },
|
||||
# { 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" },
|
||||
|
|
|
@ -16,24 +16,29 @@
|
|||
weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "Staff"
|
||||
pageRef = "staff"
|
||||
name = "Ministries"
|
||||
pageRef = "ministries"
|
||||
weight = 20
|
||||
|
||||
[[main]]
|
||||
name = "Bulletins"
|
||||
pageRef = "bulletins"
|
||||
name = "Groups"
|
||||
pageRef = "groups"
|
||||
weight = 30
|
||||
|
||||
[[main]]
|
||||
name = "Sermons"
|
||||
url = "https://sermons.luctorcrc.org/"
|
||||
name = "Staff"
|
||||
pageRef = "staff"
|
||||
weight = 40
|
||||
|
||||
[[main]]
|
||||
name = "Donate"
|
||||
pageRef = "donate"
|
||||
weight = 50
|
||||
|
||||
[[main]]
|
||||
name = "Contact"
|
||||
pageRef = "contact"
|
||||
weight = 50
|
||||
weight = 60
|
||||
|
||||
# -- Footer Menu --
|
||||
# The footer menu is displayed at the bottom of the page, just before
|
||||
|
@ -48,11 +53,11 @@
|
|||
[[footer]]
|
||||
pre = "facebook"
|
||||
name = "Facebook"
|
||||
url = "https://facebook.com/luctorcrc"
|
||||
url = "https://facebook.com/tfcconnection"
|
||||
weight = 20
|
||||
|
||||
[[footer]]
|
||||
pre = "sermons"
|
||||
name = "Sermons"
|
||||
url = "https://sermons.luctorcrc.org/"
|
||||
pre = "instagram"
|
||||
name = "Instagram"
|
||||
url = "https://instagram.com/tfcconnection"
|
||||
weight = 30
|
||||
|
|
|
@ -1,18 +1,17 @@
|
|||
colorScheme: fire
|
||||
defaultAppearance: light
|
||||
colorScheme: blowfish
|
||||
defaultAppearance: dark
|
||||
autoSwitchAppearance: false
|
||||
enableSearch: true
|
||||
logo: logo.jpg
|
||||
logo: logo.png
|
||||
author:
|
||||
name: LuctorCRC
|
||||
name: TFC Connection
|
||||
links:
|
||||
- facebook: 'https://facebook.com/luctorcrc'
|
||||
- peertube: 'https://sermons.luctorcrc.org'
|
||||
- facebook: 'https://facebook.com/tfcconnection'
|
||||
- instagram: 'https://instagram.com/tfcconnection'
|
||||
header:
|
||||
layout: basic
|
||||
homepage:
|
||||
layout: background
|
||||
homepageImage: luctor.jpg
|
||||
layout: page
|
||||
showRecent: false
|
||||
showRecentItems: 5
|
||||
showMoreLink: true
|
||||
|
@ -52,5 +51,5 @@ footer:
|
|||
showMenu: true
|
||||
showCopyright: true
|
||||
showThemeAttribution: true
|
||||
showAppearanceSwitcher: true
|
||||
showAppearanceSwitcher: false
|
||||
showScrollToTop: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue