diff --git a/.gitignore b/.gitignore index ab35e56..7ece0c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ _site/ .jekyll-cache/ +Gemfile.lock diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..bea9552 --- /dev/null +++ b/Gemfile @@ -0,0 +1,2 @@ +source 'https://rubygems.org' +gem 'jekyll-feed' diff --git a/_config.yml b/_config.yml index 48631fa..709f6f4 100644 --- a/_config.yml +++ b/_config.yml @@ -7,3 +7,6 @@ github: repository_url: https://github.com/86Box/86Box owner_name: OBattler owner_url: https://github.com/OBattler + +plugins: + - jekyll-feed diff --git a/_includes/header.html b/_includes/header.html index 4e2eb81..bc76033 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -16,7 +16,7 @@ - +