Limit RSS feed generation and reorganize blog content
This commit is contained in:
parent
e12c8b93b4
commit
97568d8186
6 changed files with 11 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
title: 'Blog'
|
||||
date: 2024-01-01T19:41:42+01:00
|
||||
outputs:
|
||||
- html
|
||||
- rss
|
||||
---
|
||||
|
||||
<div style="text-align: center; margin-top: 1em;">
|
||||
|
|
11
hugo.yaml
11
hugo.yaml
|
@ -6,9 +6,12 @@ theme: hextra
|
|||
enableGitInfo: true
|
||||
|
||||
outputs:
|
||||
home: [HTML]
|
||||
page: [HTML]
|
||||
section: [HTML, RSS]
|
||||
home:
|
||||
- html
|
||||
page:
|
||||
- html
|
||||
section:
|
||||
- html
|
||||
|
||||
params:
|
||||
description: FLOSS musician, tinkerer and privacy advocate
|
||||
|
@ -32,6 +35,8 @@ params:
|
|||
blog:
|
||||
list:
|
||||
displayTags: true
|
||||
author:
|
||||
name: this.ven
|
||||
|
||||
menu:
|
||||
main:
|
||||
|
|
Loading…
Reference in a new issue