Skip to content

[fix](blog): front matter(title, tags)#843

Merged
RalphHightower merged 2 commits intomainfrom
RalphHightower-patch-197127
Feb 7, 2025
Merged

[fix](blog): front matter(title, tags)#843
RalphHightower merged 2 commits intomainfrom
RalphHightower-patch-197127

Conversation

@RalphHightower
Copy link
Copy Markdown
Owner

No description provided.

Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com>
@RalphHightower RalphHightower added blog Blog Post markdown Markdown jekyll Jekyll associated changes article – politics Political articles fix Fix problem(s) labels Feb 7, 2025
@RalphHightower RalphHightower self-assigned this Feb 7, 2025
Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com>
@RalphHightower RalphHightower merged commit 1ab7c39 into main Feb 7, 2025
@RalphHightower
Copy link
Copy Markdown
Owner Author

RalphHightower commented Feb 7, 2025

Run bundle exec jekyll build --trace --incremental --baseurl "/blog"
  bundle exec jekyll build --trace --incremental --baseurl "/blog"
  shell: /usr/bin/bash -e {0}
  env:
    GITHUB_PAGES: true
    JEKYLL_ENV: production
    JEKYLL_GITHUB_TOKEN: 
    LOG_LEVEL: debug
To use retry middleware with Faraday v2.0+, install `faraday-retry` gem
Configuration file: /home/runner/work/blog/blog/_config.yml
            Source: /home/runner/work/blog/blog
       Destination: /home/runner/work/blog/blog/_site
 Incremental build: enabled
      Generating... 
  AI Related Posts: Creating cache [.ai_related_posts_cache.sqlite3]
  AI Related Posts: Fetch disabled. Using cached related posts data.
  AI Related Posts: Found 0 cached embeddings; skipped 469 fetches
       Jekyll Feed: Generating feed for posts
         AutoPages: Disabled/Not configured in site.config.
        Pagination: ----------------------------
        Pagination: Page: blogpager.html
        Pagination:  Active configuration
        Pagination:   Enabled:          true
        Pagination:   Items per page:   [1](https://github.com/RalphHightower/blog/actions/runs/13193393202/job/36830300603#step:7:1)5
        Pagination:   Permalink:        /page/:num/
        Pagination:   Title:            :title - page :num of :max
        Pagination:   Limit:            0
        Pagination:   Sort by:          date
        Pagination:   Sort reverse:     true
        Pagination:  Active Filters
        Pagination:   Collection:       posts
        Pagination:   Offset:           [2](https://github.com/RalphHightower/blog/actions/runs/13193393202/job/36830300603#step:7:2)
        Pagination:   Category:         [Not set]
        Pagination:   Tag:              [Not set]
        Pagination:   Locale:           [Not set]
        Pagination:  Filtering by: Category  469 => 469
        Pagination:  Filtering by: Tag       469 => 469
        Pagination:  Filtering by: Locale    469 => 469
        Pagination: Rolling through the date fields for all documents
        Pagination: Complete, processed 1 pagination page(s)
DEPRECATION WARNING: to_time will always preserve the timezone offset of the receiver in Rails 8.0. To opt in to the new behavior, set `ActiveSupport.to_time_preserves_timezone = true`. (called from load at /home/runner/work/blog/blog/vendor/bundle/ruby/[3](https://github.com/RalphHightower/blog/actions/runs/13193393202/job/36830300603#step:7:3).3.0/bin/jekyll:25)
DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

  ╷
2 │   "minima/skins/auto",
  │   ^^^^^^^^^^^^^^^^^^^
  ╵
    /home/runner/work/blog/blog/assets/css/style.scss 2:3  root stylesheet
DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

  ╷
3 │   "minima/initialize";
  │   ^^^^^^^^^^^^^^^^^^^
  ╵
    /home/runner/work/blog/blog/assets/css/style.scss 3:3  root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
1[4](https://github.com/RalphHightower/blog/actions/runs/13193393202/job/36830300603#step:7:4) │ $lm-brand-color-light:     lighten($lm-brand-color, 40%) !default;
   │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima/skins/auto.scss 14:28                           @import
    /home/runner/work/blog/blog/assets/css/style.scss 2:3  root stylesheet
DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions:

color.scale($color, $lightness: [5](https://github.com/RalphHightower/blog/actions/runs/13193393202/job/36830300603#step:7:5)1.6455696203%)
color.adjust($color, $lightness: 40%)

More info: https://sass-lang.com/d/color-functions

   ╷
14 │ $lm-brand-color-light:     lighten($lm-brand-color, 40%) !default;
   │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima/skins/auto.scss 14:28                           @import
    /home/runner/work/blog/blog/assets/css/style.scss 2:3  root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
15 │ $lm-brand-color-dark:      darken($lm-brand-color, 25%) !default;
   │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima/skins/auto.scss 15:28                           @import
    /home/runner/work/blog/blog/assets/css/style.scss 2:3  root stylesheet
DEPRECATION WARNING [color-functions]: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -100%)
color.adjust($color, $lightness: -25%)

More info: https://sass-lang.com/d/color-functions

   ╷
15 │ $lm-brand-color-dark:      darken($lm-brand-color, 25%) !default;
   │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima/skins/auto.scss 15:28                           @import
    /home/runner/work/blog/blog/assets/css/style.scss 2:3  root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
24 │ $lm-link-visited-color:    darken($lm-link-base-color, 25%) !default;
   │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima/skins/auto.scss 24:28                           @import
    /home/runner/work/blog/blog/assets/css/style.scss 2:3  root stylesheet
DEPRECATION WARNING [color-functions]: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -100%)
color.adjust($color, $lightness: -25%)

More info: https://sass-lang.com/d/color-functions

   ╷
24 │ $lm-link-visited-color:    darken($lm-link-base-color, 25%) !default;
   │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima/skins/auto.scss 24:28                           @import
    /home/runner/work/blog/blog/assets/css/style.scss 2:3  root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
28 │ $lm-border-color-02:       lighten($lm-brand-color, 35%) !default;
   │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima/skins/auto.scss 28:28                           @import
    /home/runner/work/blog/blog/assets/css/style.scss 2:3  root stylesheet
DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 45.1898734177%)
color.adjust($color, $lightness: 35%)

More info: https://sass-lang.com/d/color-functions

   ╷
28 │ $lm-border-color-02:       lighten($lm-brand-color, 35%) !default;
   │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima/skins/auto.scss 28:28                           @import
    /home/runner/work/blog/blog/assets/css/style.scss 2:3  root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
31 │ $lm-table-text-color:      lighten($lm-text-color, 18%) !default;
   │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima/skins/auto.scss 31:28                           @import
    /home/runner/work/blog/blog/assets/css/style.scss 2:3  root stylesheet
DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 22.8358208955%)
color.adjust($color, $lightness: 18%)

More info: https://sass-lang.com/d/color-functions

   ╷
31 │ $lm-table-text-color:      lighten($lm-text-color, 18%) !default;
   │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima/skins/auto.scss 31:28                           @import
    /home/runner/work/blog/blog/assets/css/style.scss 2:3  root stylesheet
DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
4[6](https://github.com/RalphHightower/blog/actions/runs/13193393202/job/36830300603#step:7:6) │   "minima/custom-variables", // Hook to override predefined variables.
   │   ^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima/initialize.scss 46:3                            @import
    /home/runner/work/blog/blog/assets/css/style.scss 3:3  root stylesheet
DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
4[7](https://github.com/RalphHightower/blog/actions/runs/13193393202/job/36830300603#step:7:7) │   "minima/base",             // Defines element resets.
   │   ^^^^^^^^^^^^^
   ╵
    minima/initialize.scss 47:3                            @import
    /home/runner/work/blog/blog/assets/css/style.scss 3:3  root stylesheet
DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
4[8](https://github.com/RalphHightower/blog/actions/runs/13193393202/job/36830300603#step:7:8) │   "minima/layout",           // Defines structure and style based on CSS selectors.
   │   ^^^^^^^^^^^^^^^
   ╵
    minima/initialize.scss 48:3                            @import
    /home/runner/work/blog/blog/assets/css/style.scss 3:3  root stylesheet
WARNING: 11 repetitive deprecation warnings omitted.
Run in verbose mode to see all warnings.
DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

  ╷
1 │ @import "minima";
  │         ^^^^^^^^
  ╵
    /home/runner/work/blog/blog/assets/main.scss 1:[9](https://github.com/RalphHightower/blog/actions/runs/13193393202/job/36830300603#step:7:10)  root stylesheet
DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
48 │   "minima/base",
   │   ^^^^^^^^^^^^^
   ╵
    minima.scss 48:3                                  @import
    /home/runner/work/blog/blog/assets/main.scss 1:9  root stylesheet
DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
49 │   "minima/layout",
   │   ^^^^^^^^^^^^^^^
   ╵
    minima.scss 49:3                                  @import
    /home/runner/work/blog/blog/assets/main.scss 1:9  root stylesheet
DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
50 │   "minima/syntax-highlighting"
   │   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima.scss 50:3                                  @import
    /home/runner/work/blog/blog/assets/main.scss 1:9  root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
18 │ $grey-color-light: lighten($grey-color, 40%) !default;
   │                    ^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima.scss 18:20                                 @import
    /home/runner/work/blog/blog/assets/main.scss 1:9  root stylesheet
DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 81.6%)
color.adjust($color, $lightness: 40%)

More info: https://sass-lang.com/d/color-functions

   ╷
18 │ $grey-color-light: lighten($grey-color, 40%) !default;
   │                    ^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima.scss 18:20                                 @import
    /home/runner/work/blog/blog/assets/main.scss 1:9  root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
19 │ $grey-color-dark:  darken($grey-color, 25%) !default;
   │                    ^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima.scss 19:20                                 @import
    /home/runner/work/blog/blog/assets/main.scss 1:9  root stylesheet
DEPRECATION WARNING [color-functions]: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -49.0384615385%)
color.adjust($color, $lightness: -25%)

More info: https://sass-lang.com/d/color-functions

   ╷
19 │ $grey-color-dark:  darken($grey-color, 25%) !default;
   │                    ^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima.scss 19:20                                 @import
    /home/runner/work/blog/blog/assets/main.scss 1:9  root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

    ╷
1[10](https://github.com/RalphHightower/blog/actions/runs/13193393202/job/36830300603#step:7:11) │     color: darken($brand-color, 15%);
    │            ^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵
    ../../../../minima-2.5.2/_sass/minima/_base.scss [11](https://github.com/RalphHightower/blog/actions/runs/13193393202/job/36830300603#step:7:12)0:12  @import
    minima.scss 48:3                                         @import
    /home/runner/work/blog/blog/assets/main.scss 1:9         root stylesheet
DEPRECATION WARNING [color-functions]: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -28.5447761194%)
color.adjust($color, $lightness: -15%)

More info: https://sass-lang.com/d/color-functions

    ╷
110 │     color: darken($brand-color, 15%);
    │            ^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵
    ../../../../minima-2.5.2/_sass/minima/_base.scss 110:[12](https://github.com/RalphHightower/blog/actions/runs/13193393202/job/36830300603#step:7:13)  @import
    minima.scss 48:3                                         @import
    /home/runner/work/blog/blog/assets/main.scss 1:9         root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

    ╷
235 │   color: lighten($text-color, 18%);
    │          ^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵
    ../../../../minima-2.5.2/_sass/minima/_base.scss 235:10  @import
    minima.scss 48:3                                         @import
    /home/runner/work/blog/blog/assets/main.scss 1:9         root stylesheet
DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 19.2857142857%)
color.adjust($color, $lightness: 18%)

More info: https://sass-lang.com/d/color-functions

    ╷
235 │   color: lighten($text-color, 18%);
    │          ^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵
    ../../../../minima-2.5.2/_sass/minima/_base.scss 235:10  @import
    minima.scss 48:3                                         @import
    /home/runner/work/blog/blog/assets/main.scss 1:9         root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

    ╷
240 │       background-color: lighten($grey-color-light, 6%);
    │                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵
    ../../../../minima-2.5.2/_sass/minima/_base.scss 240:25  @import
    minima.scss 48:3                                         @import
    /home/runner/work/blog/blog/assets/main.scss 1:9         root stylesheet
DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 66.521739[13](https://github.com/RalphHightower/blog/actions/runs/13193393202/job/36830300603#step:7:14)04%)
color.adjust($color, $lightness: 6%)

More info: https://sass-lang.com/d/color-functions

    ╷
240 │       background-color: lighten($grey-color-light, 6%);
    │                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵
    ../../../../minima-2.5.2/_sass/minima/_base.scss 240:25  @import
    minima.scss 48:3                                         @import
    /home/runner/work/blog/blog/assets/main.scss 1:9         root stylesheet
WARNING: 6 repetitive deprecation warnings omitted.
Run in verbose mode to see all warnings.
          Conflict: The following destination is shared by multiple files.
                    The written file may end up with unexpected contents.
                    /home/runner/work/blog/blog/_site/assets/minima-social-icons.svg
                     - assets/minima-social-icons.liquid
                     - /home/runner/work/blog/blog/vendor/bundle/ruby/3.3.0/gems/minima-2.5.2/assets/minima-social-icons.svg
                    
          Conflict: The following destination is shared by multiple files.
                    The written file may end up with unexpected contents.
                    /home/runner/work/blog/blog/_site/2025/01/TrumpElectionInterferenceReport.html
                     - /home/runner/work/blog/blog/_posts/2025/01/2025-01-10-TrumpElectionInterferenceReport.md
                     - /home/runner/work/blog/blog/_posts/2025/01/2025-01-12-TrumpElectionInterferenceReport.md
                     - /home/runner/work/blog/blog/_posts/2025/01/2025-01-13-TrumpElectionInterferenceReport.md
                    
                    done in 33.[17](https://github.com/RalphHightower/blog/actions/runs/13193393202/job/36830300603#step:7:18)1 seconds.
 Auto-regeneration: disabled. Use --watch to enable.
Run actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa
  with:
    name: github-pages
    path: _site/
    retention-days: 1
  env:
    GITHUB_PAGES: true
Run echo ::group::Archive artifact
  echo ::group::Archive artifact
  tar \
    --dereference --hard-dereference \
    --directory "$INPUT_PATH" \
    -cvf "$RUNNER_TEMP/artifact.tar" \
    --exclude=.git \
    --exclude=.github \
    .
  echo ::endgroup::
  shell: /usr/bin/sh -e {0}
  env:
    GITHUB_PAGES: true
    INPUT_PATH: _site/
Archive artifact
  ./
  ./page/
  ./page/2/
  ./page/2/blogpager.html
  ./page/25/
  ./page/25/blogpager.html
  ./page/20/
  ./page/20/blogpager.html
  ./page/31/
  ./page/31/blogpager.html
  ./page/14/
  ./page/14/blogpager.html
  ./page/10/
  ./page/10/blogpager.html
  ./page/6/
  ./page/6/blogpager.html
  ./page/7/
  ./page/7/blogpager.html
  ./page/16/
  ./page/16/blogpager.html
  ./page/26/
  ./page/26/blogpager.html
  ./page/24/
  ./page/24/blogpager.html
  ./page/4/
  ./page/4/blogpager.html
  ./page/11/
  ./page/11/blogpager.html
  ./page/17/
  ./page/17/blogpager.html
  ./page/13/
  ./page/13/blogpager.html
  ./page/9/
  ./page/9/blogpager.html
  ./page/21/
  ./page/21/blogpager.html
  ./page/15/
  ./page/15/blogpager.html
  ./page/19/
  ./page/19/blogpager.html
  ./page/28/
  ./page/28/blogpager.html
  ./page/30/
  ./page/30/blogpager.html
  ./page/8/
  ./page/8/blogpager.html
  ./page/29/
  ./page/29/blogpager.html
  ./page/23/
  ./page/23/blogpager.html
  ./page/5/
  ./page/5/blogpager.html
  ./page/22/
  ./page/22/blogpager.html
  ./page/18/
  ./page/18/blogpager.html
  ./page/3/
  ./page/3/blogpager.html
  ./page/32/
  ./page/32/blogpager.html
  ./page/12/
  ./page/12/blogpager.html
  ./page/27/
  ./page/27/blogpager.html
  ./LICENSE
  ./robots.txt
  ./blogpager.html
  ./2019/
  ./2019/06/
  ./2019/06/BromanceTakeDarkTurn.html
  ./docs/
  ./docs/workflows.html
  ./docs/CHANGELOG.html
  ./docs/BuildCreateEditMaintenance.html
  ./docs/PURPOSE.html
  ./assets/
  ./assets/minima-social-icons.svg
  ./assets/main.css.map
  ./assets/css/
  ./assets/css/style.css.map
  ./assets/css/style.css
  ./assets/main.css
  ./feed.xml
  ./package.json
  ./CONTRIBUTORS.html
  ./SECURITY.html
  ./gov/
  ./gov/justice/
  ./gov/justice/SpecialCounsel2020ElectionInterference.html
  ./img/
  ./img/2025-01-27-TrumpDoral-2.jpeg
  ./img/280151.jpg
  ./img/GSP9xuHWcAA2UZD.jpeg
  ./img/289464.jpg
  ./img/GrumpyTrump.jpeg
  ./img/2025-01-27-TrumpDoral-1.jpeg
  ./img/2025-01-27-TrumpDoral-4.jpeg
  ./img/2025-01-27-TrumpDoral-3.jpeg
  ./img/calfire_GhwRY0pXUAAN7Dt-980x735.jpg
  ./img/TrumpyChristmasCarol.webp
  ./img/calfire_GhwTaL9WwAADLJe-980x654.jpg
  ./img/ElonMuskAtTaylorSwiftConcert.jpg
  ./img/DonnyTrumpParentsVisitNYBoardingSchool.jpeg
  ./img/241010-donald-trump-paper-towels-al-1022-242643.jpg
  ./img/SharpiePrezDorianConeUncertainty.jpeg
  ./img/5852ccc8dd0895cb558b4e99.jpeg
  ./img/calfire_GhwRk5xXoAE_e1I.jpg
  ./img/JoshHawleySalute.jpg
  ./img/RunJoshRun0106.png
  ./CODEOWNERS
  ./sitemap.xml
  ./2025/
  ./2025/01/
  ./2025/01/ElectionGrief.html
  ./2025/01/TrumpImperialism.html
  ./2025/01/TrumpTestsAmericansMorality.html
  ./2025/01/Trump2025Week1.html
  ./2025/01/TrumpsPoodleOnMTP.html
  ./2025/01/CapitolPoliceToOathKeeperFuckYou.html
  ./2025/01/J20BishopSpeaksTruthToPower.html
  ./2025/01/19-TrumpDividerNotUnifier.html
  ./2025/01/TrumpWeaponizingFedGovt.html
  ./2025/01/Project2025.html
  ./2025/01/TrumpLosesControlOfMuskAtInauguration.html
  ./2025/01/TrumpSpendingFUBAR.html
  ./2025/01/DOGEBecomesDODGE.html
  ./2025/01/TrumpianLegislatotChokeOnJan6Pardons.html
  ./2025/01/CapitolPoliceOfficerToTrump.html
  ./2025/01/TrumpDividerNotUnifier.html
  ./2025/01/TrumpUnleashTheVigilantesMilitia.html
  ./2025/01/ChiefJusticeRobertsSwipesAtVPElectVance.html
  ./2025/01/MaryTrumpUKTelevision.html
  ./2025/01/MAGACivilWar.html
  ./2025/01/J6CollectiveAmensia.html
  ./2025/01/TrumperTantrumDOJJan6Report.html
  ./2025/01/TrumpFEMAActionsHurtNC.html
  ./2025/01/TrumpTechBromance.html
  ./2025/01/TrumpInaugurationSkyboxes.html
  ./2025/01/MaryTrumpCopingTips.html
  ./2025/01/LizChenyGetsStandingOvation.html
  ./2025/01/TrumpFederalStateCases.html
  ./2025/01/JoeBidenOpEd.html
  ./2025/01/TrumpsCorruption.html
  ./2025/01/MuskHeftySEXLCFine.html
  ./2025/01/SameOldNewPrezSameOldNewPandemic.html
  ./2025/01/TrumpAdvisorsVersusSycophants.html
  ./2025/01/TrumpSupportersCallHimOut.html
  ./2025/01/SurveilledPart2.html
  ./2025/01/FCTrumpCaliforniaWater.html
  ./2025/01/DOJReportJan6CoupAttempt.html
  ./2025/01/IGsFiredFridayNightMassacre.html
  ./2025/01/TrumpElectionInterferenceReport.html
  ./2025/01/BernieSandersResistance.html
  ./2025/01/BidenGrantsFreedomFrom-Persecution.html
  ./2025/01/DemocratsTorchTrumpersAfterElectoralCollege.html
  ./2025/01/TrumpPainPoint.html
  ./2025/01/MuskForeignMeddling.html
  ./2025/01/TrumpAppealsFailsUS-NY.html
  ./2025/01/TrumpPoliticizesLAFires.html
  ./2025/01/TrumpFuckedFederalStateLocalGovt.html
  ./2025/01/DOJReportJan6Released.html
  ./2025/01/DOJ-SC-Report-TrumpGuilty.html
  ./2025/01/TrumpSnowplowsDavos.html
  ./2025/01/BigCorporationsBowToTrump.html
  ./2025/01/FCTrumpFirstGenWantsEndBirthrightCitizenship.html
  ./2025/01/TrumpAGPickPamBondi.html
  ./2025/01/FederalReserveFOMC.html
  ./2025/01/TrumpElectionInterferenceReportSetForRelease.html
  ./2025/01/TrumpCabalPoliticalEnemies.html
  ./2025/01/BidenAIChipBan.html
  ./2025/01/TrumpRetributionDecimateFBI.html
  ./2025/01/TrumpWrongPardonJan6Criminals.html
  ./2025/01/PresidentBidenFarewellAddress.html
  ./2025/01/FedJudgeCheckMatesJ6Criminal.html
  ./2025/01/TrumpPardonsJan6Criminals.html
  ./2025/01/HistoricHouseForSale.html
  ./2025/01/TrumpPromises.html
  ./2025/01/TrumpGolfGetsInWayOfPresident.html
  ./2025/01/TrumpTrystTechBromancersSkyboxViews.html
  ./2025/01/FirstPressBriefingKarolineLeavett.html
  ./2025/01/TrumpConvictedFelon.html
  ./2025/01/TrumpLiesFreeSpeechNoFactChecking.html
  ./2025/01/TrumpsLies.html
  ./2025/01/WhiteHouseGovtAuction.html
  ./2025/01/FactCheckingInauguralSpeech.html
  ./2025/01/HandlingPoliticalAnxiety.html
  ./2025/01/TrumpSellsSwearingBibleOnBitcoin.html
  ./2025/01/MuskUsingDOGEtoEnrichHimself.html
  ./2025/01/TrumpSilencesHealthAgencies.html
  ./2025/01/TrumpFanningFlamesInCalifornia.html
  ./2025/01/TrumpCryptoScam.html
  ./2025/01/TrumpCrisisManglingMismanagement.html
  ./2025/01/CDCOrderedCutCommsWHI.html
  ./2025/01/IgnoramusInChief.html
  ./2025/01/TikTokAllianceAmericaChina.html
  ./2025/01/TrumpsTechTrystOligarchs.html
  ./2025/01/TrumpHaltsCancerResearch.html
  ./2025/01/DonnieDJGreenlandFakery.html
  ./2025/01/TrumpPardonsJ6Criminals.html
  ./2025/01/HowDoesDOJGetsOutplayed.html
  ./2025/01/TrumpWeaponizingGovt.html
  ./2025/01/JudgePushbackJ6.html
  ./2025/01/SchiffOnJ6Pardons.html
  ./2025/01/TrumpFlipFlopsOnTikTok.html
  ./2025/01/SurveilledPart1.html
  ./2025/01/NewOrleansStrong.html
  ./2025/01/J6JudgeBlastsTrumpPardons.html
  ./2025/01/TrumpPettyLittleMan.html
  ./2025/01/TrumpOverpromiseUnderdeliver.html
  ./2025/01/TrumpsWarFreedomOfPress.html
  ./2025/01/KillingOurKids.html
  ./2025/01/HaleyForSale.html
  ./2025/01/FCTrumpWeaponizationOfGovernment.html
  ./2025/01/GreenlandNotForSale.html
  ./2025/01/TrumpCabinetNomineeSunk.html
  ./2025/02/
  ./2025/02/TrumpResortGaza.html
  ./2025/02/GotToKnowWhenToFoldThem.html
  ./2025/02/MuskAccessPII.html
  ./2025/02/ConstitutionalCrisis.html
  ./2025/02/RevengeOfTheTrumpFBIPrepping.html
  ./2025/02/KellyeSoRelleSentencedPreservation.html
  ./2025/02/JokerFiringCommisioner.html
  ./2025/02/BankRobberyMusk.html
  ./2025/02/ClearPresentDangerFBIPurge.html
  ./2025/02/PressSecKarolineLeavittSeanSpicer.html
  ./2025/02/YoungAndRestless.html
  ./2025/02/WhoElelectedThisMuskBozo.html
  ./2025/02/RunningIntoGround.html
  ./2025/02/FCThatsALotOfCondoms.html
  ./2025/02/FBIStunnedWithMassivePurge.html
  ./2025/02/FBIAgentsOrderedDetailJan6.html
  ./2025/02/SCAGWeaponizesStateGovernment.html
  ./2025/02/AllYourMoneyAreBelongToUs.html
  ./2025/02/TrumpRevengeHarmsNationalSecurity.html
  ./2025/02/NovicesInGovermtCompters.html
  ./2025/02/TrumpTariffsTanks.html
  ./mdl.html
  ./SUPPORT.html
  ./tag/
  ./tag/tag_page.html
  ./tag/tag-cloud.html
  ./CODE_OF_CONDUCT.md
  ./footer.html
  ./script/
  ./script/build
  ./script/server
  ./script/bootstrap
  ./script/cibuild
  ./2024/
  ./2024/10/
  ./2024/10/Jan6InternmentCampsNot.html
  ./2024/10/MTG1BlessHeartMarjorieTaylorGreeneHurricanes.html
  ./2024/10/CrybabyTrumpHasDamagedPeacefulTransferOfPower.html
  ./2024/10/JohnRobertsBungledDecisionPrezImmunity.html
  ./2024/10/Dementia6RamblingSpeechDEC.html
  ./2024/10/VoterFraudWhyItWontAffectOutcome.html
  ./2024/10/MTG3_FloridaBacklash.html
  ./2024/10/ElectionSecurityInfrastructureIsSecure.html
  ./2024/10/MikaBrzezinskiInterviewsStevieNicks.html
  ./2024/10/Graham1FullOfShit.html
  ./2024/10/Putin5TrumpBuddyCovertAttackOnNATO.html
  ./2024/10/Putin3TrumpPwnedByPutin.html
  ./2024/10/January6Subversion.html
  ./2024/10/USCBandMacysThanksgivingDayParadeBound.html
  ./2024/10/PartyOverCountry.html
  ./2024/10/2025PeacefulTransferOfPower.html
  ./2024/10/Hurricane2SharpiePrezTrumpAddedDickheadConeUncertainyDorian.html
  ./2024/10/FictionalAutobiographyMelaniaByMelania.html
  ./2024/10/TrumpTheEnemyWithin.html
  ./2024/10/TrumpsTrumperTantrurnAfterCourtFilingCrimes.html
  ./2024/10/DonaldTrumpIsAPerv.html
  ./2024/10/TrumpKleptocracyContines.html
  ./2024/10/CruzLosesEditorials.html
  ./2024/10/MAGA_MakeAmericaGolfAgain.html
  ./2024/10/ItsTheFirstAmendmentStupid2GovFL.html
  ./2024/10/Putin6RussianTrifecta.html
  ./2024/10/TrumpChaos.html
  ./2024/10/Putin2InsightIntoTrumpLastTerm.html
  ./2024/10/TrumpThePersonNotPrezOnTrial.html
  ./2024/10/Putin1TrumpSendsCovid19TestToPutinPart1.html
  ./2024/10/Hurricane1SharpiePresidentDorianConeOfUncertainty.html
  ./2024/10/HillbillyElegy.html
  ./2024/10/MTG2_ConspiracyWacko.html
  ./2024/10/TrumpsWivesMistressesOneNightStands.html
  ./2024/10/Conspiracy1TrumpsList.html
  ./2024/10/PigButcheringOnTruthSocial.html
  ./2024/10/DeportElonMusk.html
  ./2024/10/Shit2HereWeGoAgainOperativesInPlace.html
  ./2024/10/TrumpSoWhat.html
  ./2024/10/TrumpWeaponizeMilitaryOnUS_Soil.html
  ./2024/10/Dementia7TrumpMarvelsTheSizeOfPalmersBall.html
  ./2024/10/Putin4TrumpLoganAct.html
  ./2024/10/MakeTrumpGreatAgain.html
  ./2024/10/Fed3HereComesDaJudge.html
  ./2024/10/Shit1HereWeGoAgainWantsOverturn.html
  ./2024/10/Fed2HereComesDaJudgePart2CourtFilingUnsealed.html
  ./2024/10/ThereIFixedItSenateOathOfOffice.html
  ./2024/10/BillionaireMarkCubanQAOnPrezRace.html
  ./2024/10/MTG4_FloridaBacklash.html
  ./2024/10/NationalDebt.html
  ./2024/10/Steal5PlansToSteal.html
  ./2024/10/Steal7GeorgiaCountyEmployeeWontDoHerJob.html
  ./2024/10/WikipediaEventsElectionDayToJan6.html
  ./2024/10/Shit3HereWeGoAgainTrumpersSuingMilitaryBallots.html
  ./2024/10/Steal6LindseyGrahamLobbiesNebraska.html
  ./2024/10/GrifterGetsGrifted.html
  ./2024/10/AnswerToTrumpersSupportingHarris.html
  ./2024/10/WeWontBackDown.html
  ./2024/10/Musk1YeahYeahAndTheCheckIsInTheMail.html
  ./2024/10/Shit4TrumpTaughtRepugsHowToSteal.html
  ./2024/10/IAmTheEnemyWithin.html
  ./2024/10/FEMA_Fact_Fiction.html
  ./2024/10/Fed4HereComesDaJudgePart3TrumpCenterStage.html
  ./2024/10/KeepOnTruckinPhilLesh.html
  ./2024/10/MTG4ClashMachinesConspiracyVsVotingMachine.html
  ./2024/10/Musk2ElonMuskXTwitterHasBecomeTrumpPropagandaMachine.html
  ./2024/10/Dementia7aArniesBalls.html
  ./2024/10/WoreOut1TrumpCantKeepPace.html
  ./2024/10/HowDoesOneMakeSmallFortune.html
  ./2024/10/Law1NoRespectForRuleOfLaw.html
  ./2024/10/HasAmericaLearnedItsLesson.html
  ./2024/10/Hurricane3Donald.html
  ./2024/11/
 ./2024/11/
  ./2024/11/TrumpPlanJan6Pardons.html
  ./2024/11/TrumpNo50PlusMajority.html
  ./2024/11/NoMandateForYou.html
  ./2024/11/ThisIsHowItStartsMilitaryBoots.html
  ./2024/11/HellNoMuskAintGettingMyHealthRecords.html
  ./2024/11/BillyGrahamGrandDaughterAgainstTrumo.html
  ./2024/11/MuskFuckTheLittleGuyCFPB.html
  ./2024/11/DeployMilitaryOnEnemyWithinUSSoil.html
  ./2024/11/TrumpKleptocracy2025BiggerNoGuardrails.html
  ./2024/11/TrumpMiddleFinger2America.html
  ./2024/11/PutinStarWars.html
  ./2024/11/TrumpPlansToPitMilitaryAgainstAmericans.html
  ./2024/11/TwitMuskSupportsFalseFlags.html
  ./2024/11/BeautyContest4TrumpAppointment.html
  ./2024/11/IsXTwitterDeadInWater.html
  ./2024/11/TrumpDumpsterFire.html
  ./2024/11/TrumpHasntPaidBills2019.html
  ./2024/11/XTwitterCompetitor.html
  ./2024/11/TheSilenceOfTheCowards.html
  ./2024/11/TwitterLosingUsers.html
  ./2024/11/RecessionIsComing.html
  ./2024/11/TwitMuskWorseBusinessDeal.html
  ./2024/11/Twit1MuskTwitLosesAccountsTraffic.html
  ./2024/11/DOGEIsDEAD.html
  ./2024/11/ChernobylsFeralDogs.html
  ./2024/11/TeslaCybertruckMassiveDepreciation.html
  ./2024/11/January6CaseloadContinues.html
  ./2024/11/GoodbyeDemocracy.html
  ./2024/11/VanceFictionalMemoir.html
  ./2024/11/ArizonaAGContinuesAheadWithFalseElectorsSceme.html
  ./2024/11/SharkWeekAtMarALogo.html
  ./2024/11/AngelaMerkelOpinionOfTrump.html
  ./2024/11/NewTrumpSpokespersonShouldBeClassicFodder.html
  ./2024/11/HowToSurviveATrumpRegimeTrumpProofing.html
  ./2024/11/QuidProQuoTrumpMusk.html
  ./2024/11/MuskDoxxingFederalEmployees.html
  ./2024/11/IndianOceanGravityWell.html
  ./2024/11/RudiGuilianiIsBroke.html
  ./2024/11/TrumpAttorneyWantAd.html
  ./2024/11/TrumpsHitList.html
  ./2024/11/TrumpNotGoodAtMath.html
  ./2024/11/TrumpHatesMediaThatCriticizesHim.html
  ./2024/11/TwitterTooToxic.html
  ./2024/11/HypocriticalJudicialConfirmations.html
  ./2024/11/TrumpScrewFreedomPress.html
  ./2024/11/NoSignedPresidentialTransitionAct.html
  ./2024/11/TrumpDeclaringVictoryEarlyIsllegal.html
  ./2024/11/TrumpRetributionPresident.html
  ./2024/11/TrumpNotWorkingManAdvocate.html
  ./2024/11/CommerceCHIPS.html
  ./2024/11/TimScottIsTrumpsLawnJockey.html
  ./2024/11/TrumpAdministrationPackedGrifters.html
  ./2024/11/TrumpsNationalSalesTax.html
  ./2024/11/TrumpsTransactionalAttitudeTowardsPeopleAsTools.html
  ./2024/11/MuskMillionDollarSweepsFraud.html
  ./2024/11/MuskStiflesHisCriticsNotFreeSpeech.html
  ./2024/11/FuckConstitutionTrumpWantsHitlersGenerals.html
  ./2024/11/QuantumComputingSpeedRecord.html
  ./2024/11/MTG7NationalDivorceRedBlue.html
  ./2024/11/TrumpMuskBromance.html
  ./2024/11/ManchurianCandidateMusk.html
  ./2024/11/Jan6DefendentThreatensJudge.html
  ./2024/11/TrumpBankruptEthicallyMorally.html
  ./2024/11/MuskDeepfakes.html
  ./2024/11/TheDevilSentThisCaseToGeorgia.html
  ./2024/11/DefenseSecretaryFarRight.html
  ./2024/11/DeathThreat1TrumpTargetsCheney.html
  ./2024/11/TrumpAdminAxeVeteranHealth.html
  ./2024/11/AntiPsychopathPAC.html
  ./2024/11/MaryTrumpInterviewedAboutHerBook.html
  ./2024/11/TheApprenticeWhiteHouse2025Unhenged.html
  ./2024/11/BoltonAssessesTrumpNominations.html
  ./2024/11/ViktorOrbánTrumpPrivateCitizem.html
  ./2024/11/JoinXodusJoinBluesky.html
  ./2024/11/MattGaetzPettingZooDOJ.html
  ./2024/11/TrumpYouAintPresidentYet.html
  ./2024/11/ItsOnlyElectionFraudWhenTrumpLoses.html
  ./2024/11/BillyGrahamGrandDaughterAgainstTrump.html
  ./2024/11/MuskFuckTheEPA.html
  ./2024/11/BillyGrahamGranddaughterOpinion.html
  ./2024/11/TrumpTransitionTeamPosesNationalSecurityRisk.html
  ./2024/11/TrumpTeamLies60Minutes.html
  ./2024/11/TrumpHushMoneySentencing.html
  ./2024/11/WeekendUpdate.html
  ./2024/11/WivesOfTrumpVance.html
  ./2024/11/TheApprenticeWhiteHouse2025WreckingBall.html
  ./2024/11/TheApprenticeWhiteHouseWreckingBall.html
  ./2024/11/MSNBCMorningJoeTrump2ndTerm.html
  ./2024/11/WhatFanBoiMuskWantsFromTrump.html
  ./2024/11/RFKJrBringBackSmallpox.html
  ./2024/11/TrumpWantsToKillFederalGovernment.html
  ./2024/11/TrumpedUpMilitaryCourtMartialGenerals.html
  ./2024/11/FirstStepsToDictatorShip.html
  ./2024/11/TrumpCivilCasesCouldContinue.html
  ./2024/11/MassiveTwitterDeactivationsPostElection.html
  ./2024/11/DemocratsWillBeTheResistance.html
  ./2024/11/DoctorRobertFKJrDeathsHHS.html
  ./2024/11/TrumpFoxesGuardingHenHouses.html
  ./2024/11/RFKJrQuixoticQuestAgainstFluoride.html
  ./2024/11/VOTE.html
  ./2024/11/MikeLeeFullOfShit.html
  ./2024/11/HowToHandleChildMeltdowns.html
  ./2024/11/Trump47CabinetPicks.html
  ./2024/11/ArizonaAttorneyGeneralStandsHerGround.html
  ./2024/11/POTUS45Ranking.html
  ./2024/09/
  ./2024/09/EatMorKittens.html
  ./2024/09/TheDebate.html
  ./2024/09/CultPart1HowItEnds.html
  ./2024/09/DayOfRemembrance.html
  ./2024/09/Fed1HereComesDaJudgePart1TrumpSneakyStrategy.html
  ./2024/09/Dementia3TrumpDementia.html
  ./2024/09/HarrisPlansToTrollTrumpAtAlGaGame.html
  ./2024/09/DonaldTrumpWantsToBeDictator.html
  ./2024/09/Dementia2TrumpIsDementiaing.html
  ./2024/09/Dementia4WTF_TrumpGibberingAbout.html
  ./2024/09/DontNeedNoStinkingOligarch.html
  ./2024/09/DonaldTrumpFuckingIdiot.html
  ./2024/09/Dementia1TrumpIsDementia-ing.html
  ./2024/09/WatchingTheDebateFacialExpressions.html
  ./2024/09/CultPart2MessianicCultTrump.html
  ./2024/12/
  ./2024/12/DoctorOzQuakeryShill.html
  ./2024/12/MSNBC-GroceryPricesAreHard.html
  ./2024/12/WhereIsPlanetX.html
  ./2024/12/GovtShutdownMuskNewestToyAmerica.html
  ./2024/12/TrumpAttacksAmericasFoundation.html
  ./2024/12/TrumpProtectionRacket.html
  ./2024/12/PayUpTrumpNYCCivilIgnoresImmunity.html
  ./2024/12/GovtShutdownObamaSavedMuskAss.html
  ./2024/12/LindseyGraham20241215MTP.html
  ./2024/12/HellNoThirdTrumpTerm.html
  ./2024/12/VillagePeopleYMCAAdoptedForTrump.html
  ./2024/12/WeekendUpdateBidenPardons.html
  ./2024/12/EarthsOnlyNaturalReactor.html
  ./2024/12/XMailForMuskFanBoisGurls.html
  ./2024/12/CivilWarInTrumpWorld.html
  ./2024/12/GovtShutdownWhosTheBoss.html
  ./2024/12/OurFoundationsUnderAttack.html
  ./2024/12/BitcoinFederalReserve.html
  ./2024/12/KristiNoemHomelandSecrerary.html
  ./2024/12/LizCheneyHouseTrumpersThreats.html
  ./2024/12/FlipThisHouse.html
  ./2024/12/DemocratsCalvinBallDealingWithTrump.html
  ./2024/12/ShadowPresidentMusk.html
  ./2024/12/GovtShutdownWhatMuskWillDoToAmerica.html
  ./2024/12/TrumpDay1Jan6Pardons.html
  ./2024/12/NASASTS135FinalLanding.html
  ./2024/12/NoHouseSpeakerNoTrump.html
  ./2024/12/GoodbyeDemocracyTrumperLedConstitunalConvention.html
  ./2024/12/GovtShutdownFirstVoteFailsDebtCeiling.html
  ./2024/12/DonnysFirstHumiliation.html
  ./2024/12/GovtShutdownMuskOrderedTrumpFollows.html
  ./2024/12/LizCheneyBlastsReport.html
  ./2024/12/TrumpXMasMAGAWeirdness.html
  ./2024/12/CivilWarMAGALand.html
  ./2024/12/GovtShutdownStartOfMuskPresidency.html
  ./2024/12/TrumpAttacksFirstAmendment.html
  ./2024/12/TrumpMerkel45.html
  ./2024/12/TrumpRetributionForAbuseOfLaw.html
  ./2024/12/TrumpMockedByWorldLeaders.html
  ./2024/12/GovtShutdownUnelectedBratControlsTrumpers.html
  ./2024/12/TrumpPlansPardonsOfInsurrectionists.html
  ./2024/12/ElonMuskAnotherGrifterOfTrumpCabinet.html
  ./2024/12/MuskGoesNuclearAtMAGA.html
  ./2024/12/MuskDoxxingFederalEmployees.html
  ./2024/12/GovtShutdownObamaChessMaster.html
  ./2024/12/HappyGriftsgivingTrump.html
  ./2024/12/NoEthicalReportingForSupremeCourtJustices.html
  ./2024/12/TrumpDiabolicalPlan.html
  ./2024/12/GovtShutdownGovernmentForAdultsTrumpersAreChildren.html
  ./2024/12/CanadaCutsElectricityExportToTrumpTariffs.html
  ./2024/12/TrumpDisastrousMarALagoPressConference.html
  ./2024/12/CryptoMoneyForNothing.html
  ./2024/12/TrumpAbusePardons.html
  ./2024/12/LizCheneyInvestigationReport.html
  ./2024/12/TrumpWeaknesses.html
  ./2024/12/GovtShutdownBuckleUp.html
  ./2024/12/GovtShutdownTrumpsKleptocracy.html
  ./2024/12/TrumpCorrution.html
  ./2024/12/DemsUnitedHerdingTrumper.html
  ./2024/12/TheApprenticeMovie.html
  ./2024/12/GovtShutdownCleanupAisleFour.html
  ./2024/12/UkrainePeaceNoGoWithoutZelensky.html
  ./2024/12/MuskDoxxingDangerousTactic.html
  ./2024/12/TrumpCrookederThanNixon.html
  ./2024/12/HowToMakeSmallFortune.html
  ./2024/12/DemocratsResistanceStrategy.html
  ./2024/12/TrumpsHumiliationTactics.html
  ./2024/12/TrumpTheDeadbeat.html
  ./2024/12/Jan6CommitteeMembersSpeakOut.html
  ./2024/12/KashKookyPatelConspiracyTheoristAsFBIDirector.html
  ./2024/12/LizCheneyFearIntimidationAttemp.html
  ./2024/12/TrumpLiesWhatElseIsNewGroceryPrices.html
  ./2024/12/Trump_CSPAN_HomeShoppingNetwork.html
  ./2024/12/ClarenceThomasEthics.html
  ./2024/12/KashPatelEnemiesHitList.html
  ./2024/12/MTP-TrumpLiesAboutProsecutingEnemiesWithin.html
  ./2024/12/MuskSpaceXTookAdvantageOfNASABrains.html
  ./2024/12/ChristmasTrumpFamilyGathering.html
  ./2024/12/JudgeCrushesTrump.html
  ./2024/12/WarpSpeedScotty.html
  ./2024/12/GovtShutdownTrumpsSlamsCRAreement.html
  ./2024/12/TrumpGriftingOnQVC-CSPAN.html
  ./2024/12/GovtShutdownTrumpChiefStaffMuskPrez-Elect.html
  ./2024/12/TrumpCryptocurrency.html
  ./2024/12/TrumpGriftingAgain.html
  ./2024/12/ClarenceThomasGiftsBeyoundPrecedence.html
  ./2024/12/DOGEGoesForLowHangingFruit.html
  ./2024/12/MTP-TrumpUnityPresidentHaHa.html
  ./2024/12/GaetzEthicsReportGoesPubliv.html
  ./2024/12/TrumpMartialLaw.html
  ./2024/12/LizCheneySlamsPartisanReport.html
  ./2024/12/GovtShutdownTrumpMuskLosersBrinksmanship.html
  ./2024/12/LizCheneyTrumpTrouble.html
  ./2024/12/MTG_GovernmentDrones.html
  ./2024/12/GovtShutdownUnelectedInfluencers.html
  ./2024/12/LizCheneyTrumpThreatens.html
  ./2024/12/SteppingOnRakesHowTrumpHurtsHisTransition.html
  ./2024/12/TrumpVsJan6Facts.html
  ./2024/12/SycophantsNotAdvisers.html
  ./2024/12/LizCheneyFightsBack.html
  ./2024/12/RussiaHackTrumpEmails.html
  ./2024/12/GamecockSandstorm.html
  ./2024/12/TrumpTakesWreckingBallToNASA.html
  ./2024/12/FirstNationalEmergencyNextMartiaLawToDictator.html
  ./2024/12/MuskTargetsF35JetFighters.html
  ./2024/12/GovtShutdownMuskTrumpBattles.html
  ./2024/12/BoltonMuskUnderInvestigation.html
  ./2024/12/GovtShutdownWillRealPresidentElectStandUp.html
  ./2024/12/TrumpRagesBidenPardonsBiden.html
  ./2024/12/MuskIsNationalSecurityRisk.html
  ./2024/12/TwasNightBeforeChristmasMarALago.html
  ./2024/12/EpsteinIslandVisitors.html
  ./2024/12/TrumpNominatedCommieForCabinet.html
  ./2024/12/NoHellNoKashPatelForFBI.html
  ./2024/12/DOGE_FollyTargets.html
  ./2024/12/GovtShutwownHowMuskIsInControl.html
  ./2024/12/GovtShutdownTrumpMocked.html
  ./2024/12/MaryTrump2024Moments.html
  ./2024/12/2024TPOY.html
  ./2024/12/TrumpKakistocracy.html
  ./2024/12/GovtShutdownSoWhatMuskNeedsToLieLikeTrump.html
  ./2024/12/TrumpStealsCreditThrowsBlame.html
  ./2024/12/ImperialistTrump.html
  ./2024/12/GaetzFaceFutureLegalProblems.html
  ./2024/12/GovtShutdownMuskKilledChildrenCabcerEesearch.html
  ./2024/12/TrumpRevengePresidency.html
  ./2024/12/TrumpHasNoControlOverGroceryPrices.html
  ./2024/12/TrumpyChristmasCarol.html
  ./2024/12/TrumpThreatensCanada.html
  ./2024/12/TheRealReasonTrumpWantsTikTok.html
  ./2024/12/H1BVisaBetrayal.html
  ./2024/12/ClarenceThomasGifts.html
  ./2024/12/TrumpDestruction_II_HasBegun.html
  ./2024/12/WeddingAnniversary.html
  ./2024/12/LizCheneyTrumpIssuesTreat.html
  ./2024/12/GovtShutdownChaosConfusion.html
  ./2024/12/CarolinaBand2024MacysThanksgivingDayParade.html
  ./2024/12/TrumpNepoBabyPassingOnNepotism.html
  ./2024/12/PinkFloydLearningToFly.html
  ./2024/12/TrumpAdministrationAreGrifters.html
  ./2024/12/LindseyGrahamSupportsPatek4FBI.html
  ./2024/12/ElonMuskMeltdownCivilWar.html
  ./2024/12/LizCheneyHouseTrumpersSideWithTrump.html
  ./2024/12/GovtShutdownPresidentElectElonMusk.html
  ./2024/12/EuropeanSatellitesToCreateArtificialSolarEclipses.html
  ./2024/12/FirewallsForFreedom.html
  ./2024/12/McConnellOpinionOfMAGA.html
  ./2024/12/CivilWarAtMarALago.html
  ./2024/12/TrumpDreamsFantasyDismissalOfFine.html
  ./2024/12/TrumpIgnorantOfWallStreetBusinessExecs.html
  ./2024/08/
  ./2024/08/TrumpQAnonClub.html
  ./404.html
  ./package-lock.json
  ./index.html

@RalphHightower RalphHightower added the action – success Successful action label Feb 11, 2025
@RalphHightower RalphHightower deleted the RalphHightower-patch-197127 branch June 24, 2025 04:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action – success Successful action article – politics Political articles blog Blog Post fix Fix problem(s) jekyll Jekyll associated changes markdown Markdown

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant