mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Add custom layout to all font matters
sadly, the defaults cannot scope to category, so have to set these manually
This commit is contained in:
parent
a524b19e53
commit
71070e03f4
56 changed files with 165 additions and 65 deletions
10
_config.yml
10
_config.yml
|
@ -110,16 +110,6 @@ defaults:
|
||||||
values:
|
values:
|
||||||
permalink: /video/:year/:month/:day/:title/
|
permalink: /video/:year/:month/:day/:title/
|
||||||
type: "video"
|
type: "video"
|
||||||
- scope:
|
|
||||||
path: ""
|
|
||||||
category: "blog"
|
|
||||||
values:
|
|
||||||
layout: "blog"
|
|
||||||
- scope:
|
|
||||||
path: ""
|
|
||||||
category: "podcast"
|
|
||||||
values:
|
|
||||||
layout: "podcast"
|
|
||||||
- scope:
|
- scope:
|
||||||
path: ""
|
path: ""
|
||||||
category: "video"
|
category: "video"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
title: "#001 - How to fund a privacy oriented start up"
|
title: "#001 - How to fund a privacy oriented start up"
|
||||||
keywords: funding privacy startup
|
keywords: funding privacy startup
|
||||||
date: 2019-09-13
|
date: 2019-09-13
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
title: "#002 - Decisions that shift a company"
|
title: "#002 - Decisions that shift a company"
|
||||||
keywords: decisions privacy startup
|
keywords: decisions privacy startup
|
||||||
date: 2019-09-19
|
date: 2019-09-19
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
title: "#003 - Privacy Journey: The Story of Raphty"
|
title: "#003 - Privacy Journey: The Story of Raphty"
|
||||||
keywords: privacy journey startup
|
keywords: privacy journey startup
|
||||||
date: 2019-09-27
|
date: 2019-09-27
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
title: "#004 - How to evaluate and trust a Business?"
|
title: "#004 - How to evaluate and trust a Business?"
|
||||||
keywords: privacy business trust
|
keywords: privacy business trust
|
||||||
date: 2019-10-04
|
date: 2019-10-04
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
title: "#005 - Becoming a Remote Company - I"
|
title: "#005 - Becoming a Remote Company - I"
|
||||||
keywords: remote privacy business
|
keywords: remote privacy business
|
||||||
date: 2019-10-12
|
date: 2019-10-12
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
title: "#006 - Progress Update I - Privacy Network"
|
title: "#006 - Progress Update I - Privacy Network"
|
||||||
keywords: privacy business progress
|
keywords: privacy business progress
|
||||||
date: 2019-10-18
|
date: 2019-10-18
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
title: "#007 - Progress Update II - Company Culture"
|
title: "#007 - Progress Update II - Company Culture"
|
||||||
keywords: privacy business culture
|
keywords: privacy business culture
|
||||||
date: 2019-10-25
|
date: 2019-10-25
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
title: "#008 - The Golang Meetup and the yellow T-Shirt"
|
title: "#008 - The Golang Meetup and the yellow T-Shirt"
|
||||||
keywords: privacy business golang
|
keywords: privacy business golang
|
||||||
date: 2019-11-01
|
date: 2019-11-01
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# when displaying only the episode number or the title this has to be constant
|
# when displaying only the episode number or the title this has to be constant
|
||||||
# -> view cast.html
|
# -> view cast.html
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# when displaying only the episode number or the title this has to be constant
|
# when displaying only the episode number or the title this has to be constant
|
||||||
# -> view cast.html
|
# -> view cast.html
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# when displaying only the episode number or the title this has to be constant
|
# when displaying only the episode number or the title this has to be constant
|
||||||
# -> view cast.html
|
# -> view cast.html
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# when displaying only the episode number or the title this has to be constant
|
# when displaying only the episode number or the title this has to be constant
|
||||||
# -> view cast.html
|
# -> view cast.html
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# when displaying only the episode number or the title this has to be constant
|
# when displaying only the episode number or the title this has to be constant
|
||||||
# -> view cast.html
|
# -> view cast.html
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# when displaying only the episode number or the title this has to be constant
|
# when displaying only the episode number or the title this has to be constant
|
||||||
# -> view cast.html
|
# -> view cast.html
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# when displaying only the episode number or the title this has to be constant
|
# when displaying only the episode number or the title this has to be constant
|
||||||
# -> view cast.html
|
# -> view cast.html
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# when displaying only the episode number or the title this has to be constant
|
# when displaying only the episode number or the title this has to be constant
|
||||||
# -> view cast.html
|
# -> view cast.html
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# when displaying only the episode number or the title this has to be constant
|
# when displaying only the episode number or the title this has to be constant
|
||||||
# -> view cast.html
|
# -> view cast.html
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# when displaying only the episode number or the title this has to be constant
|
# when displaying only the episode number or the title this has to be constant
|
||||||
# -> view cast.html
|
# -> view cast.html
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# when displaying only the episode number or the title this has to be constant
|
# when displaying only the episode number or the title this has to be constant
|
||||||
# -> view cast.html
|
# -> view cast.html
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# when displaying only the episode number or the title this has to be constant
|
# when displaying only the episode number or the title this has to be constant
|
||||||
# -> view cast.html
|
# -> view cast.html
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# when displaying only the episode number or the title this has to be constant
|
# when displaying only the episode number or the title this has to be constant
|
||||||
# -> view cast.html
|
# -> view cast.html
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# when displaying only the episode number or the title this has to be constant
|
# when displaying only the episode number or the title this has to be constant
|
||||||
# -> view cast.html
|
# -> view cast.html
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# when displaying only the episode number or the title this has to be constant
|
# when displaying only the episode number or the title this has to be constant
|
||||||
# -> view cast.html
|
# -> view cast.html
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# when displaying only the episode number or the title this has to be constant
|
# when displaying only the episode number or the title this has to be constant
|
||||||
# -> view cast.html
|
# -> view cast.html
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# when displaying only the episode number or the title this has to be constant
|
# when displaying only the episode number or the title this has to be constant
|
||||||
# -> view cast.html
|
# -> view cast.html
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# when displaying only the episode number or the title this has to be constant
|
# when displaying only the episode number or the title this has to be constant
|
||||||
# -> view cast.html
|
# -> view cast.html
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# when displaying only the episode number or the title this has to be constant
|
# when displaying only the episode number or the title this has to be constant
|
||||||
# -> view cast.html
|
# -> view cast.html
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: podcast # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: podcast
|
||||||
|
layout: podcast
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# when displaying only the episode number or the title this has to be constant
|
# when displaying only the episode number or the title this has to be constant
|
||||||
# -> view cast.html
|
# -> view cast.html
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: blog # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: blog
|
||||||
|
layout: blog
|
||||||
title: Hiring a Designer from the Privacy Community
|
title: Hiring a Designer from the Privacy Community
|
||||||
date: 2019-11-29
|
date: 2019-11-29
|
||||||
author: David
|
author: David
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: blog # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: blog
|
||||||
|
layout: blog
|
||||||
title: The next 5 Steps for Safing
|
title: The next 5 Steps for Safing
|
||||||
date: 2019-12-06
|
date: 2019-12-06
|
||||||
author: David
|
author: David
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: blog # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: blog
|
||||||
|
layout: blog
|
||||||
title: Announcing the PrivacyTools Sponsorship
|
title: Announcing the PrivacyTools Sponsorship
|
||||||
date: 2019-12-20
|
date: 2019-12-20
|
||||||
author: David
|
author: David
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: blog # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: blog
|
||||||
|
layout: blog
|
||||||
title: How the SPN compares to Tor
|
title: How the SPN compares to Tor
|
||||||
date: 2020-01-22
|
date: 2020-01-22
|
||||||
author: David
|
author: David
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: blog # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: blog
|
||||||
|
layout: blog
|
||||||
title: How the SPN Compares to VPNs
|
title: How the SPN Compares to VPNs
|
||||||
date: 2020-01-22
|
date: 2020-01-22
|
||||||
author: David
|
author: David
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: blog # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: blog
|
||||||
|
layout: blog
|
||||||
title: The Two Steps it Takes
|
title: The Two Steps it Takes
|
||||||
date: 2020-02-04
|
date: 2020-02-04
|
||||||
author: David
|
author: David
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: blog # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: blog
|
||||||
|
layout: blog
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#000 - Progress Update June"
|
title: "#000 - Progress Update June"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: blog # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: blog
|
||||||
|
layout: blog
|
||||||
title: "How Safing Selects its Default DNS Providers"
|
title: "How Safing Selects its Default DNS Providers"
|
||||||
date: 2020-07-07
|
date: 2020-07-07
|
||||||
author: daniel
|
author: daniel
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: blog # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: blog
|
||||||
|
layout: blog
|
||||||
title: "We Are Updating Portmaster's Default DNS Servers"
|
title: "We Are Updating Portmaster's Default DNS Servers"
|
||||||
date: 2020-07-07
|
date: 2020-07-07
|
||||||
author: daniel
|
author: daniel
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: blog # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: blog
|
||||||
|
layout: blog
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#001 - Progress Update July"
|
title: "#001 - Progress Update July"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: blog # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: blog
|
||||||
|
layout: blog
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#002 - Progress Update August"
|
title: "#002 - Progress Update August"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: blog # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: blog
|
||||||
|
layout: blog
|
||||||
title: AMA - Ask Us Anything
|
title: AMA - Ask Us Anything
|
||||||
date: 2020-09-02
|
date: 2020-09-02
|
||||||
author: Raphael
|
author: Raphael
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: blog # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: blog
|
||||||
|
layout: blog
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#003 - Progress Update September"
|
title: "#003 - Progress Update September"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: blog # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: blog
|
||||||
|
layout: blog
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#004 - Progress Update October"
|
title: "#004 - Progress Update October"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: blog # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: blog
|
||||||
|
layout: blog
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#005 - Progress Update November"
|
title: "#005 - Progress Update November"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: blog # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: blog
|
||||||
|
layout: blog
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#006 - Progress Update December"
|
title: "#006 - Progress Update December"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: blog # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: blog
|
||||||
|
layout: blog
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#007 - Progress Update January"
|
title: "#007 - Progress Update January"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: blog # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: blog
|
||||||
|
layout: blog
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#008 - Progress Update February"
|
title: "#008 - Progress Update February"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: blog # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: blog
|
||||||
|
layout: blog
|
||||||
title: "Attributing DNS Requests on Windows"
|
title: "Attributing DNS Requests on Windows"
|
||||||
date: 2021-03-23
|
date: 2021-03-23
|
||||||
author: daniel
|
author: daniel
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: blog # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: blog
|
||||||
|
layout: blog
|
||||||
title: "Broad SPN Access Postponed to Q3 - Here Is Why"
|
title: "Broad SPN Access Postponed to Q3 - Here Is Why"
|
||||||
date: 2021-03-24
|
date: 2021-03-24
|
||||||
author: david
|
author: david
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: video # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: video
|
||||||
|
layout: video
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#001 - An Update from Home"
|
title: "#001 - An Update from Home"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: video # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: video
|
||||||
|
layout: video
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#002 - The Portmaster is Almost Ready"
|
title: "#002 - The Portmaster is Almost Ready"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: video # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: video
|
||||||
|
layout: video
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#003 - The Portmaster is Out in Pre-Alpha!"
|
title: "#003 - The Portmaster is Out in Pre-Alpha!"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: video # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: video
|
||||||
|
layout: video
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#004 - The Account Server is up and running"
|
title: "#004 - The Account Server is up and running"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: video # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: video
|
||||||
|
layout: video
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#005 - A Fresh New Look"
|
title: "#005 - A Fresh New Look"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: video # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: video
|
||||||
|
layout: video
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#006 - Default DNS Changes & NO MORE Deadlines"
|
title: "#006 - Default DNS Changes & NO MORE Deadlines"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
category: video # possible values: blog video podcast
|
# possible values: blog video podcast
|
||||||
|
category: video
|
||||||
|
layout: video
|
||||||
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
# ⚠️ ALWAYS follow this format: "#001 - Some sweet title"
|
||||||
# this has to be consistent for displaying only the episode number or only the title
|
# this has to be consistent for displaying only the episode number or only the title
|
||||||
title: "#007 - SPN And \"Next Page\" Roll Out"
|
title: "#007 - SPN And \"Next Page\" Roll Out"
|
||||||
|
|
Loading…
Add table
Reference in a new issue