fixing menus and removing articles

This commit is contained in:
Chris Cochrun 2022-11-01 06:44:18 -05:00
parent 4dd48fe3f2
commit 93203b5ffc
52 changed files with 51 additions and 520 deletions

View file

@ -13,8 +13,6 @@ SummaryLength = 20
buildDrafts = false
buildFuture = false
# googleAnalytics = "G-XXXXXXXXX"
[taxonomies]
tag = "tags"
category = "categories"

View file

@ -5,7 +5,7 @@ enableSearch = true
logo = "logo.png"
[author]
name = "Chris Cochrun"
name = "TFC Connection"
links = [
{facebook = "https://facebook.com/tfcconnection"},
{instagram = "https://instagram.com/tfcconnection"}

View file

@ -13,11 +13,11 @@ description = "Connecting teens with the truth of Jesus Christ… teaching and e
dateFormat = "2 January 2006"
[author]
name = "Your name here"
image = "img/blowfish_logo.png"
headline = "I'm only human"
bio = "A little bit about you"
# links = [
name = "TFC Connection"
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."
links = [
# { email = "mailto:hello@your_domain.com" },
# { link = "https://link-to-some-website.com/" },
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
@ -27,14 +27,14 @@ dateFormat = "2 January 2006"
# { dev = "https://dev.to/username" },
# { discord = "https://discord.gg/invitecode" },
# { dribbble = "https://dribbble.com/username" },
# { facebook = "https://facebook.com/username" },
{ 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/username" },
{ instagram = "https://instagram.com/tfcconnection" },
# { keybase = "https://keybase.io/username" },
# { kickstarter = "https://www.kickstarter.com/profile/username" },
# { lastfm = "https://lastfm.com/user/username" },
@ -60,4 +60,4 @@ dateFormat = "2 January 2006"
# { whatsapp = "https://wa.me/phone-number" },
# { youtube = "https://youtube.com/username" },
# { ko-fi = "https://ko-fi.com/username" },
# ]
]

View file

@ -10,33 +10,42 @@
# overridden by providing a weight value. The menu will then be
# ordered by weight from lowest to highest.
#[[main]]
# name = "Blog"
# pageRef = "posts"
# [[main]]
# name = "About"
# pageRef = "about"
# weight = 10
#[[main]]
# name = "Categories"
# pageRef = "categories"
# [[main]]
# name = "Ministries"
# pageRef = "ministries"
# weight = 20
#[[main]]
# name = "Tags"
# pageRef = "tags"
# [[main]]
# name = "Staff"
# pageRef = "staff"
# weight = 30
# [[main]]
# name = "Donate"
# pageRef = "donate"
# weight = 40
# [[main]]
# name = "Contact"
# pageRef = "contact"
# weight = 50
# -- Footer Menu --
# The footer menu is displayed at the bottom of the page, just before
# the copyright notice. Configure as per the main menu above.
# [[footer]]
# name = "Tags"
# pageRef = "tags"
# weight = 10
[[footer]]
name = "Tags"
pageRef = "tags"
weight = 10
# [[footer]]
# name = "Categories"
# pageRef = "categories"
# weight = 20
[[footer]]
name = "Categories"
pageRef = "categories"
weight = 20