Add jekyll-feed RSS generation

This commit is contained in:
RichardG867
2021-12-03 16:24:20 -03:00
parent 9cf1d8efdb
commit 8d400dcc19
4 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
_site/
.jekyll-cache/
Gemfile.lock

2
Gemfile Normal file
View File

@@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'jekyll-feed'

View File

@@ -7,3 +7,6 @@ github:
repository_url: https://github.com/86Box/86Box
owner_name: OBattler
owner_url: https://github.com/OBattler
plugins:
- jekyll-feed

View File

@@ -16,7 +16,7 @@
<meta name="viewport" content="width=640, initial-scale=0.5">
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="stylesheet" href="/assets/css/fonts.css">
<script> </script>
<link rel="alternate" type="application/atom+xml" title="Blog posts" href="/feed.xml" />
</head>
<body>
<header>