Skip to content

Commit

Permalink
Push some more buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander committed Jul 25, 2021
1 parent 4c25ca6 commit 7608063
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem "activesupport", ">= 6.0.3.1"
gem "jekyll-theme-minimal"
gem "jekyll-theme-primer"
gem "jekyll-feed"
gem "jekyll-sitemap"
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,9 @@ GEM
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-theme-minimal (0.1.1)
jekyll (~> 3.5)
jekyll-theme-primer (0.5.4)
jekyll (> 3.5, < 5.0)
jekyll-github-metadata (~> 2.9)
jekyll-seo-tag (~> 2.0)
jekyll-titles-from-headings (0.5.3)
jekyll (>= 3.3, < 5.0)
Expand Down Expand Up @@ -223,7 +224,7 @@ DEPENDENCIES
github-pages
jekyll-feed
jekyll-sitemap
jekyll-theme-minimal
jekyll-theme-primer

BUNDLED WITH
2.0.2
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Yggdrasil Network
description: >
End-to-end encrypted IPv6 networking to connect worlds
theme: jekyll-theme-primer

plugins:
- jekyll-feed
- jekyll-seo-tag
Expand Down

0 comments on commit 7608063

Please sign in to comment.