Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
mgibbs1259 committed Aug 3, 2024
1 parent ac2765c commit 04af445
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ source "https://rubygems.org"
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
# gem "jekyll", "~> 4.3.3"
gem "jekyll", "~> 4.3.3"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "bulma-clean-theme"
gem "bulma-clean-theme", '1.0.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
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ twitter_username: jekyllrb
github_username: jekyll

# Build settings
theme: bulma-clean-theme
remote_theme: chrisrhymes/bulma-clean-theme@v1.0.0
force_theme: light
plugins:
- jekyll-feed
# Exclude from processing.
Expand Down

0 comments on commit 04af445

Please sign in to comment.