diff --git a/content/offline.md b/content/offline.md new file mode 100644 index 0000000..efe3ad4 --- /dev/null +++ b/content/offline.md @@ -0,0 +1,8 @@ +--- +title: Offline +description: Your device is offline. +layout: offline +--- + +Your device is offline. You may have some pages cached for offline viewing, +otherwise please wait for the internet to reconnect to continue browsing. \ No newline at end of file diff --git a/static/img/avatar.png b/static/img/avatar.png new file mode 100644 index 0000000..59d115c Binary files /dev/null and b/static/img/avatar.png differ diff --git a/static/manifest.json b/static/manifest.json new file mode 100644 index 0000000..0b6b056 --- /dev/null +++ b/static/manifest.json @@ -0,0 +1,18 @@ +{ + "lang": "en", + "short_name": "Brandon Rozek", + "name": "Brandon Rozek", + "description": "Brandon Rozek's Website", + "icons": [ + { + "src": "/img/avatar.png", + "sizes": "300x300", + "type": "image/png", + "purpose": "any" + } + ], + "start_url": "/", + "display": "minimal-ui", + "background_color": "#ffffff", + "theme_color": "#ffffff" +} diff --git a/themes/pulp b/themes/pulp index 1f1e07b..5214da5 160000 --- a/themes/pulp +++ b/themes/pulp @@ -1 +1 @@ -Subproject commit 1f1e07b4bfe1bdb7b1665f4c9c0160c4cfefe6fe +Subproject commit 5214da544e32313b075a9cdc442e327899e2d6ef