Skip to content

Commit

Permalink
Merge pull request #27 from btc-raspberrypiclub/26-switch-theme-to-ou…
Browse files Browse the repository at this point in the history
…r-version-of-clean-blog

Switch theme to our version of clean blog

Close #26
  • Loading branch information
Agent-E11 authored May 7, 2024
2 parents 3c4c027 + 9ddf69a commit 140a390
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
8 changes: 7 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ source "https://rubygems.org"
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 4.3.3"

# Jekyll theme
gem "jekyll-theme-clean-blog"
# gem "jekyll-theme-clean-blog"

gem 'jekyll-theme-cleaner-blog',
git: 'https://github.com/btc-raspberrypiclub/cleaner-blog-jekyll',
tag: 'v0.1.0'

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
Expand Down
12 changes: 9 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
GIT
remote: https://github.com/btc-raspberrypiclub/cleaner-blog-jekyll
revision: b98cb6209c82234d24da0e0adf59ca90611c4202
tag: v0.1.0
specs:
jekyll-theme-cleaner-blog (0.1.0)
jekyll (>= 3.8.5)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -37,8 +45,6 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-theme-clean-blog (4.0.12)
jekyll (>= 3.8.5)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
Expand Down Expand Up @@ -83,7 +89,7 @@ DEPENDENCIES
http_parser.rb (~> 0.6.0)
jekyll (~> 4.3.3)
jekyll-feed (~> 0.12)
jekyll-theme-clean-blog
jekyll-theme-cleaner-blog!
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ collections:
author: Raspberry Pi Club

# Build settings
theme: jekyll-theme-clean-blog
theme: jekyll-theme-cleaner-blog
plugins:
- jekyll-feed

Expand Down
3 changes: 1 addition & 2 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
{% else %}
<header class="masthead">
{% endif %}
<div class="overlay"></div>
<div class="container">
<div class="container" style="background-color: rgba(0, 0, 0, 0.35)">
<div class="row">
<div class="col-lg-8 col-md-10 mx-auto">
<div class="page-heading">
Expand Down

0 comments on commit 140a390

Please sign in to comment.