diff options
| author | Christine Dodrill <me@christine.website> | 2019-11-01 17:48:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-01 17:48:19 -0400 |
| commit | 5f4ee89e57060dc9c119d84ac5700784c343b8d9 (patch) | |
| tree | 2a18debdceae9d538d0e9a9c451c10022de472ee /static | |
| parent | 42371916d83af7fc2e4ca053d963e6cfab15a8f1 (diff) | |
| download | xesite-5f4ee89e57060dc9c119d84ac5700784c343b8d9.tar.xz xesite-5f4ee89e57060dc9c119d84ac5700784c343b8d9.zip | |
Art gallery (#91)
* implement art gallery
* update dates
* gallery: update tags
* gofmt
* templates/gallerypost: add hashtags
Diffstat (limited to 'static')
| -rw-r--r-- | static/art/Bliss.png | bin | 0 -> 6937655 bytes | |||
| -rw-r--r-- | static/art/Bliss_tn.jpg | bin | 0 -> 3766 bytes | |||
| -rw-r--r-- | static/art/Boat.png | bin | 0 -> 2694750 bytes | |||
| -rw-r--r-- | static/art/Boat_tn.jpg | bin | 0 -> 3676 bytes | |||
| -rw-r--r-- | static/art/Bokoblin.png | bin | 0 -> 3756331 bytes | |||
| -rw-r--r-- | static/art/Bokoblin_tn.jpg | bin | 0 -> 4972 bytes | |||
| -rw-r--r-- | static/art/Lifecycle.png | bin | 0 -> 539646 bytes | |||
| -rw-r--r-- | static/art/Lifecycle_tn.jpg | bin | 0 -> 4154 bytes | |||
| -rw-r--r-- | static/art/LinkHome2.png | bin | 0 -> 4997619 bytes | |||
| -rw-r--r-- | static/art/LinkHome2_tn.jpg | bin | 0 -> 4274 bytes | |||
| -rw-r--r-- | static/art/LinkSunset.png | bin | 0 -> 7307336 bytes | |||
| -rw-r--r-- | static/art/LinkSunset_tn.jpg | bin | 0 -> 3809 bytes | |||
| -rw-r--r-- | static/art/Orca.png | bin | 0 -> 4819364 bytes | |||
| -rw-r--r-- | static/art/Orca_tn.jpg | bin | 0 -> 6441 bytes | |||
| -rwxr-xr-x | static/js/sw.js | 4 |
15 files changed, 2 insertions, 2 deletions
diff --git a/static/art/Bliss.png b/static/art/Bliss.png Binary files differnew file mode 100644 index 0000000..6b4ba8f --- /dev/null +++ b/static/art/Bliss.png diff --git a/static/art/Bliss_tn.jpg b/static/art/Bliss_tn.jpg Binary files differnew file mode 100644 index 0000000..9f1ab24 --- /dev/null +++ b/static/art/Bliss_tn.jpg diff --git a/static/art/Boat.png b/static/art/Boat.png Binary files differnew file mode 100644 index 0000000..840acd9 --- /dev/null +++ b/static/art/Boat.png diff --git a/static/art/Boat_tn.jpg b/static/art/Boat_tn.jpg Binary files differnew file mode 100644 index 0000000..cdd0df2 --- /dev/null +++ b/static/art/Boat_tn.jpg diff --git a/static/art/Bokoblin.png b/static/art/Bokoblin.png Binary files differnew file mode 100644 index 0000000..b7dd647 --- /dev/null +++ b/static/art/Bokoblin.png diff --git a/static/art/Bokoblin_tn.jpg b/static/art/Bokoblin_tn.jpg Binary files differnew file mode 100644 index 0000000..88598cd --- /dev/null +++ b/static/art/Bokoblin_tn.jpg diff --git a/static/art/Lifecycle.png b/static/art/Lifecycle.png Binary files differnew file mode 100644 index 0000000..fb0c199 --- /dev/null +++ b/static/art/Lifecycle.png diff --git a/static/art/Lifecycle_tn.jpg b/static/art/Lifecycle_tn.jpg Binary files differnew file mode 100644 index 0000000..f363aaf --- /dev/null +++ b/static/art/Lifecycle_tn.jpg diff --git a/static/art/LinkHome2.png b/static/art/LinkHome2.png Binary files differnew file mode 100644 index 0000000..0a997f6 --- /dev/null +++ b/static/art/LinkHome2.png diff --git a/static/art/LinkHome2_tn.jpg b/static/art/LinkHome2_tn.jpg Binary files differnew file mode 100644 index 0000000..dd0c488 --- /dev/null +++ b/static/art/LinkHome2_tn.jpg diff --git a/static/art/LinkSunset.png b/static/art/LinkSunset.png Binary files differnew file mode 100644 index 0000000..d1ad427 --- /dev/null +++ b/static/art/LinkSunset.png diff --git a/static/art/LinkSunset_tn.jpg b/static/art/LinkSunset_tn.jpg Binary files differnew file mode 100644 index 0000000..7aeee8f --- /dev/null +++ b/static/art/LinkSunset_tn.jpg diff --git a/static/art/Orca.png b/static/art/Orca.png Binary files differnew file mode 100644 index 0000000..a6411a7 --- /dev/null +++ b/static/art/Orca.png diff --git a/static/art/Orca_tn.jpg b/static/art/Orca_tn.jpg Binary files differnew file mode 100644 index 0000000..80dde37 --- /dev/null +++ b/static/art/Orca_tn.jpg diff --git a/static/js/sw.js b/static/js/sw.js index 62722a6..0fa1e3e 100755 --- a/static/js/sw.js +++ b/static/js/sw.js @@ -5,13 +5,13 @@ self.addEventListener('install', function(event) { event.waitUntil(preLoad());
});
-const cacheName = "cache-2019-10-15";
+const cacheName = "cache-2019-11-01";
var preLoad = function(){
console.log('[PWA Builder] Install Event processing');
return caches.open(cacheName).then(function(cache) {
console.log('[PWA Builder] Cached index and offline page during Install');
- return cache.addAll(['/blog/', '/blog', '/', '/contact', '/resume', '/talks']);
+ return cache.addAll(['/blog/', '/blog', '/', '/contact', '/resume', '/talks', '/gallery']);
});
};
|
