diff --git a/assets/logo.png b/assets/logo.png new file mode 120000 index 0000000..5aa3226 --- /dev/null +++ b/assets/logo.png @@ -0,0 +1 @@ +/home/chris/dev/tfcconnection/static/img/logo.png \ No newline at end of file diff --git a/config.toml b/config/_default/config.toml similarity index 64% rename from config.toml rename to config/_default/config.toml index 532f9bc..043565c 100644 --- a/config.toml +++ b/config/_default/config.toml @@ -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"] diff --git a/config/_default/params.toml b/config/_default/params.toml index 8072b18..9d0807c 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -3,10 +3,14 @@ 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" links = [ {facebook = "https://facebook.com/tfcconnection"}, {instagram = "https://instagram.com/tfcconnection"} -] \ No newline at end of file +] + diff --git a/config/languages.en.toml b/config/languages.en.toml new file mode 100644 index 0000000..fbc1db9 --- /dev/null +++ b/config/languages.en.toml @@ -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" }, + # ] diff --git a/config/markup.toml b/config/markup.toml new file mode 100644 index 0000000..c5449fc --- /dev/null +++ b/config/markup.toml @@ -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 diff --git a/config/menus.en.toml b/config/menus.en.toml new file mode 100644 index 0000000..384fc92 --- /dev/null +++ b/config/menus.en.toml @@ -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 diff --git a/content/about/index.md b/content/about/index.md index 61d48c5..4cfbab6 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -8,6 +8,7 @@ showReadingTime: false showDate: false showEdit: false showTaxonomies: true +sharingLinks: false layout: simple menu: main: diff --git a/content/contact.md b/content/contact.md index 57735c2..a455301 100644 --- a/content/contact.md +++ b/content/contact.md @@ -7,6 +7,7 @@ type: page weight: 50 menu: main layout: "simple" +sharingLinks: false --- diff --git a/content/donate.md b/content/donate.md index c98bb80..4004130 100644 --- a/content/donate.md +++ b/content/donate.md @@ -7,6 +7,7 @@ showHero: false showEdit: false showDate: false showTableOfContents: false +sharingLinks: false layout: "simple" weight: 40 diff --git a/content/mt-form.md b/content/mt-form.md index 05e4521..ca1ae4d 100644 --- a/content/mt-form.md +++ b/content/mt-form.md @@ -2,6 +2,7 @@ title: Mission Trip Form omit_header_text: true layout: simple +sharingLinks: false --- diff --git a/layouts/shortcodes/donate.html b/layouts/shortcodes/donate.html index ff114e0..ba5ff68 100644 --- a/layouts/shortcodes/donate.html +++ b/layouts/shortcodes/donate.html @@ -1,3 +1,9 @@ + +