<!DOCTYPE html>
<html lang="en">
<head>

    <title>The Christian School Journal</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <link rel="preload" as="style" href="https://www.christianschooljournal.com/assets/built/screen.css?v=33cfcbed5f">
    <link rel="preload" as="script" href="https://www.christianschooljournal.com/assets/built/source.js?v=33cfcbed5f">
    
    <link rel="preload" as="font" type="font/woff2" href="https://www.christianschooljournal.com/assets/fonts/inter-roman.woff2?v=33cfcbed5f" crossorigin="anonymous">
<style>
    @font-face {
        font-family: "Inter";
        font-style: normal;
        font-weight: 100 900;
        font-display: optional;
        src: url(https://www.christianschooljournal.com/assets/fonts/inter-roman.woff2?v=33cfcbed5f) format("woff2");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
</style>

    <link rel="stylesheet" type="text/css" href="https://www.christianschooljournal.com/assets/built/screen.css?v=33cfcbed5f">

    <style>
        :root {
            --background-color: #ffffff
        }
    </style>

    <script>
        /* The script for calculating the color contrast has been taken from
        https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
        var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
        accentColor = accentColor.trim().slice(1);

        if (accentColor.length === 3) {
            accentColor = accentColor[0] + accentColor[0] + accentColor[1] + accentColor[1] + accentColor[2] + accentColor[2];
        }

        var r = parseInt(accentColor.substr(0, 2), 16);
        var g = parseInt(accentColor.substr(2, 2), 16);
        var b = parseInt(accentColor.substr(4, 2), 16);
        var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
        var textColor = (yiq >= 128) ? 'dark' : 'light';

        document.documentElement.className = `has-${textColor}-text`;
    </script>

    <meta name="description" content="Equipping Christian school leaders with reflections and practical advice on leadership, Christian worldview, and theology.">
    <link rel="canonical" href="https://www.christianschooljournal.com/">
    <meta name="referrer" content="no-referrer-when-downgrade">
    <link rel="next" href="https://www.christianschooljournal.com/page/2/">
    
    <meta property="og:site_name" content="The Christian School Journal">
    <meta property="og:type" content="website">
    <meta property="og:title" content="The Christian School Journal">
    <meta property="og:description" content="Equipping Christian school leaders with reflections and practical advice on leadership, Christian worldview, and theology.">
    <meta property="og:url" content="https://www.christianschooljournal.com/">
    <meta property="og:image" content="https://static.ghost.org/v5.0.0/images/publication-cover.jpg">
    <meta property="article:publisher" content="https://www.facebook.com/ghost">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="The Christian School Journal">
    <meta name="twitter:description" content="Equipping Christian school leaders with reflections and practical advice on leadership, Christian worldview, and theology.">
    <meta name="twitter:url" content="https://www.christianschooljournal.com/">
    <meta name="twitter:image" content="https://static.ghost.org/v5.0.0/images/publication-cover.jpg">
    <meta name="twitter:site" content="@ghost">
    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="840">
    
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "publisher": {
        "@type": "Organization",
        "name": "The Christian School Journal",
        "url": "https://www.christianschooljournal.com/",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.christianschooljournal.com/favicon.ico",
            "width": 48,
            "height": 48
        }
    },
    "url": "https://www.christianschooljournal.com/",
    "name": "The Christian School Journal",
    "image": {
        "@type": "ImageObject",
        "url": "https://static.ghost.org/v5.0.0/images/publication-cover.jpg",
        "width": 1200,
        "height": 840
    },
    "mainEntityOfPage": "https://www.christianschooljournal.com/",
    "description": "Equipping Christian school leaders with reflections and practical advice on leadership, Christian worldview, and theology."
}
    </script>

    <meta name="generator" content="Ghost 6.45">
    <link rel="alternate" type="application/rss+xml" title="The Christian School Journal" href="https://www.christianschooljournal.com/rss/">
    <script defer src="https://cdn.jsdelivr.net/ghost/portal@~2.69/umd/portal.min.js" data-i18n="true" data-ghost="https://www.christianschooljournal.com/" data-key="06ae281d762bb9baa20d194ebf" data-api="https://the-christian-school-journal.ghost.io/ghost/api/content/" data-locale="en" crossorigin="anonymous"></script><style id="gh-members-styles">.gh-post-upgrade-cta-content,
.gh-post-upgrade-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
}

.gh-post-upgrade-cta-content {
    border-radius: 8px;
    padding: 40px 4vw;
}

.gh-post-upgrade-cta h2 {
    color: #ffffff;
    font-size: 28px;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
}

.gh-post-upgrade-cta p {
    margin: 20px 0 0;
    padding: 0;
}

.gh-post-upgrade-cta small {
    font-size: 16px;
    letter-spacing: -0.2px;
}

.gh-post-upgrade-cta a {
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a:hover {
    color: #ffffff;
    opacity: 0.8;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a.gh-btn {
    display: block;
    background: #ffffff;
    text-decoration: none;
    margin: 28px 0 0;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

.gh-post-upgrade-cta a.gh-btn:hover {
    opacity: 0.92;
}</style>
    <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/sodo-search.min.js" data-key="06ae281d762bb9baa20d194ebf" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/main.css" data-sodo-search="https://the-christian-school-journal.ghost.io/" data-locale="en" crossorigin="anonymous"></script>
    <script defer src="https://cdn.jsdelivr.net/ghost/announcement-bar@~1.1/umd/announcement-bar.min.js" data-announcement-bar="https://www.christianschooljournal.com/" data-api-url="https://www.christianschooljournal.com/members/api/announcement/" crossorigin="anonymous"></script>
    <link href="https://www.christianschooljournal.com/webmentions/receive/" rel="webmention">
    <script defer src="/public/cards.min.js?v=33cfcbed5f"></script>
    <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=33cfcbed5f">
    <script defer src="/public/comment-counts.min.js?v=33cfcbed5f" data-ghost-comments-counts-api="https://www.christianschooljournal.com/members/api/comments/counts/"></script>
    <script defer src="/public/member-attribution.min.js?v=33cfcbed5f"></script><style>:root {--ghost-accent-color: #FF1A75;}</style>

</head>
<body class="home-template has-sans-title has-sans-body">

<div class="gh-viewport">
    
    <header id="gh-navigation" class="gh-navigation is-middle-logo gh-outer">
    <div class="gh-navigation-inner gh-inner">

        <div class="gh-navigation-brand">
            <a class="gh-navigation-logo is-title" href="https://www.christianschooljournal.com">
                    The Christian School Journal
            </a>
            <button class="gh-search gh-icon-button" aria-label="Search this site" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg></button>            <button class="gh-burger gh-icon-button" aria-label="Menu">
                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256"><path d="M224,128a8,8,0,0,1-8,8H40a8,8,0,0,1,0-16H216A8,8,0,0,1,224,128ZM40,72H216a8,8,0,0,0,0-16H40a8,8,0,0,0,0,16ZM216,184H40a8,8,0,0,0,0,16H216a8,8,0,0,0,0-16Z"></path></svg>                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 256 256"><path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"></path></svg>            </button>
        </div>

        <nav class="gh-navigation-menu">
            <ul class="nav">
    <li class="nav-home nav-current"><a href="https://www.christianschooljournal.com/">Home</a></li>
    <li class="nav-about"><a href="https://www.christianschooljournal.com/about/">About</a></li>
</ul>

        </nav>

        <div class="gh-navigation-actions">
                <button class="gh-search gh-icon-button" aria-label="Search this site" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg></button>                <div class="gh-navigation-members">
                            <a href="#/portal/signin" data-portal="signin">Sign in</a>
                                <a class="gh-button" href="#/portal/signup" data-portal="signup">Subscribe</a>
                </div>
        </div>

    </div>
</header>

    

                    <section class="gh-header is-classic gh-outer">


    <div class="gh-header-inner gh-inner">



            <h1 class="gh-header-title is-title">Equipping Christian school leaders with reflections and practical advice on leadership, Christian worldview, and theology.</h1>
            <form class="gh-form" data-members-form>
    <input class="gh-form-input" id="header-email" name="email" type="email" placeholder="jamie@example.com" required data-members-email>
    <button class="gh-button" type="submit" aria-label="Subscribe">
        <span><span>Subscribe</span> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg></span>
        <svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24">
    <g stroke-linecap="round" stroke-width="2" fill="currentColor" stroke="none" stroke-linejoin="round" class="nc-icon-wrapper">
        <g class="nc-loop-dots-4-24-icon-o">
            <circle cx="4" cy="12" r="3"></circle>
            <circle cx="12" cy="12" r="3"></circle>
            <circle cx="20" cy="12" r="3"></circle>
        </g>
        <style data-cap="butt">
            .nc-loop-dots-4-24-icon-o{--animation-duration:0.8s}
            .nc-loop-dots-4-24-icon-o *{opacity:.4;transform:scale(.75);animation:nc-loop-dots-4-anim var(--animation-duration) infinite}
            .nc-loop-dots-4-24-icon-o :nth-child(1){transform-origin:4px 12px;animation-delay:-.3s;animation-delay:calc(var(--animation-duration)/-2.666)}
            .nc-loop-dots-4-24-icon-o :nth-child(2){transform-origin:12px 12px;animation-delay:-.15s;animation-delay:calc(var(--animation-duration)/-5.333)}
            .nc-loop-dots-4-24-icon-o :nth-child(3){transform-origin:20px 12px}
            @keyframes nc-loop-dots-4-anim{0%,100%{opacity:.4;transform:scale(.75)}50%{opacity:1;transform:scale(1)}}
        </style>
    </g>
</svg>        <span>Email sent</span>
    </button>
    <p data-members-error></p>
</form>


    </div>

</section>    

    


<section class="gh-container is-list gh-outer">
    <div class="gh-container-inner gh-inner">
        
            <h2 class="gh-container-title">
                Latest
            </h2>

        <main class="gh-main">
            <div class="gh-feed">

                                <article class="gh-card post no-image">
    <a class="gh-card-link" href="/new-location-new-article/">
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">New Location, New Article</h3>
                    <p class="gh-card-excerpt is-body">Dear CSJ Readers,

The Christian School Journal blog has a new home on Ghost, and this is the first message you will receive from it.

I made the move for a simple reason: It offers a better reading experience. Nothing of substance changes. The focus of the blog remains the</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Dr. Barrett Mosbacker</span>
                    <time class="gh-card-date" datetime="2026-06-02">02 Jun 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post featured">
    <a class="gh-card-link" href="/why-you-do-you-is-bad-advice-recovering-a-biblical-view-of-authenticity/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w160/format/webp/2026/05/pollution-fog-china-smokestacks.JPG 160w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w320/format/webp/2026/05/pollution-fog-china-smokestacks.JPG 320w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w600/format/webp/2026/05/pollution-fog-china-smokestacks.JPG 600w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w960/format/webp/2026/05/pollution-fog-china-smokestacks.JPG 960w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w1200/format/webp/2026/05/pollution-fog-china-smokestacks.JPG 1200w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w2000/format/webp/2026/05/pollution-fog-china-smokestacks.JPG 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w600/2026/05/pollution-fog-china-smokestacks.JPG"
                    alt="Why ‘You Do You’ Is Bad Advice: Recovering a Biblical View of Authenticity"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Why ‘You Do You’ Is Bad Advice: Recovering a Biblical View of Authenticity</h3>
                    <p class="gh-card-excerpt is-body">I had never experienced pollution like this before. As I walked from my Beijing hotel to the restaurant that night, the air hung around me like London fog. After only two blocks, my eyes were stinging and my throat felt as though I had swallowed a hot coal. It was</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Dr. Barrett Mosbacker</span>
                    <time class="gh-card-date" datetime="2026-05-29">29 May 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/how-i-stay-spiritually-emotionally-and-physically-healthy-as-a-head-of-school-2/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w160/format/webp/2026/04/8DD79686-B43E-4899-AB4A-669BE782CD47-1.png 160w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w320/format/webp/2026/04/8DD79686-B43E-4899-AB4A-669BE782CD47-1.png 320w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w600/format/webp/2026/04/8DD79686-B43E-4899-AB4A-669BE782CD47-1.png 600w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w960/format/webp/2026/04/8DD79686-B43E-4899-AB4A-669BE782CD47-1.png 960w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w1200/format/webp/2026/04/8DD79686-B43E-4899-AB4A-669BE782CD47-1.png 1200w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w2000/format/webp/2026/04/8DD79686-B43E-4899-AB4A-669BE782CD47-1.png 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w600/2026/04/8DD79686-B43E-4899-AB4A-669BE782CD47-1.png"
                    alt="How I Stay Spiritually, Emotionally, and Physically Healthy as a Head of School"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">How I Stay Spiritually, Emotionally, and Physically Healthy as a Head of School</h3>
                    <p class="gh-card-excerpt is-body">The demands of leading a school can be relentless. Working nine to twelve hours on weekdays and more on weekends, holidays, and vacations is physically, mentally, emotionally, and spiritually exhausting. More draining still is the weariness arising from the complaints and conflict that inexorably come with leadership. If you have</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Dr. Barrett Mosbacker</span>
                    <time class="gh-card-date" datetime="2026-04-26">26 Apr 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post featured">
    <a class="gh-card-link" href="/pigs-brains-scrambled-eggs-and-the-eyes-of-faith/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w160/format/webp/2026/04/Pigs-brain-scrambled-eggs-plate-1.jpeg 160w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w320/format/webp/2026/04/Pigs-brain-scrambled-eggs-plate-1.jpeg 320w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w600/format/webp/2026/04/Pigs-brain-scrambled-eggs-plate-1.jpeg 600w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w960/format/webp/2026/04/Pigs-brain-scrambled-eggs-plate-1.jpeg 960w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w1200/format/webp/2026/04/Pigs-brain-scrambled-eggs-plate-1.jpeg 1200w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w2000/format/webp/2026/04/Pigs-brain-scrambled-eggs-plate-1.jpeg 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w600/2026/04/Pigs-brain-scrambled-eggs-plate-1.jpeg"
                    alt="Pigs&#x27; Brains, Scrambled Eggs, and the Eyes of Faith"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Pigs&#x27; Brains, Scrambled Eggs, and the Eyes of Faith</h3>
                    <p class="gh-card-excerpt is-body">By Dr. Barrett Mosbacker

When I was a young boy, my father prepared a hearty breakfast, placing before me a plate filled with “scrambled eggs,” toast, and bacon. It was delicious, and being a growing boy, I asked for seconds. In fact, if my recollection is correct, I ate three</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Dr. Barrett Mosbacker</span>
                    <time class="gh-card-date" datetime="2026-04-26">26 Apr 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post featured">
    <a class="gh-card-link" href="/leading-through-fiery-furnaces/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w160/format/webp/2026/04/Image-1.jpeg 160w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w320/format/webp/2026/04/Image-1.jpeg 320w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w600/format/webp/2026/04/Image-1.jpeg 600w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w960/format/webp/2026/04/Image-1.jpeg 960w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w1200/format/webp/2026/04/Image-1.jpeg 1200w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w2000/format/webp/2026/04/Image-1.jpeg 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w600/2026/04/Image-1.jpeg"
                    alt="Leading Through Fiery Furnaces"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Leading Through Fiery Furnaces</h3>
                    <p class="gh-card-excerpt is-body">By Dr. Barrett Mosbacker



April 24, 2026



Life can be hard. Jesus told his disciples plainly, “I have said these things to you, that in me you may have peace. In the world you will have tribulation. But take heart; I have overcome the world” (John 16:33).



Christians are</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Dr. Barrett Mosbacker</span>
                    <time class="gh-card-date" datetime="2026-04-24">24 Apr 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post">
    <a class="gh-card-link" href="/what-a-1950s-housewife-can-teach-you-about-leadership-productivity/">
            <figure class="gh-card-image">
                <img
                    srcset="https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w160/format/webp/2026/04/1950-Housewife-Cleaning-Dusting.jpeg 160w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w320/format/webp/2026/04/1950-Housewife-Cleaning-Dusting.jpeg 320w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w600/format/webp/2026/04/1950-Housewife-Cleaning-Dusting.jpeg 600w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w960/format/webp/2026/04/1950-Housewife-Cleaning-Dusting.jpeg 960w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w1200/format/webp/2026/04/1950-Housewife-Cleaning-Dusting.jpeg 1200w,
                            https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w2000/format/webp/2026/04/1950-Housewife-Cleaning-Dusting.jpeg 2000w"
                    sizes="320px"
                    src="https://storage.ghost.io/c/9f/0c/9f0cbd0d-c8d9-45a0-9a9c-712891d124f1/content/images/size/w600/2026/04/1950-Housewife-Cleaning-Dusting.jpeg"
                    alt="What a 1950s Housewife Can Teach You About Leadership Productivity"
                    loading="lazy"
                >
            </figure>
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">What a 1950s Housewife Can Teach You About Leadership Productivity</h3>
                    <p class="gh-card-excerpt is-body">By Dr. Barrett Mosbacker



April 1, 2026



After watching a video titled 20 Forgotten American Habits to Never Have a Messy Home Again, I realized that many of the practical suggestions apply to leadership productivity, not just housework. Each leadership practice below mirrors a domestic habit from that video. The</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Dr. Barrett Mosbacker</span>
                    <time class="gh-card-date" datetime="2026-04-01">01 Apr 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post no-image">
    <a class="gh-card-link" href="/was-chicken-little-right-is-the-sky-falling/">
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Was Chicken Little Right? Is the Sky Falling?</h3>
                    <p class="gh-card-excerpt is-body">Although he is cute, I have no desire to be Chicken Little. I do not believe the sky is falling.



I am convinced, however, that storm clouds have formed on the horizon.



Referencing the PBS special Where We Stand: Echoes of Sputnik and a Call to Action, Mr. Thorpe writes</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Dr. Barrett Mosbacker</span>
                    <time class="gh-card-date" datetime="2026-04-01">01 Apr 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post no-image">
    <a class="gh-card-link" href="/make-time-to-think-why-every-christian-leader-needs-mental-white-space/">
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Make Time to Think- Why Every Christian Leader Needs Mental White Space</h3>
                    <p class="gh-card-excerpt is-body">By Dr. Barrett Mosbacker



May 26, 2025



Have you ever walked into a room filled with the aroma of freshly baked bread or warm chocolate chip cookies? The effect is almost immediate — a welcoming sense of warmth that stirs fond memories and awakens the appetite. We often call such dishes</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Dr. Barrett Mosbacker</span>
                    <time class="gh-card-date" datetime="2026-04-01">01 Apr 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post no-image">
    <a class="gh-card-link" href="/its-hiring-seasonbeware-wolves-masquerading-as-sheep/">
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">It’s Hiring Season: Beware Wolves Masquerading as Sheep</h3>
                    <p class="gh-card-excerpt is-body">By Dr. Barrett Mosbacker



March, 2025



There are wolves outside your schoolhouse door. They want in. Some may already be inside — prowling the halls, lurking in classrooms, or occupying offices. But they do not look like wolves. They look like sheep. They bleat like sheep. Yet they are not sheep.</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Dr. Barrett Mosbacker</span>
                    <time class="gh-card-date" datetime="2026-04-01">01 Apr 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post no-image">
    <a class="gh-card-link" href="/how-to-make-practical-use-of-a-biblical-theme/">
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">How to Make Practical Use of a Biblical-Theme</h3>
                    <p class="gh-card-excerpt is-body">By Dr. Barrett Mosbacker



I have made a practice of selecting a biblical theme for each school year. The theme is a biblical truth, principle, or value accompanied by corresponding Bible verses. For example, over the last several years I have selected the following themes and verses:



 * The Fruit of</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Dr. Barrett Mosbacker</span>
                    <time class="gh-card-date" datetime="2026-04-01">01 Apr 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post no-image">
    <a class="gh-card-link" href="/how-shifting-values-will-affect-our-schools/">
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">How Shifting Values Will Affect Our Schools</h3>
                    <p class="gh-card-excerpt is-body">By Dr. Barrett Mosbacker



September 15, 2019



The Wall Street Journal recently reported:






That the values that Americans say define the national character are changing, as younger generations rate patriotism, religion and having children as less important to them than did young people two decades ago. Views varied sharply by</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Dr. Barrett Mosbacker</span>
                    <time class="gh-card-date" datetime="2026-04-01">01 Apr 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                                <article class="gh-card post no-image">
    <a class="gh-card-link" href="/ghost-writers-in-the-sky-navigating-ais-role-in-authorship/">
        <div class="gh-card-wrapper">
            <h3 class="gh-card-title is-title">Ghost Writers in the Sky Navigating AI’s Role in Authorship</h3>
                    <p class="gh-card-excerpt is-body">By Dr. Barrett Mosbacker



Johnny Cash’s haunting song Ghost Riders in the Sky has always resonated with me as a powerful metaphor and cautionary tale about the dire consequences of sin and the urgent need for repentance.



Given that later in his life Cash professed to be a Christian,</p>
            <footer class="gh-card-meta">
<!--
             -->
                    <span class="gh-card-author">By Dr. Barrett Mosbacker</span>
                    <time class="gh-card-date" datetime="2026-04-01">01 Apr 2026</time>
                <!--
         --></footer>
        </div>
    </a>
</article>
                    


            </div>

                <div class="gh-more is-title">
                    <a href="https://www.christianschooljournal.com/page/2/">See all <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg></a>
                </div>
        </main>


    </div>
</section>

    
    <footer class="gh-footer gh-outer">
    <div class="gh-footer-inner gh-inner">

                <section class="gh-footer-signup">
                    <h2 class="gh-footer-signup-header is-title">
                        The Christian School Journal
                    </h2>
                    <p class="gh-footer-signup-subhead is-body">
                        Equipping Christian school leaders with reflections and practical advice on leadership, Christian worldview, and theology.
                    </p>
                    <form class="gh-form" data-members-form>
    <input class="gh-form-input" id="footer-email" name="email" type="email" placeholder="jamie@example.com" required data-members-email>
    <button class="gh-button" type="submit" aria-label="Subscribe">
        <span><span>Subscribe</span> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256"><path d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg></span>
        <svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24">
    <g stroke-linecap="round" stroke-width="2" fill="currentColor" stroke="none" stroke-linejoin="round" class="nc-icon-wrapper">
        <g class="nc-loop-dots-4-24-icon-o">
            <circle cx="4" cy="12" r="3"></circle>
            <circle cx="12" cy="12" r="3"></circle>
            <circle cx="20" cy="12" r="3"></circle>
        </g>
        <style data-cap="butt">
            .nc-loop-dots-4-24-icon-o{--animation-duration:0.8s}
            .nc-loop-dots-4-24-icon-o *{opacity:.4;transform:scale(.75);animation:nc-loop-dots-4-anim var(--animation-duration) infinite}
            .nc-loop-dots-4-24-icon-o :nth-child(1){transform-origin:4px 12px;animation-delay:-.3s;animation-delay:calc(var(--animation-duration)/-2.666)}
            .nc-loop-dots-4-24-icon-o :nth-child(2){transform-origin:12px 12px;animation-delay:-.15s;animation-delay:calc(var(--animation-duration)/-5.333)}
            .nc-loop-dots-4-24-icon-o :nth-child(3){transform-origin:20px 12px}
            @keyframes nc-loop-dots-4-anim{0%,100%{opacity:.4;transform:scale(.75)}50%{opacity:1;transform:scale(1)}}
        </style>
    </g>
</svg>        <span>Email sent</span>
    </button>
    <p data-members-error></p>
</form>
                </section>

        <div class="gh-social-links">
                <a href="https://x.com/ghost" target="_blank" rel="noopener" aria-label="X">
<svg viewBox="0 0 24 24" fill="currentColor"><g><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>                </a>
                <a href="https://www.facebook.com/ghost" target="_blank" rel="noopener" aria-label="Facebook">
<svg class="icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M23.9981 11.9991C23.9981 5.37216 18.626 0 11.9991 0C5.37216 0 0 5.37216 0 11.9991C0 17.9882 4.38789 22.9522 10.1242 23.8524V15.4676H7.07758V11.9991H10.1242V9.35553C10.1242 6.34826 11.9156 4.68714 14.6564 4.68714C15.9692 4.68714 17.3424 4.92149 17.3424 4.92149V7.87439H15.8294C14.3388 7.87439 13.8739 8.79933 13.8739 9.74824V11.9991H17.2018L16.6698 15.4676H13.8739V23.8524C19.6103 22.9522 23.9981 17.9882 23.9981 11.9991Z"/></svg>                </a>
                <a href="https://www.linkedin.com/in/bmosbacker" target="_blank" rel="noopener" aria-label="LinkedIn">
<svg class="icon" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path d="M22.2 0H1.8C1.32261 0 0.864773 0.18964 0.527213 0.527213C0.18964 0.864773 0 1.32261 0 1.8V22.2C0 22.6773 0.18964 23.1352 0.527213 23.4728C0.864773 23.8104 1.32261 24 1.8 24H22.2C22.6773 24 23.1352 23.8104 23.4728 23.4728C23.8104 23.1352 24 22.6773 24 22.2V1.8C24 1.32261 23.8104 0.864773 23.4728 0.527213C23.1352 0.18964 22.6773 0 22.2 0ZM7.2 20.4H3.6V9.6H7.2V20.4ZM5.4 7.5C4.98741 7.48821 4.58747 7.35509 4.25011 7.11729C3.91275 6.87949 3.65293 6.54755 3.50316 6.16293C3.35337 5.77832 3.32025 5.35809 3.40793 4.95476C3.4956 4.55144 3.7002 4.18288 3.99613 3.89517C4.29208 3.60745 4.66624 3.41332 5.07188 3.33704C5.47752 3.26075 5.89664 3.30569 6.27688 3.46625C6.65712 3.6268 6.98163 3.89585 7.20983 4.23977C7.43804 4.58371 7.55983 4.98725 7.56 5.4C7.55052 5.96441 7.318 6.50213 6.91327 6.89564C6.50852 7.28913 5.96447 7.50643 5.4 7.5ZM20.4 20.4H16.8V14.712C16.8 13.008 16.08 12.396 15.144 12.396C14.8696 12.4143 14.6015 12.4865 14.3551 12.6088C14.1087 12.7309 13.8888 12.9007 13.7081 13.108C13.5276 13.3155 13.3896 13.5565 13.3024 13.8173C13.2152 14.0781 13.1804 14.3536 13.2 14.628C13.194 14.6839 13.194 14.7401 13.2 14.796V20.4H9.6V9.6H13.08V11.16C13.4311 10.626 13.9133 10.1911 14.4807 9.89693C15.048 9.6028 15.6813 9.4592 16.32 9.48C18.18 9.48 20.352 10.512 20.352 13.872L20.4 20.4Z" fill="currentColor"/>
</svg>                </a>
        </div>

        <div class="gh-footer-bar">
            <span class="gh-footer-logo is-title">
                    The Christian School Journal
            </span>
            <nav class="gh-footer-menu">
                <ul class="nav">
    <li class="nav-sign-up nav-current"><a href="#/portal/">Sign up</a></li>
</ul>

            </nav>
            <div class="gh-footer-copyright">
                Powered by <a href="https://ghost.org/" target="_blank" rel="noopener">Ghost</a>
            </div>
        </div>

    </div>
</footer>
    
</div>


<script src="https://www.christianschooljournal.com/assets/built/source.js?v=33cfcbed5f"></script>



</body>
</html>
