Add RSS feed

This commit is contained in:
cool-mist 2022-07-11 14:40:17 +05:30
parent 936bea1a3f
commit 8be0cc94ff
3 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@ author:
plugins:
- jekyll-paginate
- jemoji
- jekyll-feed
# Serving
host: localhost

View File

@ -16,6 +16,7 @@ author:
plugins:
- jekyll-paginate
- jemoji
- jekyll-feed
# Serving
host: blog.neophyte.me

View File

@ -1,5 +1,6 @@
<head>
<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 name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">