Browse Source

site images

master
Sean Dockray 3 years ago
parent
commit
20826b99a1
10 changed files with 4 additions and 3 deletions
  1. +1
    -1
      PUBLISH.trigger.md
  2. BIN
      static/android-chrome-192x192.png
  3. BIN
      static/android-chrome-512x512.png
  4. BIN
      static/apple-touch-icon.png
  5. BIN
      static/favicon-16x16.png
  6. BIN
      static/favicon-32x32.png
  7. BIN
      static/favicon.ico
  8. BIN
      static/images/ml.gif
  9. +1
    -0
      static/site.webmanifest
  10. +2
    -2
      themes/sandpoints/config/_default/config.toml

+ 1
- 1
PUBLISH.trigger.md View File

@@ -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

BIN
static/android-chrome-192x192.png View File

Before After
Width: 192  |  Height: 192  |  Size: 20 KiB

BIN
static/android-chrome-512x512.png View File

Before After
Width: 512  |  Height: 512  |  Size: 78 KiB

BIN
static/apple-touch-icon.png View File

Before After
Width: 180  |  Height: 180  |  Size: 20 KiB

BIN
static/favicon-16x16.png View File

Before After
Width: 16  |  Height: 16  |  Size: 755 B

BIN
static/favicon-32x32.png View File

Before After
Width: 32  |  Height: 32  |  Size: 1.6 KiB

BIN
static/favicon.ico View File

Before After

BIN
static/images/ml.gif View File

Before After
Width: 789  |  Height: 788  |  Size: 92 KiB

+ 1
- 0
static/site.webmanifest View File

@@ -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"}

+ 2
- 2
themes/sandpoints/config/_default/config.toml View File

@@ -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"


Loading…
Cancel
Save