Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lukefretwell committed Oct 29, 2024
1 parent c236e9c commit 72599ac
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 30 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.jekyll-cache/
_site/
_site/
_site
license.md
8 changes: 6 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ group :jekyll_plugins do
gem "jekyll-sitemap"
gem "jekyll-seo-tag"
gem "jekyll-paginate"
gem "jekyll-last-modified-at"
gem "jekyll-redirect-from"
gem 'logger'
gem 'csv'
gem 'ostruct'
gem 'base64'
gem 'bigdecimal'
end

# Windows and JRuby do not include zoneinfo files, so bundle the tzinfo-data gem
Expand All @@ -37,4 +41,4 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", platforms: [:mingw, :x64_mingw, :mswin]

gem "webrick", "~> 1.7"
gem "webrick"
47 changes: 26 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.1.10)
concurrent-ruby (1.3.4)
csv (3.3.0)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
ffi (1.17.0-x86_64-darwin)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
i18n (1.12.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
jekyll (4.2.2)
addressable (~> 2.4)
Expand All @@ -29,17 +32,14 @@ GEM
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-feed (0.15.1)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-last-modified-at (1.3.0)
jekyll (>= 3.7, < 5.0)
posix-spawn (~> 0.3.9)
jekyll-paginate (1.1.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.7.1)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
Expand All @@ -49,43 +49,48 @@ GEM
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.7.1)
liquid (4.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
mercenary (0.4.0)
ostruct (0.6.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
posix-spawn (0.3.15)
public_suffix (5.0.0)
public_suffix (6.0.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.2.5)
rexml (3.3.9)
rouge (3.30.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.8.0)
webrick (1.7.0)
webrick (1.8.2)

PLATFORMS
ruby
x86_64-darwin

DEPENDENCIES
base64
bigdecimal
csv
jekyll (~> 4.2.0)
jekyll-feed (>= 0.15.1)
jekyll-last-modified-at
jekyll-paginate
jekyll-redirect-from
jekyll-seo-tag
jekyll-sitemap
logger
ostruct
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
webrick (~> 1.7)
webrick

BUNDLED WITH
2.2.32
2.5.22
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate
- jekyll-last-modified-at
- jekyll-redirect-from

# Date/time
Expand Down
4 changes: 2 additions & 2 deletions _includes/jumbotron.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ <h1 class="display-5 mb-4">{{ page.title }}</h1>
{% endif %}
{% include read-time.html %}
{% include author.html %}
{% include modified.html %}
{% include updated.html %}
</div>
<div class="col-12 col-sm-12 col-md-12 col-lg-1 col-xl-1"></div>
</div>
Expand Down Expand Up @@ -363,7 +363,7 @@ <h1 class="display-4">{{ page.title }}</h1>
<p class="lead">{{ page.description }}</p>
{% endif %}
{% include author.html %}
{% include modified.html %}
{% include updated.html %}
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/brief.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="col-12 col-sm-12 col-md-12 col-lg-2 col-xl-2"></div>
<div class="col-12 col-sm-12 col-md-12 col-lg-8 col-xl-8">
{% include author.html %}
{% include modified.html %}
{% include updated.html %}
{% include subscribe.html %}
<div id="post">
<articlebody>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="col-12 col-sm-12 col-md-12 col-lg-8 col-xl-8">
{% include subscribe.html %}
{% include author.html %}
{% include modified.html %}
{% include updated.html %}
<div class="post">
<articlebody>
{{ content }}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/signal.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="col-12 col-sm-12 col-md-8 col-lg-8 col-xl-8">
{% include subscribe.html %}
{% include author.html %}
{% include modified.html %}
{% include updated.html %}
<div class="post">
<articlebody>
<div class="post-signal">
Expand Down
Binary file modified assets/.DS_Store
Binary file not shown.
Binary file modified assets/img/.DS_Store
Binary file not shown.

0 comments on commit 72599ac

Please sign in to comment.