We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75dfb85 + 4ce26f1 commit 5d37264Copy full SHA for 5d37264
content/news/_index.md
content/news/archive.md
content/posts/_index.md
@@ -0,0 +1,6 @@
1
+---
2
+title: News
3
+outputs:
4
+ - html
5
+ - rss
6
hugo.toml
@@ -8,14 +8,20 @@ title = 'Neovim'
8
[permalinks]
9
posts = "/news/:year/:month/"
10
11
+[outputs]
12
+ section = ["html", "rss"]
13
+
14
+[outputFormats.RSS]
15
+ baseName = "news"
16
+ path = "/"
17
18
[params]
19
description = "vim out of the box"
20
21
[params.news]
22
name = "Neovim Newsletter"
23
authors = "Neovim Community"
24
url = "/news"
- feed = "/news/index.xml"
25
26
[markup]
27
# [markup.goldmark]
0 commit comments