Skip to content

Instantly share code, notes, and snippets.

@capjamesg
Created October 19, 2022 22:05
Show Gist options
  • Save capjamesg/9723c877c084be89feefda2d02ab512e to your computer and use it in GitHub Desktop.
Save capjamesg/9723c877c084be89feefda2d02ab512e to your computer and use it in GitHub Desktop.
<head>
<meta charset="utf-8">
<title>Home | James' Coffee Blog</title>
<link rel="stylesheet" href="/assets/styles/styles.css">
<link href="mailto:jamesg@jamesg.blog" rel="me">
<link href="https://indieweb.rocks/jamesg.blog" rel="me">
<link href="https://www.linkedin.com/in/jg12927/" rel="me">
<link rel="search" type="application/opensearchdescription+xml" title="IndieWeb Search" href="/assets/opensearch.xml">
<link rel="manifest" href="/assets/manifest.json">
<meta name="description" content="Hello! I'm James (also capjamesg). My pronouns are he/him/his. I live in Scotland, UK. This is my blog.">
<meta name="twitter:description" content="Hello! I'm James (also capjamesg). My pronouns are he/him/his. I live in Scotland, UK. This is my blog.">
<meta name="og:description" content="Hello! I'm James (also capjamesg). My pronouns are he/him/his. I live in Scotland, UK. This is my blog.">
<meta property="og:image" content="/assets/cup_beans.webp">
<meta name="twitter:image:src" content="/assets/cup_beans.webp">
<meta name="twitter:card" content="summary">
<link rel="icon" href="/favicon.ico">
<link rel="apple-touch-icon-precomposed" href="/favicon.ico">
<link rel="alternate" type="application/atom+xml" title="James Coffee Blog - Posts" href="https://granary.io/url?input=html&amp;output=rss&amp;url=https%3A%2F%2Fjamesg.blog">
<link rel="alternate" type="application/jf2feed+json" title="James Coffee Blog - Posts" href="https://granary.io/url?input=html&amp;output=jsonfeed&amp;url=https%3A%2F%2Fjamesg.blog">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Home | James' Coffee Blog">
<!-- Open Graph data -->
<meta property="og:title" content="Home | James' Coffee Blog">
<meta property="og:url" content="https://jamesg.blog">
<meta property="og:site_name" content="James' Coffee Blog">
<meta rel="canonical" href="https://jamesg.blog/">
<link rel="webmention" href="https://webmention.io/jamesg.blog/webmention">
<link rel="pingback" href="https://webmention.io/jamesg.blog/xmlrpc">
<script type="text/javascript" src="/assets/js/indieconfig.js"></script>
<script type="text/javascript" src="/assets/js/webaction.js"></script>
<meta name="generator" content="My static site generator and coffee.">
<link rel="micropub" href="https://micropub.jamesg.blog/micropub">
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
<link rel="self" href="https://jamesg.blog/">
<link rel="hub" href="https://pubsubhubbub.superfeedr.com">
<script src="/assets/js/annotate.js"></script>
<style id="darkmode" media="none">
html, .citation_box, details, summary, .social li {
background-color: #1F2937;
}
.highlight {
color: black;
}
.highlight a {
color: blue;
border-bottom: 2px dotted blue;
}
.highlight a:hover {
color: violet;
}
a {
color: lightgreen;
border-bottom: 2px dotted lightgreen;
}
a:hover {
color: #ccc;
}
h1, h2, h3 {
color: orange;
}
.social_interaction, .webmention {
background: none;
}
p, li, dt, dd, .indieweb_footer, input, label {
color: white;
}
input, textarea, code, pre, main {
background-color: #0c2548;
color: #ccc;
}
</style>
<link href="/assets/styles/prism.css" rel="stylesheet">
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment