diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-17 15:41:36 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-17 15:41:36 -0300 |
commit | bf804a08146afba3530671b4a99f31a9f5ae577d (patch) | |
tree | 19b47fece23344c9ba258472e9e12a770e135a64 /README.md | |
parent | 77893ccf469ace26f2fb32583777f6af3a281e87 (diff) | |
download | hugo-bearcub-bf804a08146afba3530671b4a99f31a9f5ae577d.tar.gz hugo-bearcub-bf804a08146afba3530671b4a99f31a9f5ae577d.tar.bz2 |
Improved RSS template
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] |