updates to blowfish and adding newsletters in cochrun page

This commit is contained in:
Chris Cochrun 2023-05-09 12:54:10 -05:00
parent 9fd79fbbe9
commit aca74efeac
18 changed files with 87 additions and 31 deletions

View file

@ -963,21 +963,14 @@ select {
color: var(--tw-prose-code); color: var(--tw-prose-code);
font-weight: 600; font-weight: 600;
font-size: 0.875em; font-size: 0.875em;
background-color: rgba(var(--color-neutral-50), 1);
padding-top: 3px;
padding-bottom: 3px;
padding-left: 5px;
padding-right: 5px;
} }
.prose :where(code):not(:where([class~="not-prose"] *))::before { .prose :where(code):not(:where([class~="not-prose"] *))::before {
content: "`"; content: "`";
display: none;
} }
.prose :where(code):not(:where([class~="not-prose"] *))::after { .prose :where(code):not(:where([class~="not-prose"] *))::after {
content: "`"; content: "`";
display: none;
} }
.prose :where(a code):not(:where([class~="not-prose"] *)) { .prose :where(a code):not(:where([class~="not-prose"] *)) {
@ -1245,14 +1238,6 @@ select {
border-radius: 0.12rem; border-radius: 0.12rem;
} }
.prose :where(p):not(:where([class~="not-prose"] *))::before {
display: none;
}
.prose :where(p):not(:where([class~="not-prose"] *))::after {
display: none;
}
.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) { .prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
margin-top: 0.5714286em; margin-top: 0.5714286em;
margin-bottom: 0.5714286em; margin-bottom: 0.5714286em;
@ -2025,12 +2010,6 @@ select {
max-width: 48rem; max-width: 48rem;
} }
.max-w-fit {
max-width: -webkit-fit-content;
max-width: -moz-fit-content;
max-width: fit-content;
}
.max-w-\[64rem\] { .max-w-\[64rem\] {
max-width: 64rem; max-width: 64rem;
} }
@ -2748,14 +2727,14 @@ select {
opacity: 0; opacity: 0;
} }
.opacity-70 {
opacity: 0.7;
}
.opacity-30 { .opacity-30 {
opacity: 0.3; opacity: 0.3;
} }
.opacity-70 {
opacity: 0.7;
}
.mix-blend-normal { .mix-blend-normal {
mix-blend-mode: normal; mix-blend-mode: normal;
} }
@ -4031,10 +4010,6 @@ body:has(#menu-controller:checked) {
background-color: rgba(var(--color-secondary-400), 1); background-color: rgba(var(--color-secondary-400), 1);
} }
.dark .dark\:prose-invert :where(code):not(:where([class~="not-prose"] *)) {
background-color: rgba(var(--color-neutral-700), 1);
}
.dark .dark\:text-neutral { .dark .dark\:text-neutral {
--tw-text-opacity: 1; --tw-text-opacity: 1;
color: rgba(var(--color-neutral), var(--tw-text-opacity)); color: rgba(var(--color-neutral), var(--tw-text-opacity));

View file

@ -2,6 +2,7 @@ colorScheme: blowfish
defaultAppearance: dark defaultAppearance: dark
autoSwitchAppearance: false autoSwitchAppearance: false
enableSearch: true enableSearch: true
smartTOC: true
logo: logo.png logo: logo.png
author: author:
name: TFC Connection name: TFC Connection
@ -21,7 +22,7 @@ article:
showDateUpdated: false showDateUpdated: false
showAuthor: true showAuthor: true
showHero: true showHero: true
heroStyle: background heroStyle: thumbAndBackground
showBreadcrumbs: true showBreadcrumbs: true
showDraftLabel: true showDraftLabel: true
showEdit: true showEdit: true

View file

@ -10,6 +10,7 @@ cascade:
showTaxonomies: true showTaxonomies: true
showSummary: true showSummary: true
showBreadcrumbs: true showBreadcrumbs: true
showTableOfContents: true
sharingLinks: ['facebook', 'instagram', 'email', 'reddit'] sharingLinks: ['facebook', 'instagram', 'email', 'reddit']
showHero: false showHero: false
--- ---

View file

@ -4,6 +4,17 @@ date: 2014-05-20T15:24:04-05:00
tags: ["Staff", "Northern Valley"] tags: ["Staff", "Northern Valley"]
featured_image: "" featured_image: ""
description: "Chris and Abbie Cochrun serve together on TFC Staff!" description: "Chris and Abbie Cochrun serve together on TFC Staff!"
groupByYear: true
cascade:
showDate: true
showWordCount: true
showReadingTime: true
showTaxonomies: true
showTableOfContents: true
showSummary: true
showBreadcrumbs: true
sharingLinks: ['facebook', 'instagram', 'email', 'reddit']
showHero: false
layout: "simple" layout: "simple"
summary: "Chris and Abbie Cochrun serve together on TFC Staff! Chris grew up in Agra KS as a part of the Eastern Heights TFC group, Abbie grew up as a part of the Northern Valley TFC group..." summary: "Chris and Abbie Cochrun serve together on TFC Staff! Chris grew up in Agra KS as a part of the Eastern Heights TFC group, Abbie grew up as a part of the Northern Valley TFC group..."
weight: 70 weight: 70
@ -12,4 +23,10 @@ weight: 70
Chris and Abbie Cochrun serve together on TFC Staff! Chris grew up in Agra KS as a part of the Eastern Heights TFC group, Abbie grew up as a part of the Northern Valley TFC group and they got to know each other through TFC! Chris handles a lot of IT and video related things for TFC and Abbie is TFCs unofficial graphic designer. Chris and Abbie Cochrun serve together on TFC Staff! Chris grew up in Agra KS as a part of the Eastern Heights TFC group, Abbie grew up as a part of the Northern Valley TFC group and they got to know each other through TFC! Chris handles a lot of IT and video related things for TFC and Abbie is TFCs unofficial graphic designer.
<<<<<<< HEAD:content/staff/chris-and-abbie-cochrun/index.md
You can check out my own website at [cochrun.xyz](https://cochrun.xyz)! You can check out my own website at [cochrun.xyz](https://cochrun.xyz)!
=======
If you'd like to read our newsletters, check them out here!
{{< spacing >}}
>>>>>>> 3b7e397 (updates to blowfish and adding newsletters in cochrun page):content/staff/chris-and-abbie-cochrun/_index.md

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8 MiB

View file

@ -0,0 +1,35 @@
---
title: "3 Months!? - Read Your Bible! 📖"
date: 2023-05-07
tags: ["Northern Valley", "Bible"]
featured_image: "featured.jpg"
showHero: true
description: "How long would it take me to read through the New Testament? That's the question I got as we wound down our spring of Bible study with some of the junior high kids last week."
summary: "How long would it take me to read through the New Testament? That's the question I got as we wound down our spring of Bible study with some of the junior high kids last week."
showAuthor: false
showAuthorsBadge: false
showTableOfContents: true
authors: ["chriscochrun"]
---
## 3 Months!? - Read Your Bible!
How long would it take me to read through the New Testament? That's the question I got as we wound down our spring of Bible study with some of the junior high kids last week. After our last night of TFC we had one last meeting of Bible study so that the kids could get to Luke 4 where Jesus begins His ministry. It has been a slow and long process getting to that point even with all kinds of scheduling conflicts and many meetings with junior high brains, but finally we got to the point that if they can continue on throughout the summer, they'll have prepared themselves for reading through the rest of the Gospel of Luke before the end of the summer.
## Why Reading it is SO Important
I was reminded that the first time I read through an entire book of the Bible, I felt an incredible sense of accomplishment. But I had something more, I had begun to build a habit of inhaling the Word of God on a regular basis. It was something that has forever changed me. I remember as a teenager, feeling like I'm understanding something that is both incredibly important and largely forgotten in my culture. For some of you reading this, you may forget, the kids in our group, especially the ones who grow up in families that don't go to church and don't know Jesus, that was me! I was never taught regularly about the Bible. Not only that but I didn't sit in on Sunday school often and talk about how I needed to change my ways. My parents had taught me to be a good child, but honestly a lot of that teaching was the basic don't do bad things. It is my personal belief that any amount of me not become a rotten twerp was by God's grace. What changed most for me was realizing that God created us to be different from most of the world acts.
That's when it hit me. Most people, even a good number who go to church regularly, aren't truly the Christians they should be. For a lot of us, we are stuck on just being "good enough". I asked my little Bible study group if they think a lot of the others who go to TFC or even other youth groups were actually truly Christians. They admitted that they aren't sure. And even to some extent, some in our group I'm not sure of either. But I told them, since college, I have not been convinced that a real Christian can go long without regularly reading God's Word. Without having some sort of consistent and frequent "chewing on" of God's Word, I think a lot of Christians end up just going to church, without really doing what Jesus teaches.
The reason I became so convinced of this in high school and in college, was because I read the Bible for myself. Jesus told people to pluck an eye out if it caused them to sin. He told them to not withhold their shirt but also give up their cloak if someone asked it. He told them to pray and love their enemies. To be honest, it's EXTREMELY rare that I see those sorts of things happen in the church. So, when I read that, I immediately thought, "Well, that cuts out about half or more of the church...".
This brought me to our Bible study group. I asked them to read through Luke this summer. Then I told them it isn't much. Just half a chapter a day. Mostly just 20 verses a day. And if they ever wanted to read through the whole Bible it'd take 12 pages a day and you'd make it in about 3 months. Then Josie flipped through her Bible and asked if I could help her figure out how long it'd take her to read through the entire New Testament, I think I got her convinced that it doesn't take much, just consistency.
Some of these kids live in homes much like mine was. Some of them have better situations or even worse. But all of them need Jesus. We ALL need Jesus. Every day. And that's what I wanted for them most of all. So my challenge was this, read through Luke this summer. Luke is such a great Gospel! He wrote it for those who are outside the Jewish circle, and therefore it resonates just a bit better with us. It shares how Jesus came to be King! And not just any King but the King of Kings! And Luke tells that story masterfully! On top of that, Luke also wrote Acts, which means you can pick up the story their and see how the disciples carry Jesus's mission onward!
If these kids read through Luke this summer, they'll have likely done more than most. If they can regularly breathe in God's Word and not just read it and move on but really think about it, it would change them, as it did me. That was my final point in our last night of TFC too. Let God's Word change you. So with that, I invite you to do the same! If you'd like, read half a chapter of Luke every day this summer, and you'll get through it just a couple of months! And as you do, pray for our little group! I told them I'd be checking in with them over the summer to see how their reading is going, so pray that they'll keep it up and that they'll be changed!
## Prayerfully Asking for Some Help
This summer is of course filled with all kinds of cool things happening! Mission trip is starting in less than a month! SPLASH is after that very shortly and Camp is coming at the end of July! That said, I have a few requests of you all that read my newsletter! We have some students who cannot afford to go to camp. While NVTFC has covered their registration costs, we would love to see them still go! So if you want to see kids go to camp, contact me with a donation of $100 so they can go!
Another big ask I have for you all is that next year things are going to have to be tweaked a good bit for our group to continue on and to start high school TFC back up! Since Abbie will have a newborn and Dani, as an intern, could move on to the next thing, we are going to be desperately in need of volunteers/sponsors to help out at TFC. If you could prayerfully consider it, we need adults who want to see teenagers know the Lord to help out at TFC! From food to crowd-control and even teaching, we'll need some help! So please consider it if you think you'll be available on Wednesday nights! Or if you know of someone who would be good help send me their info!
Thank you so much for being a part of Northern Valley TFC. Abbie and I love to work in this community, we love these teens. God has called us here and without you, we wouldn't be able to do it. So THANK YOU! Thank you so much for cheering us on and supporting us here.

View file

@ -0,0 +1,27 @@
---
title: "So. Many. Events. 😲"
date: 2022-11-02T15:24:04-05:00
tags: ["Chris & Abbie Cochrun", "Leadership Retreat", "Northern Valley", "180 Encounter", "45th Anniversary"]
featured_image: ""
description: "At TFC, we do our best to make sure teens become a lot more than just Christians."
summary: "At TFC, we do our best to make sure teens become a lot more than just Christians."
showAuthor: false
authors: ["chriscochrun"]
showAuthorsBadges: false
---
# 👑 Leaders Rise Up!
At TFC, we do our best to make sure teens become a lot more than just Christians. Being a Christian is great, but a lot of the time, teenagers have a sense for authenticity in people. This makes many of them skeptical of things like Christianity and such when they see some people act one way at Church and another way out in the community. Often, this puts a bad taste in the mouths of teens when it comes to Christianity. Our hope and prayer is that we can create leaders out of teens who exemplify integrity instead. One way we do this is through Leadership Retreat!
Every fall, most people get excited about trees changing colors, falling leaves, sweaters, and pumpkin spice lattes. I get excited about Leadership Retreat. When I was a teen in TFC, Leadership Retreat was this haven of rest and Jesus. I loved it. I loved that I could take a break from school and just enjoy my TFC friends and getting to know Jesus more! For a whole weekend, we ask teens to stop from the busyness of life and come to learn about being a leader.
This year, we asked them to take that calling VERY seriously! Leaders for Christ are sorely missing in our world, and we wanted to help the teens prepare themselves for what they could face should they begin to truly stand up for Christ. So, we challenged them on being a real leader. One who isn't like those many who lack integrity and clearly aren't authentic about their faith, but instead who put such a central and clear trust in Jesus that no matter the filth that our world might throw at them, they'll be ready!
We talked a lot about the persecuted church and wanted them to feel ultimately prepared for what may happen in their lifetime. We asked them to care for each other in such a way that even if their world looks more and more like those persecuted Christians, they'll be able to bear the weight of it, with the help of others! Finally, we also wanted them to just be refreshed. Like I said, Leadership Retreat is a place of rest, and we wanted them to still feel that, so we gave them a lot of time to just rest in Jesus's peace and the company of each other, praying that God uses that to ensure they are prepared moving forward.
# 😲 So. Many. Events.
On top of Leadership Retreat, we had many things going on this month! At the very beginning of the month, we celebrated TFC's 45th year as a ministry! And right after Leadership Retreat, we held another 180 Encounter, our special gatherings of all TFC groups!
At the 45th, TFC was so incredibly blessed to just celebrate with so many people who've just helped to make TFC what it is! Many alumni and volunteers and staff who have moved on came back to Phillipsburg to see what's been happening in the ministry and just celebrate those memories of how TFC was used by God in big ways in their lives! And oh man it is a blast to sit with friends recalling all the goofy things we did in our years as TFC students! But ultimately, that's all because of Jesus! Jesus created the ministry of TFC and called all these folks together in the first place. Then it's only through Him that we bond in those friendships that have lasted so long. All of it is because of Jesus.
Then bringing kids together to watch those friendships blossom at our 180 Encounter is just a blast! We brought 6 kids to the 180 this month, and they loved it so much they asked when the next one is before we got home! Keep praying that those friendships will draw more students to Jesus and convince of His great love for them!

@ -1 +1 @@
Subproject commit e6e8b05e07746fda7a3d50f9ecd73227c0c4123a Subproject commit 8d6c5b7905bdc6f764011a08e20a656b9c65f897