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'
|
title: 'Blog'
|
||||||
date: 2024-01-01T19:41:42+01:00
|
date: 2024-01-01T19:41:42+01:00
|
||||||
|
outputs:
|
||||||
|
- html
|
||||||
|
- rss
|
||||||
---
|
---
|
||||||
|
|
||||||
<div style="text-align: center; margin-top: 1em;">
|
<div style="text-align: center; margin-top: 1em;">
|
||||||
|
|
11
hugo.yaml
11
hugo.yaml
|
@ -6,9 +6,12 @@ theme: hextra
|
||||||
enableGitInfo: true
|
enableGitInfo: true
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
home: [HTML]
|
home:
|
||||||
page: [HTML]
|
- html
|
||||||
section: [HTML, RSS]
|
page:
|
||||||
|
- html
|
||||||
|
section:
|
||||||
|
- html
|
||||||
|
|
||||||
params:
|
params:
|
||||||
description: FLOSS musician, tinkerer and privacy advocate
|
description: FLOSS musician, tinkerer and privacy advocate
|
||||||
|
@ -32,6 +35,8 @@ params:
|
||||||
blog:
|
blog:
|
||||||
list:
|
list:
|
||||||
displayTags: true
|
displayTags: true
|
||||||
|
author:
|
||||||
|
name: this.ven
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
|
|
Loading…
Reference in a new issue