Add Atom feeds for categories and tags
This commit is contained in:
+15
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user