diff --git a/.gitignore b/.gitignore index 6459cf7..0e96dc7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ _site *.DS_store .jekyll-cache* +Gemfile.lock +.idea \ No newline at end of file diff --git a/Gemfile b/Gemfile index 1f2c6a8..1ea8cbc 100644 --- a/Gemfile +++ b/Gemfile @@ -2,3 +2,5 @@ source "https://rubygems.org" gem 'github-pages' +gem "webrick" + diff --git a/_layouts/default.html b/_layouts/default.html index efe6dcc..b91a35d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -65,6 +65,9 @@