* 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>
* feat: added umami analityc support
* chore: added support to on-premise deployment of umami service
* chore: renamed 'proto' to 'scheme' on umami integration
* Example site: bump hugo modules to latest versions
* Fix deprecation warnings emitted by hugo v0.124
* Fix typos
* Netlify: bump hugo version
---------
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>