hugo-toha/exampleSite
Emruz Hossain aa91957832
Make RSS feed path configurable (#1034)
* Make RSS feed path configurable

Fixes #997

Add configuration option for RSS feed path

* Add `rssPath` configuration option in `exampleSite/hugo.yaml` under the `params` section to specify the desired RSS feed path.
* Set the default value of `rssPath` to `/rss.xml`.
* Update `layouts/_default/baseof.html` to include the RSS feed link with the configured `rssPath` value.
* Use the default path `/index.xml` if `rssPath` is not specified.

* Add outputFormats to hugo.yaml

Signed-off-by: Emruz Hossain <hossainemruz@gmail.com>

* Add reference to doc

Signed-off-by: Emruz Hossain <hossainemruz@gmail.com>

---------

Signed-off-by: Emruz Hossain <hossainemruz@gmail.com>
2025-02-07 03:01:08 +06:00
..
go.mod Remove in-line script from header (#1004) 2024-12-01 20:37:33 +06:00
go.sum Remove in-line script from header (#1004) 2024-12-01 20:37:33 +06:00
hugo.yaml Make RSS feed path configurable (#1034) 2025-02-07 03:01:08 +06:00
package-lock.json Make RSS feed path configurable (#1034) 2025-02-07 03:01:08 +06:00
package.hugo.json Refactor CSS (#785) 2023-09-29 04:27:19 +06:00
package.json Make RSS feed path configurable (#1034) 2025-02-07 03:01:08 +06:00