Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCSimon committed Feb 9, 2025
1 parent b31a843 commit 181c89f
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 37 deletions.
18 changes: 9 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ source "https://rubygems.org"
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 3.8.5"
gem "jekyll"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5.2"
# gem "minima"
gem 'moonwalk'

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
Expand All @@ -28,12 +29,11 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?

gem "csv"
# gem "csv", "~> 3.3.2"

gem "base64"

gem "bigdecimal"

gem "rexml"

gem "webrick"
gem 'webrick'
gem 'base64'
gem 'csv'
gem 'logger'
gem 'bigdecimal'
58 changes: 32 additions & 26 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,53 +25,59 @@ GEM
ffi (1.17.1-x86_64-linux-musl)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
i18n (0.9.5)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
jekyll (3.8.7)
jekyll (4.1.1)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
jekyll-watch (~> 2.0)
kramdown (~> 1.14)
kramdown (~> 2.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.3.3)
mercenary (~> 0.4.0)
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
rouge (~> 3.0)
safe_yaml (~> 1.0)
jekyll-feed (0.17.0)
terminal-table (~> 1.8)
jekyll-feed (0.15.1)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-seo-tag (2.8.0)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.7.1)
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (1.17.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
minima (2.5.2)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
logger (1.6.5)
mercenary (0.4.0)
moonwalk (0.0.2)
jekyll (~> 4.1.1)
jekyll-feed (~> 0.15.0)
jekyll-seo-tag (~> 2.7.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (6.0.1)
public_suffix (5.1.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.4.0)
rouge (3.30.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.4.0)
ffi (~> 1.9)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.8.0)
webrick (1.9.1)

PLATFORMS
Expand All @@ -91,10 +97,10 @@ DEPENDENCIES
base64
bigdecimal
csv
jekyll (~> 3.8.5)
jekyll
jekyll-feed (~> 0.6)
minima (~> 2.5.2)
rexml
logger
moonwalk
tzinfo-data
webrick

Expand Down
7 changes: 5 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ github_username: johncsimon

# Build settings
markdown: kramdown
theme: minima
skin: dark
# remote_theme: pages-themes/hacker@v0.2.0
theme: moonwalk

# plugins:
# - jekyll-remote-theme # add this line to the plugins list if you already have one
plugins:
- jekyll-feed

Expand Down

0 comments on commit 181c89f

Please sign in to comment.