diff --git a/config/_default/params.toml b/config/_default/params.toml index 113cec6..f38ac0e 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -6,4 +6,6 @@ links = [ colorScheme = "blowfish" defaultAppearance = "dark" -enableSearch = true \ No newline at end of file +enableSearch = true +homepage.layout = "page" +homepage.homepageImage = "static/esmeralda.jpg" \ No newline at end of file diff --git a/content/_index.md b/content/_index.md index a5a0d07..3274c71 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,9 +1,7 @@ --- -title: "TFC Connection" +title: "TFC Connection 🎉" date: 2022-10-25T13:02:05-05:00 description: "Connecting teens with the truth of Jesus Christ… teaching and equipping them to live out the Great Commission." -cascade: - featured_image: '/images/gohugo-default-sample-hero-image.jpg' --- (TFC) is a rural ministry reaching out to the mission field of teenagers in rural communities across Northwest Kansas and Southwest Nebraska. In rural communities where youth ministry programs and resources are limited, TFC desires to partner with churches to meet this need. Whether this is through providing community youth groups, coaching those already working with youth, or supplying resources and extra curricular activities for area ministries, TFC desires to connect teens with the truth of Jesus Christ and equip them to live out the Great Commission. @@ -11,23 +9,3 @@ cascade: Our vision is to change the world from the heart of America by providing disciple making opportunities that serve communities where student ministries are limited. ## Our Mission We do that by, connecting teens with the truth of Jesus Christ…teaching and equipping them to live out the Great Commission. - -## Disciplemaking -TFC’s core value is to follow the example of Jesus whose strategy of disciplemaking allowed Him to minister to all levels of spiritual interest at all times. - -- Lost and Seeking - - The World - - Outreach - - Relationship Building -- Come and Grow - - Growing Believers - - Building Faith - - Jesus Started Here -- Come and Follow - - Workers - - Equipping - - Jesus Invited Some -- Come and Go - - Leadership - - Multiplication - - Jesus Sent Some diff --git a/layouts/partials/disciplemaking.html b/layouts/partials/disciplemaking.html new file mode 100644 index 0000000..ea5f998 --- /dev/null +++ b/layouts/partials/disciplemaking.html @@ -0,0 +1,55 @@ + + +

Disciplemaking

+TFC’s core value is to follow the example of Jesus whose strategy of disciplemaking allowed Him to minister to all levels of spiritual interest at all times. + +
+
+

Lost and Seeking

+ +
+
+

Come and Grow

+ +
+
+

Come and Follow

+ +
+
+

Come and Go

+ +
+
diff --git a/layouts/partials/home/background.html b/layouts/partials/home/background.html new file mode 100644 index 0000000..c095f84 --- /dev/null +++ b/layouts/partials/home/background.html @@ -0,0 +1,58 @@ +
+
+
+
+
+
+ {{ with .Site.Params.homepage.homepageImage }} + {{ $homepageImage := resources.Get . }} + {{ if $homepageImage }} + +
+
+
+
+ {{ end }} + {{ end }} +
+
+ {{ with .Site.Author.image }} + {{ $authorImage := resources.Get . }} + {{ if $authorImage }} + {{ $authorImage := $authorImage.Fill "288x288" }} + {{ $.Site.Author.name | default + {{ end }} + {{ end }} +

+ {{ .Site.Author.name | default .Site.Title }} +

+ {{ with .Site.Author.headline }} +

+ {{ . | markdownify | emojify }} +

+ {{ end }} +
+ {{ with .Site.Author.links }} +
+ {{ range $links := . }} + {{ range $name, $url := $links }} + {{ partial + "icon.html" $name }} + {{ end }} + {{ end }} +
+ {{ end }} +
+
{{ .Content | emojify }}
+
+
+
+
+
+
+ {{ partial "recent-articles.html" . }} +
\ No newline at end of file diff --git a/layouts/partials/home/card.html b/layouts/partials/home/card.html new file mode 100644 index 0000000..3804450 --- /dev/null +++ b/layouts/partials/home/card.html @@ -0,0 +1,31 @@ +
+ +
+
+
+
+ {{ with .Title }} +
+

{{ . | emojify }}

+
+ {{ end }} +
{{ .Content | emojify }}
+
+
+
+
+ {{ with .Site.Params.homepage.homepageImage }} + {{ $homepageImage := resources.Get . }} + {{ if $homepageImage }} + + {{ end }} + {{ end }} +
+
+
+
+
+
+ {{ partial "recent-articles.html" . }} +
\ No newline at end of file diff --git a/layouts/partials/home/hero.html b/layouts/partials/home/hero.html new file mode 100644 index 0000000..2868500 --- /dev/null +++ b/layouts/partials/home/hero.html @@ -0,0 +1,58 @@ +
+
+
+
+
+
+ {{ with .Site.Params.homepage.homepageImage }} + {{ $homepageImage := resources.Get . }} + {{ if $homepageImage }} + +
+
+ {{ end }} + {{ end }} +
+
+ {{ with .Site.Author.image }} + {{ $authorImage := resources.Get . }} + {{ if $authorImage }} + {{ $authorImage := $authorImage.Fill "288x288" }} + {{ $.Site.Author.name | default + {{ end }} + {{ end }} +

+ {{ .Site.Author.name | default .Site.Title }} +

+ {{ with .Site.Author.headline }} +

+ {{ . | markdownify | emojify }} +

+ {{ end }} +
+ {{ with .Site.Author.links }} +
+ {{ range $links := . }} + {{ range $name, $url := $links }} + {{ partial + "icon.html" $name }} + {{ end }} + {{ end }} +
+ {{ end }} +
+
{{ .Content | emojify }}
+
+
+
+ {{ partial "partials/disciplemaking.html" . }} +
+
+
+
+
+ {{ partial "recent-articles.html" . }} +
diff --git a/layouts/partials/home/page.html b/layouts/partials/home/page.html new file mode 100644 index 0000000..0d9cf06 --- /dev/null +++ b/layouts/partials/home/page.html @@ -0,0 +1,27 @@ +
+
+
+ {{ with .Site.Params.homepage.homepageImage }} + {{ $homepageImage := resources.Get . }} + {{ if $homepageImage }} + +
+
+ {{ end }} + {{ end }} +
+
+ {{ with .Title }} +
+

{{ . | emojify }}

+
+ {{ end }} +
{{ .Content | emojify }}
+
+ {{ partial "disciplemaking.html" . }} +
+
+
+ {{ partial "recent-articles.html" . }} +
diff --git a/layouts/partials/home/profile.html b/layouts/partials/home/profile.html new file mode 100644 index 0000000..8e77f76 --- /dev/null +++ b/layouts/partials/home/profile.html @@ -0,0 +1,36 @@ +
+
+ {{ with .Site.Author.image }} + {{ $authorImage := resources.Get . }} + {{ if $authorImage }} + {{ $authorImage := $authorImage.Fill "288x288" }} + {{ $.Site.Author.name | default + {{ end }} + {{ end }} +

+ {{ .Site.Author.name | default .Site.Title }} +

+ {{ with .Site.Author.headline }} +

+ {{ . | markdownify | emojify }} +

+ {{ end }} +
+ {{ partialCached "author-links.html" . }} +
+
+
{{ .Content | emojify }}
+
+
+ {{ partial "recent-articles.html" . }} +