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:
davegson 2021-03-25 17:24:13 +01:00
parent a524b19e53
commit 71070e03f4
56 changed files with 165 additions and 65 deletions

View file

@ -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"

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -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"

View file

@ -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

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -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"

View file

@ -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!"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"