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.
 
 
 
 
 

29 lines
868 B

  1. baseURL = "https://machinelistening.exposed"
  2. languageCode = "en-us"
  3. title = "Machine Listening Curriculum"
  4. theme = "sandpoints"
  5. relativeurls = true
  6. disableKinds = ["RSS", "sitemap"]
  7. [params]
  8. 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'."
  9. images = ["/images/ml.gif"]
  10. title = "Machine Listening Curriculum"
  11. giturl = "http://git.metadada.xyz/machinelistening/curriculum-test"
  12. home = "curriculum"
  13. catalogprefix = "/library/"
  14. [outputFormats]
  15. [outputFormats.js]
  16. isPlainText = true
  17. mediaType = "application/javascript"
  18. [outputs]
  19. list = ["html", "js"]
  20. [markup]
  21. [markup.tableOfContents]
  22. endLevel=4
  23. ordered = true
  24. startLevel = 1