Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

106 рядки
4.1 KiB

  1. baseURL = "https://machinelistening.exposed"
  2. languageCode = "en-us"
  3. title = "Machine listening"
  4. relativeurls = true
  5. disableKinds = ["sitemap"]
  6. [taxonomies]
  7. keyword = "keywords"
  8. [params]
  9. description = "A platform for collective listening, thought, and artistic production: a critical counterpoint to all the solutionists, VCs, militarists and industry boosters intent on ‘empowering machines with the sense of hearing'."
  10. images = ["/images/ml.gif"]
  11. title = "Machine Listening Curriculum"
  12. sandpointsGiteaUrl = "http://git.metadada.xyz/machinelistening/curriculum"
  13. sandpointsCatalogPrefix = "/library/"
  14. sandpointsCatalogName = "machinelistening"
  15. sandpointsMentionedIn = ["annex", "session", "contributor", "interview"]
  16. episode_number_style = "brackets"
  17. [params.feed]
  18. copyright = "Copyright 2021 Machine Listening" #do not use markdown in this field; it is used in the feed
  19. itunes_subtitle = "A curriculum" #no markdown or HTML
  20. itunes_author = "Machine Listening" #no markdown or HTML
  21. itunes_summary = "A platform for collective listening, thought, and artistic production: a critical counterpoint to all the solutionists, VCs, militarists and industry boosters intent on ‘empowering machines with the sense of hearing'."
  22. itunes_owner_name = "Machine Listening"
  23. itunes_owner_email = "machine.listening@gmail.com" #contains the e-mail address that will be used to contact the owner of the Podcast for communication specifically about their Podcast on Apple Podcasts. It will not be publicly displayed on Apple Podcasts.
  24. itunes_image = "https://machinelistening.exposed/images/ml.gif" #fqdn to the image art for your podcast
  25. itunes_top_category = "Society & Culture"
  26. itunes_first_sub_category = "Technology"
  27. itunes_second_sub_category = "Education"
  28. language = "en-us"
  29. explicit = false
  30. [outputFormats]
  31. [outputFormats.js]
  32. isPlainText = true
  33. mediaType = "application/javascript"
  34. [outputs]
  35. list = ["html", "js"]
  36. [markup]
  37. [markup.tableOfContents]
  38. endLevel=4
  39. ordered = true
  40. startLevel = 1
  41. [markup.goldmark.renderer]
  42. unsafe = true
  43. [markup.goldmark.parser.attribute]
  44. block = true
  45. [module]
  46. # replacements = "git.sandpoints.org/Drawwell/SandpointsTheme -> /mnt/d/dev/websites/SandpointsTheme"
  47. [[module.imports]]
  48. path = "git.sandpoints.org/Drawwell/SandpointsTheme"
  49. # if only [[module.imports]]'s path is provided
  50. # and repo is made into hugo module (hugo mod init repo_name)
  51. # [[module.imports]]'s path should apply SandpointsTheme
  52. #
  53. # if repo needs some specific customization the rest of the
  54. # mounts below should be added respectively
  55. #
  56. # [[module.imports.mounts]]
  57. # source = "archetypes"
  58. # target = "archetypes"
  59. # [[module.imports.mounts]]
  60. # source = "assets"
  61. # target = "assets"
  62. # [[module.imports.mounts]]
  63. # source = "data"
  64. # target = "data"
  65. # [[module.imports.mounts]]
  66. # source = "layouts"
  67. # target = "layouts"
  68. # [[module.imports.mounts]]
  69. # source = "static"
  70. # target = "static"
  71. # [[module.imports.mounts]]
  72. # source = "customizations/Dotawo/static/fonts"
  73. # target = "static/fonts"
  74. # [[module.imports.mounts]]
  75. # source = "customizations/Dotawo/assets/css/site.css"
  76. # target = "assets/css/site.css"
  77. # [[module.imports.mounts]]
  78. # source = "customizations/Dotawo/static/css/site.min.css"
  79. # target = "static/css/site.min.css"
  80. # [[module.imports.mounts]]
  81. # source = "customizations/Dotawo/static/css/dyn.css"
  82. # target = "static/css/dyn.css"
  83. # [[module.imports.mounts]]
  84. # source = "customizations/Dotawo/layouts/partials/header.html"
  85. # target = "layouts/partials/header.html"
  86. # [[module.imports.mounts]]
  87. # source = "customizations/Dotawo/layouts/partials/singlebody.html"
  88. # target = "layouts/partials/singlebody.html"
  89. # [[module.imports.mounts]]
  90. # source = "customizations/Dotawo/layouts/_default/_markup/render-image.html"
  91. # target = "layouts/_default/_markup/render-image.html"
  92. # [[module.imports.mounts]]
  93. # source = "customizations/Dotawo/layouts/_default/_markup/render-link.html"
  94. # target = "layouts/_default/_markup/render-link.html"