From a42992c28270fdcae2c6ab24d861e91e78097c3e Mon Sep 17 00:00:00 2001 From: David Aparicio Date: Sat, 16 Jul 2022 17:53:04 +0200 Subject: [PATCH] Add Hugo configuration To help Hugo new users --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a4bbc92..4da5ca6 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ Some popular blogging platforms and their RSS feed URLs: | [StackExchange](https://stackexchange.com/) | `https://subdomain.stackexchange.com/feeds/user/userid` | Replace with your StackExchange [UserId](https://meta.stackexchange.com/questions/98771/what-is-my-user-id/111130#111130) and sub-domain | https://devops.stackexchange.com/feeds/user/15 | | [Ghost](https://ghost.org/) | `https://www.example.com/rss/` | Replace with your own blog url | https://blog.codinghorror.com/rss/ | | [Drupal](https://www.drupal.org/) | `https://www.example.com/rss.xml` | Replace with your own blog url | https://www.arsenal.com/rss.xml | +| [Hugo](https://gohugo.io/) | `https://BASE_URL/post/index.xml` | Replace `BASE_URL`([doc](https://gohugo.io/getting-started/configuration/#baseurl)) with your blog url. Refer to the [official Hugo](https://gohugo.io/templates/rss/) or your theme documentation for more info | https://davidaparicio.gitlab.io/website/fr/post/index.xml | [Youtube Playlists](https://www.youtube.com) | `https://www.youtube.com/feeds/videos.xml?playlist_id=playlistId` | Replace `playlistId` with your own Youtube playlist id | https://www.youtube.com/feeds/videos.xml?playlist_id=PLJNqgDLpd5E69Kc664st4j7727sbzyx0X | | [Youtube Channel Video list](https://www.youtube.com) | `https://www.youtube.com/feeds/videos.xml?channel_id=channelId` | Replace `channelId` with your own Youtube channel id | https://www.youtube.com/feeds/videos.xml?channel_id=UCDCHcqyeQgJ-jVSd6VJkbCw | | [Anchor.fm Podcasts](https://anchor.fm/) | `https://anchor.fm/s/podcastId/podcast/rss` | You can get the rss feed url of a podcast by following [these](https://help.anchor.fm/hc/en-us/articles/360027712351-Locating-your-Anchor-RSS-feed) instructions | https://anchor.fm/s/1e784a38/podcast/rss |