mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-21 09:05:35 -07:00
Add jekyll-feed RSS generation
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
_site/
|
||||
.jekyll-cache/
|
||||
Gemfile.lock
|
||||
|
||||
@@ -7,3 +7,6 @@ github:
|
||||
repository_url: https://github.com/86Box/86Box
|
||||
owner_name: OBattler
|
||||
owner_url: https://github.com/OBattler
|
||||
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user