fixing a lot of metadata
This commit is contained in:
		
							parent
							
								
									083b63a4de
								
							
						
					
					
						commit
						c7c150567b
					
				
					 14 changed files with 152 additions and 14 deletions
				
			
		
							
								
								
									
										1
									
								
								assets/logo.png
									
										
									
									
									
										Symbolic link
									
								
							
							
						
						
									
										1
									
								
								assets/logo.png
									
										
									
									
									
										Symbolic link
									
								
							| 
						 | 
				
			
			@ -0,0 +1 @@
 | 
			
		|||
/home/chris/dev/tfcconnection/static/img/logo.png
 | 
			
		||||
| 
						 | 
				
			
			@ -4,28 +4,34 @@ title = 'TFC Connection'
 | 
			
		|||
 | 
			
		||||
DefaultContentLanguage = "en"
 | 
			
		||||
SectionPagesMenu = "main"
 | 
			
		||||
Paginate = 10 # this is set low for demonstrating with dummy content. Set to a higher number
 | 
			
		||||
enableRobotsTXT = true
 | 
			
		||||
 | 
			
		||||
[languages]
 | 
			
		||||
  [languages.en]
 | 
			
		||||
    title = "TFC Connection"
 | 
			
		||||
    weight = 1
 | 
			
		||||
    contentDir = "content"
 | 
			
		||||
Paginate = 10 # this is set low for demonstrating with dummy content. Set to a higher number
 | 
			
		||||
SummaryLength = 20
 | 
			
		||||
 | 
			
		||||
buildDrafts = false
 | 
			
		||||
buildFuture = false
 | 
			
		||||
 | 
			
		||||
# googleAnalytics = "G-XXXXXXXXX"
 | 
			
		||||
 | 
			
		||||
[taxonomies]
 | 
			
		||||
  tag = "tags"
 | 
			
		||||
  category = "categories"
 | 
			
		||||
  author = "authors"
 | 
			
		||||
  series = "series"
 | 
			
		||||
 | 
			
		||||
[sitemap]
 | 
			
		||||
  changefreq = "monthly"
 | 
			
		||||
  changefreq = 'daily'
 | 
			
		||||
  filename = 'sitemap.xml'
 | 
			
		||||
  priority = 0.5
 | 
			
		||||
  filename = "sitemap.xml"
 | 
			
		||||
 | 
			
		||||
[outputs]
 | 
			
		||||
  home = ["HTML", "RSS", "JSON"]
 | 
			
		||||
 | 
			
		||||
[params]
 | 
			
		||||
  text_color = ""
 | 
			
		||||
  author = "Chris Cochrun"
 | 
			
		||||
  favicon = "favicon-16x16.png"
 | 
			
		||||
  site_logo = "img/logo.png"
 | 
			
		||||
  description = "Connecting teens with the truth of Jesus Christ… teaching and equipping them to live out the Great Commission."
 | 
			
		||||
  # choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-"
 | 
			
		||||
  recent_posts_number = 5
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Privacy
 | 
			
		||||
| 
						 | 
				
			
			@ -39,4 +45,3 @@ enableRobotsTXT = true
 | 
			
		|||
  [privacy.vimeo]
 | 
			
		||||
  [privacy.youtube]
 | 
			
		||||
 | 
			
		||||
outputs.home = ["HTML", "RSS", "JSON"]
 | 
			
		||||
| 
						 | 
				
			
			@ -3,6 +3,9 @@ defaultAppearance = "dark"
 | 
			
		|||
enableSearch = true
 | 
			
		||||
homepage.layout = "page"
 | 
			
		||||
homepage.homepageImage = "static/esmeralda.jpg"
 | 
			
		||||
logo = "logo.png"
 | 
			
		||||
footer.showAppearanceSwitcher = true
 | 
			
		||||
article.showEdit = false
 | 
			
		||||
 | 
			
		||||
[author]
 | 
			
		||||
name = "Chris Cochrun"
 | 
			
		||||
