Jimmy and GitHub
768e7de697
refactor: update RSS template to the latest one given by Hugo, and change page output logic ( #1257 )
...
* refactor: rename `home.rss.xml` to `rss.xml`
* refactor: update RSS template to the latest one given by Hugo.
Output pages with the same logic as in normal site by using `helper/pages`
2026-01-30 15:27:32 +01:00
Jimmy and GitHub
deceb17144
refactor: migrate page visibility control from Params.hidden to the new build.list parameter. ( #1249 )
...
* refactor: migrate page visibility control from `Params.hidden` to the new `build.list` parameter.
* Rename rss.xml to home.rss.xml
2026-01-27 12:00:40 +01:00
Jimmy and GitHub
067bcdb370
refactor: image handling logic + support for external images ( #1235 )
...
* refactor: simplify image partial logic, remove generation of different image sizes
* Remove `defaultImage.opengraph` configuration from `params.toml`.
2026-01-25 23:29:41 +01:00
Jimmy and GitHub
5f1ab2bc76
refactor: migrate to new template system introduced in Hugo v0.146.0 ( #1232 )
...
See: https://gohugo.io/templates/new-templatesystem-overview/
2026-01-25 22:42:00 +01:00
Jimmy Cai and GitHub
863e6d4116
Resolve merge conflict
2022-03-05 17:14:24 +00:00
Jimmy Cai and GitHub
72629cf476
Merge branch 'fix-rss-pctx' of https://github.com/nella17/hugo-theme-stack into nella17-fix-rss-pctx
2022-03-05 17:13:42 +00:00
Jimmy Cai and GitHub
adf27aebf2
Revert "fix(RSS): hidden post visible on feed ( #514 )" ( #517 )
2022-03-03 07:31:03 +01:00
Allen Guan and GitHub
98923b1dd7
fix(RSS): hidden post visible on feed ( #514 )
2022-03-02 21:24:56 +01:00
Jimmy Cai and GitHub
bd8e03ba61
fix(rss): remove featured image width height attr
...
Throws error when featured image is not found inside page bundle.
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/20
2020-09-28 16:12:52 +02:00
Jimmy Cai
d55cc303d4
feat(rss): add RSS template
...
fix: hidden post being shown in RSS output
feat: add config to output full content in RSS
2020-09-23 22:32:20 +02:00