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.

102 lines
4.0 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 = "/images/ml.gif" #fqdn to the image art for your podcast
  25. itunes_top_category = "Technology"
  26. itunes_first_sub_category = "Software How-To"
  27. itunes_second_sub_category = "Tech News"
  28. language = "en-us"
  29. [outputFormats]
  30. [outputFormats.js]
  31. isPlainText = true
  32. mediaType = "application/javascript"
  33. [outputs]
  34. list = ["html", "js"]
  35. [markup]
  36. [markup.tableOfContents]
  37. endLevel=4
  38. ordered = true
  39. startLevel = 1
  40. [markup.goldmark.renderer]
  41. unsafe = true
  42. [module]
  43. # replacements = "git.sandpoints.org/Drawwell/SandpointsTheme -> /mnt/d/dev/websites/SandpointsTheme"
  44. [[module.imports]]
  45. path = "git.sandpoints.org/Drawwell/SandpointsTheme"
  46. # if only [[module.imports]]'s path is provided
  47. # and repo is made into hugo module (hugo mod init repo_name)
  48. # [[module.imports]]'s path should apply SandpointsTheme
  49. #
  50. # if repo needs some specific customization the rest of the
  51. # mounts below should be added respectively
  52. #
  53. # [[module.imports.mounts]]
  54. # source = "archetypes"
  55. # target = "archetypes"
  56. # [[module.imports.mounts]]
  57. # source = "assets"
  58. # target = "assets"
  59. # [[module.imports.mounts]]
  60. # source = "data"
  61. # target = "data"
  62. # [[module.imports.mounts]]
  63. # source = "layouts"
  64. # target = "layouts"
  65. # [[module.imports.mounts]]
  66. # source = "static"
  67. # target = "static"
  68. # [[module.imports.mounts]]
  69. # source = "customizations/Dotawo/static/fonts"
  70. # target = "static/fonts"
  71. # [[module.imports.mounts]]
  72. # source = "customizations/Dotawo/assets/css/site.css"
  73. # target = "assets/css/site.css"
  74. # [[module.imports.mounts]]
  75. # source = "customizations/Dotawo/static/css/site.min.css"
  76. # target = "static/css/site.min.css"
  77. # [[module.imports.mounts]]
  78. # source = "customizations/Dotawo/static/css/dyn.css"
  79. # target = "static/css/dyn.css"
  80. # [[module.imports.mounts]]
  81. # source = "customizations/Dotawo/layouts/partials/header.html"
  82. # target = "layouts/partials/header.html"
  83. # [[module.imports.mounts]]
  84. # source = "customizations/Dotawo/layouts/partials/singlebody.html"
  85. # target = "layouts/partials/singlebody.html"
  86. # [[module.imports.mounts]]
  87. # source = "customizations/Dotawo/layouts/_default/_markup/render-image.html"
  88. # target = "layouts/_default/_markup/render-image.html"
  89. # [[module.imports.mounts]]
  90. # source = "customizations/Dotawo/layouts/_default/_markup/render-link.html"
  91. # target = "layouts/_default/_markup/render-link.html"