| 
						 | 
				
			
			@ -10,3 +13,4 @@ links = [
 | 
			
		|||
  {facebook = "https://facebook.com/tfcconnection"},
 | 
			
		||||
  {instagram = "https://instagram.com/tfcconnection"}
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										63
									
								
								config/languages.en.toml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										63
									
								
								config/languages.en.toml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,63 @@
 | 
			
		|||
languageCode = "en"
 | 
			
		||||
languageName = "English"
 | 
			
		||||
displayName = "EN"
 | 
			
		||||
isoCode = "en"
 | 
			
		||||
weight = 1
 | 
			
		||||
rtl = false
 | 
			
		||||
 | 
			
		||||
title = "TFC Connection"
 | 
			
		||||
logo = "img/logo.png"
 | 
			
		||||
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 = "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 = [
 | 
			
		||||
  #   { email = "mailto:hello@your_domain.com" },
 | 
			
		||||
  #   { link = "https://link-to-some-website.com/" },
 | 
			
		||||
  #   { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
 | 
			
		||||
  #   { apple = "https://www.apple.com" },
 | 
			
		||||
  #   { blogger = "https://username.blogspot.com/" },
 | 
			
		||||
  #   { codepen = "https://codepen.io/username" },
 | 
			
		||||
  #   { dev = "https://dev.to/username" },
 | 
			
		||||
  #   { discord = "https://discord.gg/invitecode" },
 | 
			
		||||
  #   { dribbble = "https://dribbble.com/username" },
 | 
			
		||||
  #   { facebook = "https://facebook.com/username" },
 | 
			
		||||
  #   { 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" },
 | 
			
		||||
  #   { keybase = "https://keybase.io/username" },
 | 
			
		||||
  #   { kickstarter = "https://www.kickstarter.com/profile/username" },
 | 
			
		||||
  #   { lastfm = "https://lastfm.com/user/username" },
 | 
			
		||||
  #   { linkedin = "https://linkedin.com/in/username" },
 | 
			
		||||
  #   { mastodon = "https://mastodon.instance/@username" },
 | 
			
		||||
  #   { medium = "https://medium.com/username" },
 | 
			
		||||
  #   { microsoft = "https://www.microsoft.com/" },
 | 
			
		||||
  #   { orcid = "https://orcid.org/userid" },
 | 
			
		||||
  #   { patreon = "https://www.patreon.com/username" },
 | 
			
		||||
  #   { pinterest = "https://pinterest.com/username" },
 | 
			
		||||
  #   { reddit = "https://reddit.com/user/username" },
 | 
			
		||||
  #   { researchgate = "https://www.researchgate.net/profile/username" },
 | 
			
		||||
  #   { slack = "https://workspace.url/team/userid" },
 | 
			
		||||
  #   { snapchat = "https://snapchat.com/add/username" },
 | 
			
		||||
  #   { soundcloud = "https://soundcloud.com/username" },
 | 
			
		||||
  #   { stack-overflow = "https://stackoverflow.com/users/userid/username" },
 | 
			
		||||
  #   { steam = "https://steamcommunity.com/profiles/userid" },
 | 
			
		||||
  #   { telegram = "https://t.me/username" },
 | 
			
		||||
  #   { tiktok = "https://tiktok.com/@username" },
 | 
			
		||||
  #   { tumblr = "https://username.tumblr.com" },
 | 
			
		||||
  #   { twitch = "https://twitch.tv/username" },
 | 
			
		||||
  #   { twitter = "https://twitter.com/username" },
 | 
			
		||||
  #   { whatsapp = "https://wa.me/phone-number" },
 | 
			
		||||
  #   { youtube = "https://youtube.com/username" },
 | 
			
		||||
  #   { ko-fi = "https://ko-fi.com/username" },
 | 
			
		||||
  # ]
 | 
			
		||||
							
								
								
									
										13
									
								
								config/markup.toml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								config/markup.toml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,13 @@
 | 
			
		|||
# -- Markup --
 | 
			
		||||
# These settings are required for the theme to function.
 | 
			
		||||
 | 
			
		||||
[goldmark]
 | 
			
		||||
[goldmark.renderer]
 | 
			
		||||
  unsafe = true
 | 
			
		||||
 | 
			
		||||
[highlight]
 | 
			
		||||
  noClasses = false
 | 
			
		||||
 | 
			
		||||
[tableOfContents]
 | 
			
		||||
  startLevel = 2
 | 
			
		||||
  endLevel = 4
 | 
			
		||||
							
								
								
									
										42
									
								
								config/menus.en.toml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										42
									
								
								config/menus.en.toml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,42 @@
 | 
			
		|||
# -- Main Menu --
 | 
			
		||||
# The main menu is displayed in the header at the top of the page.
 | 
			
		||||
# Acceptable parameters are name, pageRef, page, url, title, weight.
 | 
			
		||||
# 
 | 
			
		||||
# The simplest menu configuration is to provide:
 | 
			
		||||
#   name = The name to be displayed for this menu link
 | 
			
		||||
#   pageRef = The identifier of the page or section to link to
 | 
			
		||||
#
 | 
			
		||||
# By default the menu is ordered alphabetically. This can be
 | 
			
		||||
# overridden by providing a weight value. The menu will then be
 | 
			
		||||
# ordered by weight from lowest to highest.
 | 
			
		||||
 | 
			
		||||
#[[main]]
 | 
			
		||||
#  name = "Blog"
 | 
			
		||||
#  pageRef = "posts"
 | 
			
		||||
#  weight = 10
 | 
			
		||||
 | 
			
		||||
#[[main]]
 | 
			
		||||
#  name = "Categories"
 | 
			
		||||
#  pageRef = "categories"
 | 
			
		||||
#  weight = 20
 | 
			
		||||
 | 
			
		||||
#[[main]]
 | 
			
		||||
#  name = "Tags"
 | 
			
		||||
#  pageRef = "tags"
 | 
			
		||||
#  weight = 30
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# -- 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 = "Categories"
 | 
			
		||||
#   pageRef = "categories"
 | 
			
		||||
#   weight = 20
 | 
			
		||||
| 
						 | 
				
			
			@ -8,6 +8,7 @@ showReadingTime: false
 | 
			
		|||
showDate: false
 | 
			
		||||
showEdit: false
 | 
			
		||||
showTaxonomies: true
 | 
			
		||||
sharingLinks: false
 | 
			
		||||
layout: simple
 | 
			
		||||
menu:
 | 
			
		||||
  main:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,6 +7,7 @@ type: page
 | 
			
		|||
weight: 50
 | 
			
		||||
menu: main
 | 
			
		||||
layout: "simple"
 | 
			
		||||
sharingLinks: false
 | 
			
		||||
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,6 +7,7 @@ showHero: false
 | 
			
		|||
showEdit: false
 | 
			
		||||
showDate: false
 | 
			
		||||
showTableOfContents: false
 | 
			
		||||
sharingLinks: false
 | 
			
		||||
layout: "simple"
 | 
			
		||||
weight: 40
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,6 +2,7 @@
 | 
			
		|||
title: Mission Trip Form
 | 
			
		||||
omit_header_text: true
 | 
			
		||||
layout: simple
 | 
			
		||||
sharingLinks: false
 | 
			
		||||
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,3 +1,9 @@
 | 
			
		|||
<style>
 | 
			
		||||
  #v-frame {
 | 
			
		||||
      background-color: #1e293b;
 | 
			
		||||
  }
 | 
			
		||||
</style>
 | 
			
		||||
 | 
			
		||||
<iframe id="v-frame" width="100%" frameborder="0" allow="clipboard-write" height="800px" src=https://secure.myvanco.com/L-Z772 scrolling="yes"></iframe>
 | 
			
		||||
 | 
			
		||||
<script type="application/javascript">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										
											BIN
										
									
								
								static/img/camp.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/img/camp.jpg
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 734 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								static/img/mt.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/img/mt.jpg
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 104 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								static/img/mt2.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								static/img/mt2.jpg
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 146 KiB  | 
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue