Add Atom feeds for categories and tags

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-01-11 04:26:31 +01:00
parent 6ab54af0e1
commit 3bbec65141
4 changed files with 60 additions and 10 deletions
+15 -2
View File
@@ -55,7 +55,7 @@ url: 'https://www.xaymar.com' # the base hostname & protocol for your site, e.g.
permalink: '/articles/:year/:month/:day/:slug/'
# Themeing
#ignore_theme_config: true
ignore_theme_config: true
#theme: null
collections:
@@ -123,6 +123,19 @@ xaymar:
identifier: 'xaymars-blog'
url: 'https://www.xaymar.com:pageurl'
############################################################
# Jekyll-feed
feed:
posts_limit: 100
excerpt_only: true
categories:
- "Blog"
- "News"
- "Reviews"
tags:
path: "/feed/tag/"
############################################################
# Site configuration for the Jekyll 3 Pagination Gem
# The values here represent the defaults if nothing is set
@@ -215,7 +228,7 @@ autopages:
# Tag pages, omit to disable
tags:
layouts:
- 'index.liquid'
- 'index_tags.liquid'
title: 'Tag: :tag' # :tag is replaced by the tag name
permalink: '/tag/:tag'
silent: false