mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-28 01:44:24 -07:00
Add jekyll-feed RSS generation
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
_site/
|
_site/
|
||||||
.jekyll-cache/
|
.jekyll-cache/
|
||||||
|
Gemfile.lock
|
||||||
|
|||||||
@@ -7,3 +7,6 @@ github:
|
|||||||
repository_url: https://github.com/86Box/86Box
|
repository_url: https://github.com/86Box/86Box
|
||||||
owner_name: OBattler
|
owner_name: OBattler
|
||||||
owner_url: https://github.com/OBattler
|
owner_url: https://github.com/OBattler
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
- jekyll-feed
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<meta name="viewport" content="width=640, initial-scale=0.5">
|
<meta name="viewport" content="width=640, initial-scale=0.5">
|
||||||
<link rel="stylesheet" href="/assets/css/style.css">
|
<link rel="stylesheet" href="/assets/css/style.css">
|
||||||
<link rel="stylesheet" href="/assets/css/fonts.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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
|||||||
Reference in New Issue
Block a user