diff --git a/PUBLISH.trigger.md b/PUBLISH.trigger.md index 31cf8bb..d8f4a70 100644 --- a/PUBLISH.trigger.md +++ b/PUBLISH.trigger.md @@ -11,7 +11,7 @@ Don't forget to click on "Commit Changes" to commit the changes. ``` _ _ _ New changes after this _ _ _ -sean 123456 +sean 1234567 joel 1 james 12.2 joel 15 seps \ No newline at end of file diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png new file mode 100644 index 0000000..1d59de3 Binary files /dev/null and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png new file mode 100644 index 0000000..aa2f6b2 Binary files /dev/null and b/static/android-chrome-512x512.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..8274d47 Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..6ccaaa4 Binary files /dev/null and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..8a256cd Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..1372cc4 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/images/ml.gif b/static/images/ml.gif new file mode 100644 index 0000000..bdcddbb Binary files /dev/null and b/static/images/ml.gif differ diff --git a/static/site.webmanifest b/static/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/static/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/themes/sandpoints/config/_default/config.toml b/themes/sandpoints/config/_default/config.toml index 02199c8..22e075e 100644 --- a/themes/sandpoints/config/_default/config.toml +++ b/themes/sandpoints/config/_default/config.toml @@ -1,4 +1,4 @@ -baseURL = "http://machinelistening.exposed" +baseURL = "https://machinelistening.exposed" languageCode = "en-us" title = "Machine Listening" theme = "sandpoints" @@ -7,7 +7,7 @@ disableKinds = ["RSS", "sitemap"] [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/piratecaqre.png"] + images = ["/images/ml.gif"] title = "Machine Listening Curriculum" giturl = "http://git.metadada.xyz/machinelistening/curriculum-test" home = "curriculum"