Git Product home page Git Product logo

Comments (9)

josephhutch avatar josephhutch commented on August 20, 2024

By default Hugo includes RSS as a default output format. To remove the the RSS link and to include your podcast's feed.xml see this docs section. That whole page on custom output formats should be helpful.

from aether.

josephhutch avatar josephhutch commented on August 20, 2024

@diogodh were you able to solve this issue?

from aether.

diogodh avatar diogodh commented on August 20, 2024

from aether.

josephhutch avatar josephhutch commented on August 20, 2024

Add this to your config.toml file. The rss link tag will be replaced with your podcast's feed tag. Notice that you get a warning when building your site with these config changes. You can add a template for your new PodcastFeed output format which will automatically generate the feed.xml file and remove the warning.

[outputFormats]
  [outputFormats.PodcastFeed]
    baseName = "feed"
    isPlainText = true
    mediaType = "application/rss+xml"

[outputs]
  home = ["HTML", "PodcastFeed"]

I can work on adding a podcast template to the theme but I would like some info before I get started. Where do you store your podcast files? Posting an example of your feed.xml file would be very helpful.

from aether.

diogodh avatar diogodh commented on August 20, 2024

from aether.

josephhutch avatar josephhutch commented on August 20, 2024

@diogodh any luck with the output formats fix? I haven't had a chance to implement a PodcastFeed output format but it's on my list.

from aether.

diogodh avatar diogodh commented on August 20, 2024

from aether.

josephhutch avatar josephhutch commented on August 20, 2024

Okay, I am going to close this issue as I have tested the solution above as a fix for the re="alternate" google podcast rule.

from aether.

diogodh avatar diogodh commented on August 20, 2024

from aether.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.