Add RSS feed
This commit is contained in:
parent
936bea1a3f
commit
8be0cc94ff
@ -16,6 +16,7 @@ author:
|
|||||||
plugins:
|
plugins:
|
||||||
- jekyll-paginate
|
- jekyll-paginate
|
||||||
- jemoji
|
- jemoji
|
||||||
|
- jekyll-feed
|
||||||
|
|
||||||
# Serving
|
# Serving
|
||||||
host: localhost
|
host: localhost
|
||||||
|
@ -16,6 +16,7 @@ author:
|
|||||||
plugins:
|
plugins:
|
||||||
- jekyll-paginate
|
- jekyll-paginate
|
||||||
- jemoji
|
- jemoji
|
||||||
|
- jekyll-feed
|
||||||
|
|
||||||
# Serving
|
# Serving
|
||||||
host: blog.neophyte.me
|
host: blog.neophyte.me
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
<head>
|
<head>
|
||||||
<link href="http://gmpg.org/xfn/11" rel="profile">
|
<link href="http://gmpg.org/xfn/11" rel="profile">
|
||||||
|
<link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ '/feed.xml' | prepend: site.url }}">
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user