jk.nipponalba.scot website https://jk.nipponalba.scot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

19 lines
641 B

  1. # Atom feed
  2. # Add "ATOM" to the Page Kinds under [outputs] (in your site config) for which
  3. # you want to enable Atom feeds.
  4. # Example:
  5. # [outputs]
  6. # home = ["HTML", "ATOM"]
  7. # https://gist.github.com/lpar/7ded35d8f52fef7490a5be92e6cd6937
  8. [mediaTypes."application/atom+xml"]
  9. suffixes = ["xml"]
  10. [outputFormats.Atom]
  11. # https://validator.w3.org/feed/docs/atom.html#whatIsAtom
  12. name = "Atom"
  13. mediaType = "application/atom+xml"
  14. baseName = "atom" # generated file = <baseName>.<mediaType."application/atom+xml".suffixes[0]> = atom.xml
  15. isPlainText = false
  16. rel = "alternate"
  17. isHTML = false
  18. noUgly = true
  19. permalinkable = false