diff --git a/Gemfile b/Gemfile index c593f3f..b6d0196 100644 --- a/Gemfile +++ b/Gemfile @@ -4,3 +4,4 @@ gem 'jekyll-github-metadata' gem 'jekyll-sitemap' gem 'jekyll-feed' gem 'jekyll-seo-tag' +gem 'bootstrap', '~> 4.0.0' diff --git a/_config.yml b/_config.yml index 4f81437..7af1722 100644 --- a/_config.yml +++ b/_config.yml @@ -83,6 +83,7 @@ gems: - jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem - jekyll-feed # Create an Atom feed using the official Jekyll feed gem - jekyll-seo-tag + - bootstrap # Exclude these files from your production _site exclude: diff --git a/_layouts/default.html b/_layouts/default.html index dd45f6e..3872544 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,7 +8,7 @@
-