diff --git a/Gemfile b/Gemfile index dc99a6e..6477c84 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,6 @@ gem "minima", "~> 2.5" # If you have any plugins, put them here! group :jekyll_plugins do - gem "jekyll-feed", "~> 0.15" gem "jekyll-redirect-from", "~> 0.16" end diff --git a/Gemfile.lock b/Gemfile.lock index 70e494d..314a371 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,7 +89,6 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.3) - jekyll-feed (~> 0.15) jekyll-redirect-from (~> 0.16) json (~> 2.7) minima (~> 2.5) diff --git a/_config.yml b/_config.yml index 02807d6..d5c601e 100644 --- a/_config.yml +++ b/_config.yml @@ -33,7 +33,6 @@ youtube_username: maxkapur theme: minima show_excerpts: true # on homepage plugins: - - jekyll-feed - jekyll-redirect-from # - jekyll-paginate # paginate: 2 diff --git a/feed.xml b/feed.xml new file mode 100644 index 0000000..217943d --- /dev/null +++ b/feed.xml @@ -0,0 +1,34 @@ +--- +--- + + + + + + {{ site.title }} + + + {{ site.description }} + {{ site.time | date_to_xmlschema }} + {{ site.url }}/ + + {{ site.author.name }} + {{ site.author.email }} + + Creative Commons CC BY-SA 4.0 license + {% for post in site.posts %} + + {{ post.title }} + + {{ post.date | date_to_xmlschema }} + {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} + {{ post.date | date: date_format }} + {{ site.url }}{{ site.baseurl }}{{ post.id }} + {{ post.excerpt }} + {{ post.content | xml_escape }} + + {% endfor %} + \ No newline at end of file diff --git a/feed.xsl b/feed.xsl new file mode 100644 index 0000000..87ca617 --- /dev/null +++ b/feed.xsl @@ -0,0 +1,84 @@ + + + + + + + + + | RSS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Web feed preview + + This is a web feed, also known as an RSS feed, for the + + + + + blog. You can subscribe by copying the URL from the + address bar into your newsreader app.Visit About + Feeds to learn more about newsreaders. + + + + + + + + + + + () + + + + \ No newline at end of file
This is a web feed, also known as an RSS feed, for the + + + + + blog. You can subscribe by copying the URL from the + address bar into your newsreader app.
Visit About + Feeds to learn more about newsreaders.