mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 17:06:37 -04:00
open graph images for blog posts
This commit is contained in:
@ -8,6 +8,7 @@ tags:
|
|||||||
- Bernie Sanders
|
- Bernie Sanders
|
||||||
- 2020 Presidential Campaign
|
- 2020 Presidential Campaign
|
||||||
- Politics
|
- Politics
|
||||||
|
image: "sad-bernie.jpg"
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@ tags:
|
|||||||
- DNS
|
- DNS
|
||||||
- Networking
|
- Networking
|
||||||
- Temper Tantrums
|
- Temper Tantrums
|
||||||
|
image: "archive-is.png"
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -11,6 +11,7 @@ tags:
|
|||||||
- Tutorial
|
- Tutorial
|
||||||
aliases:
|
aliases:
|
||||||
- /2018/12/10/cool-bash-tricks-for-your-terminal-dotfiles/
|
- /2018/12/10/cool-bash-tricks-for-your-terminal-dotfiles/
|
||||||
|
image: "terminal_icon.jpg"
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ tags:
|
|||||||
- Subdomain Takeover
|
- Subdomain Takeover
|
||||||
- Bug Bounty
|
- Bug Bounty
|
||||||
- Tutorial
|
- Tutorial
|
||||||
|
image: "hackerone-2.png"
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@ tags:
|
|||||||
- Backups
|
- Backups
|
||||||
- Linux
|
- Linux
|
||||||
- Restic
|
- Restic
|
||||||
|
image: "apocalypse.png"
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@ tags:
|
|||||||
- Pull Request
|
- Pull Request
|
||||||
- Open Source
|
- Open Source
|
||||||
- GitHub
|
- GitHub
|
||||||
|
image: "forks.png"
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ tags:
|
|||||||
- Tutorial
|
- Tutorial
|
||||||
- Virtual Machines
|
- Virtual Machines
|
||||||
- VMware
|
- VMware
|
||||||
|
image: "screen-shot-2018-12-07-at-2-04-04-pm.png"
|
||||||
aliases:
|
aliases:
|
||||||
- /2018/12/04/how-to-shrink-linux-virtual-disk-vmware/
|
- /2018/12/04/how-to-shrink-linux-virtual-disk-vmware/
|
||||||
draft: false
|
draft: false
|
||||||
|
@ -7,6 +7,7 @@ tags:
|
|||||||
- Bernie Sanders
|
- Bernie Sanders
|
||||||
- Hillary Clinton
|
- Hillary Clinton
|
||||||
- Politics
|
- Politics
|
||||||
|
image: "9e58a-1bvweqv_ve2_c1tw5-ihrhw.jpg"
|
||||||
aliases:
|
aliases:
|
||||||
- /2016/02/28/millenial-with-hillary-clinton/
|
- /2016/02/28/millenial-with-hillary-clinton/
|
||||||
draft: false
|
draft: false
|
||||||
|
@ -8,6 +8,7 @@ tags:
|
|||||||
- Music
|
- Music
|
||||||
- Rap
|
- Rap
|
||||||
- Tufts University
|
- Tufts University
|
||||||
|
image: "1_b41ztscbaxqi60snwsswfw.jpg"
|
||||||
aliases:
|
aliases:
|
||||||
- /2013/11/21/no-homo-still-raps-motto/
|
- /2013/11/21/no-homo-still-raps-motto/
|
||||||
draft: false
|
draft: false
|
||||||
|
@ -8,6 +8,7 @@ tags:
|
|||||||
- Cloudflare
|
- Cloudflare
|
||||||
- Hosting
|
- Hosting
|
||||||
- Tutorial
|
- Tutorial
|
||||||
|
image: "cf-workers.png"
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ tags:
|
|||||||
- Shodan
|
- Shodan
|
||||||
- Internet of Things
|
- Internet of Things
|
||||||
- Dorking
|
- Dorking
|
||||||
|
image: "shodan.png"
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="{{ .Permalink }}">
|
<meta property="og:url" content="{{ .Permalink }}">
|
||||||
<meta property="og:description" content="{{ if .Description }}{{ .Description }}{{ else }}{{ .Site.Params.description }}{{ end }}">
|
<meta property="og:description" content="{{ if .Description }}{{ .Description }}{{ else }}{{ .Site.Params.description }}{{ end }}">
|
||||||
<meta property="og:image" content="{{ "me.jpg" | absURL }}">
|
<meta property="og:image" content="{{ if .Params.image }}{{ .Permalink }}images/{{ .Params.image }}{{ else }}{{ "me.jpg" | absURL }}{{ end }}">
|
||||||
<meta property="fb:admins" content="1329090853">
|
<meta property="fb:admins" content="1329090853">
|
||||||
<meta property="twitter:account_id" content="229769022">
|
<meta property="twitter:account_id" content="229769022">
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
@ -21,7 +21,7 @@
|
|||||||
<meta name="twitter:title" content="{{ .Title }}">
|
<meta name="twitter:title" content="{{ .Title }}">
|
||||||
<meta name="twitter:url" content="{{ .Permalink }}">
|
<meta name="twitter:url" content="{{ .Permalink }}">
|
||||||
<meta name="twitter:description" content="{{ if .Description }}{{ .Description }}{{ else }}{{ .Site.Params.description }}{{ end }}">
|
<meta name="twitter:description" content="{{ if .Description }}{{ .Description }}{{ else }}{{ .Site.Params.description }}{{ end }}">
|
||||||
<meta name="twitter:image" content="{{ "me.jpg" | absURL }}">
|
<meta name="twitter:image" content="{{ if .Params.image }}{{ .Permalink }}images/{{ .Params.image }}{{ else }}{{ "me.jpg" | absURL }}{{ end }}">
|
||||||
<meta name="google-site-verification" content="qQhmLTwjNWYgQ7W42nSTq63xIrTch13X_11mmxBE9zk">
|
<meta name="google-site-verification" content="qQhmLTwjNWYgQ7W42nSTq63xIrTch13X_11mmxBE9zk">
|
||||||
<meta name="msvalidate.01" content="164551986DA47F7F6FC0D21A93FFFCA6">
|
<meta name="msvalidate.01" content="164551986DA47F7F6FC0D21A93FFFCA6">
|
||||||
<meta name="p:domain_verify" content="e8aefab89c04734260da89b6ff26fd5b">
|
<meta name="p:domain_verify" content="e8aefab89c04734260da89b6ff26fd5b">
|
||||||
|
Reference in New Issue
Block a user