aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCaio Lente <7017340+clente@users.noreply.github.com>2023-10-17 15:41:36 -0300
committerCaio Lente <7017340+clente@users.noreply.github.com>2023-10-17 15:41:36 -0300
commitbf804a08146afba3530671b4a99f31a9f5ae577d (patch)
tree19b47fece23344c9ba258472e9e12a770e135a64 /README.md
parent77893ccf469ace26f2fb32583777f6af3a281e87 (diff)
downloadhugo-bearcub-bf804a08146afba3530671b4a99f31a9f5ae577d.tar.gz
hugo-bearcub-bf804a08146afba3530671b4a99f31a9f5ae577d.tar.bz2
Improved RSS template
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 73a7f11..ef4e9cd 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,8 @@ Every once in a while, as I keep using **Bear Cub**, I notice that there is some
functionality missing. Currently, these are the "advanced features" that I have
already implemented:
+- Full-text RSS feed: an enhanced RSS feed template that includes the (properly
+ encoded) full content of your posts in the feed itself.
- Static content: you can create empty blog entries that act as links to static
files by including `link: "{url}"` in a post's [front
matter](https://gohugo.io/content-management/front-matter/). You can also add
@@ -165,7 +167,6 @@ enableRobotsTXT = true
LanguageCode = "en-US"
contentDir = "content"
[languages.en.params]
- blogPath = "blog" # Path to your blog section (used by RSS)
madeWith = "Made with [Bear Cub](https://github.com/clente/hugo-bearcub)"
[languages.pt]
title = "Bear Cub"
@@ -173,7 +174,6 @@ enableRobotsTXT = true
LanguageCode = "pt-BR"
contentDir = "content.pt"
[languages.pt.params]
- blogPath = "blog" # Path to your blog section (used by RSS)
madeWith = "Feito com [Bear Cub](https://github.com/clente/hugo-bearcub)"
[params]