Removing unused tumblr syndication tag, layout, guid, and kind

This commit is contained in:
Brandon Rozek 2023-01-25 13:19:27 -05:00
parent 31b109e08c
commit 17e7209a41
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
28 changed files with 1 additions and 183 deletions

View file

@ -3,8 +3,6 @@ id: 400
title: An Offline Experience with Service Workers
date: 2015-11-14T15:47:06+00:00
author: Brandon Rozek
layout: post
guid: https://brandonrozek.com/?p=400
aliases:
- /2015/11/service-workers/
permalink: /2015/11/service-workers/
@ -15,11 +13,6 @@ medium_post:
mf2_cite:
- 'a:1:{s:6:"author";a:0:{}}'
- 'a:1:{s:6:"author";a:0:{}}'
tumblr_post_id:
- "135657690564"
- "135657690564"
kind:
- article
tags: ["Web", "JS"]
---
Im excited to say that Ive written my first service worker for brandonrozek.com. What is a service worker? A service worker provides an extra layer between the client and the server. The exciting part about this is that you can use service workers to deliver an offline experience. (Cached versions of your site, offline pages, etc.)