|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- baseURL = "https://machinelistening.exposed"
- languageCode = "en-us"
- title = "Machine listening"
- relativeurls = true
- disableKinds = ["sitemap"]
-
- [taxonomies]
- keyword = "keywords"
-
- [params]
- 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'."
- images = ["/images/ml.gif"]
- title = "Machine Listening Curriculum"
- sandpointsGiteaUrl = "http://git.metadada.xyz/machinelistening/curriculum"
- sandpointsCatalogPrefix = "/library/"
- sandpointsCatalogName = "machinelistening"
- sandpointsMentionedIn = ["annex", "session", "contributor", "interview"]
-
- episode_number_style = "brackets"
- [params.feed]
- copyright = "Copyright 2021 Machine Listening" #do not use markdown in this field; it is used in the feed
- itunes_subtitle = "A curriculum" #no markdown or HTML
- itunes_author = "Machine Listening" #no markdown or HTML
- 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'."
- itunes_owner_name = "Machine Listening"
- 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.
- itunes_image = "https://machinelistening.exposed/images/ml.gif" #fqdn to the image art for your podcast
- itunes_top_category = "Society & Culture"
- itunes_first_sub_category = "Technology"
- itunes_second_sub_category = "Education"
- language = "en-us"
- explicit = false
-
-
- [outputFormats]
- [outputFormats.js]
- isPlainText = true
- mediaType = "application/javascript"
-
- [outputs]
- list = ["html", "js"]
-
- [markup]
- [markup.tableOfContents]
- endLevel=4
- ordered = true
- startLevel = 1
-
- [markup.goldmark.renderer]
- unsafe = true
-
- [markup.goldmark.parser.attribute]
- block = true
-
- [module]
- # replacements = "git.sandpoints.org/Drawwell/SandpointsTheme -> /mnt/d/dev/websites/SandpointsTheme"
- [[module.imports]]
- path = "git.sandpoints.org/Drawwell/SandpointsTheme"
-
- # if only [[module.imports]]'s path is provided
- # and repo is made into hugo module (hugo mod init repo_name)
- # [[module.imports]]'s path should apply SandpointsTheme
- #
- # if repo needs some specific customization the rest of the
- # mounts below should be added respectively
- #
- # [[module.imports.mounts]]
- # source = "archetypes"
- # target = "archetypes"
- # [[module.imports.mounts]]
- # source = "assets"
- # target = "assets"
- # [[module.imports.mounts]]
- # source = "data"
- # target = "data"
- # [[module.imports.mounts]]
- # source = "layouts"
- # target = "layouts"
- # [[module.imports.mounts]]
- # source = "static"
- # target = "static"
- # [[module.imports.mounts]]
- # source = "customizations/Dotawo/static/fonts"
- # target = "static/fonts"
- # [[module.imports.mounts]]
- # source = "customizations/Dotawo/assets/css/site.css"
- # target = "assets/css/site.css"
- # [[module.imports.mounts]]
- # source = "customizations/Dotawo/static/css/site.min.css"
- # target = "static/css/site.min.css"
- # [[module.imports.mounts]]
- # source = "customizations/Dotawo/static/css/dyn.css"
- # target = "static/css/dyn.css"
- # [[module.imports.mounts]]
- # source = "customizations/Dotawo/layouts/partials/header.html"
- # target = "layouts/partials/header.html"
- # [[module.imports.mounts]]
- # source = "customizations/Dotawo/layouts/partials/singlebody.html"
- # target = "layouts/partials/singlebody.html"
- # [[module.imports.mounts]]
- # source = "customizations/Dotawo/layouts/_default/_markup/render-image.html"
- # target = "layouts/_default/_markup/render-image.html"
- # [[module.imports.mounts]]
- # source = "customizations/Dotawo/layouts/_default/_markup/render-link.html"
- # target = "layouts/_default/_markup/render-link.html"
|