Skip to content

Commit

Permalink
[inprove](web): base jekyll files
Browse files Browse the repository at this point in the history
  • Loading branch information
RalphHightower committed Nov 30, 2024
1 parent f9c3058 commit adbe679
Show file tree
Hide file tree
Showing 71 changed files with 4,373 additions and 0 deletions.
48 changes: 48 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
source 'https://rubygems.org'

# jekyll/minima — theme
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!

gem 'jekyll', '~> 4.3', '>= 4.3.4'
gem 'kramdown', '~> 2.5', '>= 2.5.1'
gem 'sassc-embedded', '~> 1.78'
gem 'rake', '~> 13.2', '>= 13.2.1'
gem 'minima', '~> 2.5', '>= 2.5.2'

# If you have any plugins, put them here!
group :jekyll_plugins do

gem 'jekyll_ai_related_posts', '~> 0.1.4'
gem 'jekyll-avatar', '~> 0.8.0'
gem 'jekyll-default-layout', '~> 0.1.5'
gem 'jekyll-feed', '~> 0.17.0'
gem 'jekyll-github-metadata', '~> 2.16', '>= 2.16.1'
# gem 'jekyll-include-cache', '~> 0.2.1'
gem 'jekyll-last-modified-at', '~> 1.3', '>= 1.3.2'
gem 'jekyll-mentions', '~> 1.6'
gem 'jekyll-optional-front-matter', '~> 0.3.2'
gem 'jekyll-readme-index', '~> 0.3.0'
gem 'jekyll-relative-links', '~> 0.7.0'
gem 'jekyll-seo-tag', '~> 2.8'
gem 'jekyll-sitemap', '~> 1.4'
# gem 'jekyll-tagging', github: 'RalphHightower/jekyll-tagging', branch: 'master'
# gem 'jekyll-tagging', '~> 1.1'
gem 'jekyll-titles-from-headings', '~> 0.5.3'

# { 2024-09-29 @RalphHightower
# /home/runner/work/blog/blog/vendor/bundle/ruby/3.3.0/gems/jekyll-4.3.4/lib/jekyll.rb:28: warning: csv was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec. Also contact author of jekyll-4.3.4 to add csv into its gemspec.
gem 'csv', '~> 3.3'
# /home/runner/work/blog/blog/vendor/bundle/ruby/3.3.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform.rb:1: warning: base64 was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec. Also contact author of safe_yaml-1.0.5 to add base64 into its gemspec.
gem 'base64', '~> 0.2.0'
# } 2024-09-29 @RalphHightower
# { 2024-10-29 @RalphHightower
gem 'nuggets', '~> 1.6', '>= 1.6.1'
# } 2024-10-29 @RalphHightower
end
56 changes: 56 additions & 0 deletions _data/TrumpAdministration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
name: Donald Trump
lastname: Trump
initials: DJT
position: president
twitter: https://x.com/realdoPresident-elect
---
name: Elon Musk
lastname: Musk
twitter: https://x.com/elonmusk
position: sycophant
department: Department of Government Efficiency
---
name: Vivek Ramaswamy
lastname: Ramaswamy
position: sycophant
twitter: https://twitter.com/vivekgramaswamy
department: Department of Government Efficiency
---
name: Robert F Kennedy Jr
lastname: Kennedy
initials: RFK Jr
department: Health Human Services
twitter: https://x.com/robertfkennedjr
---
name: Matt Gaetz
department: Department of Justice
position: Attorney General
twitter: https://x.com/mattgaetz
---
name: JD Vance
lastname: Vance
position: vice president
twitter: https://twitter.com/JDVance
---
name: Tulsi Gabbard
lastname: Gabbard
https://x.com/tulsigabbard

Karoline Leavitt: White House press secretary
Doug Burgum: Secretary of the Interior
Doug Collins: Secretary for Veterans Affairs
Robert F. Kennedy Jr.: Secretary of Health and Human Services
Matt Gaetz: Attorney General
Tulsi Gabbard: Director of National Intelligence
Marco Rubio: Secretary of State
Pete Hegseth: Defense Secretary
Kristi Noem: Homeland Security Secretary
Elise Stefanik: UN Ambassador
Lee Zeldin: EPA administrator
Stephen Miller: Deputy Chief of Staff for Policy
Susie Wiles: Chief of staff
Michael Waltz: National Security Adviser
Tom Homan: "Border Czar"
William McGinley: White House Counsel
Todd Blanche and Emil Bove: Deputy Attorneys General
4 changes: 4 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- name: Home
link: /
- name: Blog Posts
link: /blog.html
Loading

0 comments on commit adbe679

Please sign in to comment.