diff --git a/_config.yml b/_config.yml index 70b4835..c2dcf41 100644 --- a/_config.yml +++ b/_config.yml @@ -96,23 +96,35 @@ defaults: path: "" # an empty string here means all files in the project type: "posts" values: - layout: "post" permalink: /blog/:year/:month/:day/:title/ type: "post" - scope: path: "" type: "podcasts" values: - layout: "podcast" permalink: /podcast/:year/:month/:day/:title/ type: "podcast" - scope: path: "" type: "videos" values: - layout: "video" permalink: /video/:year/:month/:day/:title/ type: "video" + - scope: + path: "" + category: "blog" + values: + layout: "blog" + - scope: + path: "" + category: "podcast" + values: + layout: "podcast" + - scope: + path: "" + category: "video" + values: + layout: "video" ############################## ###### Podcast settings ###### diff --git a/_podcasts/2019-09-13-how-to-fund-a-privacy-oriented-start-up.md b/_podcasts/2019-09-13-how-to-fund-a-privacy-oriented-start-up.md index 7c3df32..84dd27a 100644 --- a/_podcasts/2019-09-13-how-to-fund-a-privacy-oriented-start-up.md +++ b/_podcasts/2019-09-13-how-to-fund-a-privacy-oriented-start-up.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast title: "#001 - How to fund a privacy oriented start up" keywords: funding privacy startup date: 2019-09-13 diff --git a/_podcasts/2019-09-19-decisions-that-shift-a-company.md b/_podcasts/2019-09-19-decisions-that-shift-a-company.md index c0dd604..e200ef9 100644 --- a/_podcasts/2019-09-19-decisions-that-shift-a-company.md +++ b/_podcasts/2019-09-19-decisions-that-shift-a-company.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast title: "#002 - Decisions that shift a company" keywords: decisions privacy startup date: 2019-09-19 diff --git a/_podcasts/2019-09-27-privacy-journey-with-raphty.md b/_podcasts/2019-09-27-privacy-journey-with-raphty.md index a537d10..70f596a 100644 --- a/_podcasts/2019-09-27-privacy-journey-with-raphty.md +++ b/_podcasts/2019-09-27-privacy-journey-with-raphty.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast title: "#003 - Privacy Journey: The Story of Raphty" keywords: privacy journey startup date: 2019-09-27 diff --git a/_podcasts/2019-10-04-how-to-evaluate-and-trust-a-business.md b/_podcasts/2019-10-04-how-to-evaluate-and-trust-a-business.md index 9fddd64..22e370c 100644 --- a/_podcasts/2019-10-04-how-to-evaluate-and-trust-a-business.md +++ b/_podcasts/2019-10-04-how-to-evaluate-and-trust-a-business.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast title: "#004 - How to evaluate and trust a Business?" keywords: privacy business trust date: 2019-10-04 diff --git a/_podcasts/2019-10-12-becoming-a-remote-company-i.md b/_podcasts/2019-10-12-becoming-a-remote-company-i.md index 2699a0b..e4534b3 100644 --- a/_podcasts/2019-10-12-becoming-a-remote-company-i.md +++ b/_podcasts/2019-10-12-becoming-a-remote-company-i.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast title: "#005 - Becoming a Remote Company - I" keywords: remote privacy business date: 2019-10-12 diff --git a/_podcasts/2019-10-18-progress-update-i-privacy-network.md b/_podcasts/2019-10-18-progress-update-i-privacy-network.md index f4bbb6d..866b711 100644 --- a/_podcasts/2019-10-18-progress-update-i-privacy-network.md +++ b/_podcasts/2019-10-18-progress-update-i-privacy-network.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast title: "#006 - Progress Update I - Privacy Network" keywords: privacy business progress date: 2019-10-18 diff --git a/_podcasts/2019-10-25-progress-update-ii-company-culture.md b/_podcasts/2019-10-25-progress-update-ii-company-culture.md index b6a1104..8238c0a 100644 --- a/_podcasts/2019-10-25-progress-update-ii-company-culture.md +++ b/_podcasts/2019-10-25-progress-update-ii-company-culture.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast title: "#007 - Progress Update II - Company Culture" keywords: privacy business culture date: 2019-10-25 diff --git a/_podcasts/2019-11-01-to-go-and-a-new-profile-pic.md b/_podcasts/2019-11-01-to-go-and-a-new-profile-pic.md index b9de4a8..35f74c4 100644 --- a/_podcasts/2019-11-01-to-go-and-a-new-profile-pic.md +++ b/_podcasts/2019-11-01-to-go-and-a-new-profile-pic.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast title: "#008 - The Golang Meetup and the yellow T-Shirt" keywords: privacy business golang date: 2019-11-01 diff --git a/_podcasts/2019-11-08-progress-update-iii-roadmap-until-the-pre-alpha.md b/_podcasts/2019-11-08-progress-update-iii-roadmap-until-the-pre-alpha.md index 4d6907b..ea92daf 100644 --- a/_podcasts/2019-11-08-progress-update-iii-roadmap-until-the-pre-alpha.md +++ b/_podcasts/2019-11-08-progress-update-iii-roadmap-until-the-pre-alpha.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # when displaying only the episode number or the title this has to be constant # -> view cast.html diff --git a/_podcasts/2019-11-15-origin-story-of-marketing-and-its-recent-shift.md b/_podcasts/2019-11-15-origin-story-of-marketing-and-its-recent-shift.md index 5a3d57d..1cccfed 100644 --- a/_podcasts/2019-11-15-origin-story-of-marketing-and-its-recent-shift.md +++ b/_podcasts/2019-11-15-origin-story-of-marketing-and-its-recent-shift.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # when displaying only the episode number or the title this has to be constant # -> view cast.html diff --git a/_podcasts/2019-11-29-hiring-a-designer-from-the-privacy-community.md b/_podcasts/2019-11-29-hiring-a-designer-from-the-privacy-community.md index e6646f2..210a0c9 100644 --- a/_podcasts/2019-11-29-hiring-a-designer-from-the-privacy-community.md +++ b/_podcasts/2019-11-29-hiring-a-designer-from-the-privacy-community.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # when displaying only the episode number or the title this has to be constant # -> view cast.html diff --git a/_podcasts/2019-12-13-dreaming-of-a-future-safing.md b/_podcasts/2019-12-13-dreaming-of-a-future-safing.md index ce93316..267974b 100644 --- a/_podcasts/2019-12-13-dreaming-of-a-future-safing.md +++ b/_podcasts/2019-12-13-dreaming-of-a-future-safing.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # when displaying only the episode number or the title this has to be constant # -> view cast.html diff --git a/_podcasts/2019-12-20-becoming-privacytools-first-sponsor.md b/_podcasts/2019-12-20-becoming-privacytools-first-sponsor.md index e683e30..7cf6ab0 100644 --- a/_podcasts/2019-12-20-becoming-privacytools-first-sponsor.md +++ b/_podcasts/2019-12-20-becoming-privacytools-first-sponsor.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # when displaying only the episode number or the title this has to be constant # -> view cast.html diff --git a/_podcasts/2020-01-10-progress-update-iv-the-dawning-kickstarter.md b/_podcasts/2020-01-10-progress-update-iv-the-dawning-kickstarter.md index 15073e7..24b6c6e 100644 --- a/_podcasts/2020-01-10-progress-update-iv-the-dawning-kickstarter.md +++ b/_podcasts/2020-01-10-progress-update-iv-the-dawning-kickstarter.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # when displaying only the episode number or the title this has to be constant # -> view cast.html diff --git a/_podcasts/2020-01-17-code-audit-by-cure53.md b/_podcasts/2020-01-17-code-audit-by-cure53.md index a1925b3..803d9a4 100644 --- a/_podcasts/2020-01-17-code-audit-by-cure53.md +++ b/_podcasts/2020-01-17-code-audit-by-cure53.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # when displaying only the episode number or the title this has to be constant # -> view cast.html diff --git a/_podcasts/2020-01-31-why-we-built-the-spn-from-the-ground-up.md b/_podcasts/2020-01-31-why-we-built-the-spn-from-the-ground-up.md index 3408ecc..9163c3d 100644 --- a/_podcasts/2020-01-31-why-we-built-the-spn-from-the-ground-up.md +++ b/_podcasts/2020-01-31-why-we-built-the-spn-from-the-ground-up.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # when displaying only the episode number or the title this has to be constant # -> view cast.html diff --git a/_podcasts/2020-03-16-moving-to-a-new-office.md b/_podcasts/2020-03-16-moving-to-a-new-office.md index a4faec9..3c2eb8b 100644 --- a/_podcasts/2020-03-16-moving-to-a-new-office.md +++ b/_podcasts/2020-03-16-moving-to-a-new-office.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # when displaying only the episode number or the title this has to be constant # -> view cast.html diff --git a/_podcasts/2020-03-30-why-hire-an-advisor.md b/_podcasts/2020-03-30-why-hire-an-advisor.md index d771c52..db31f2c 100644 --- a/_podcasts/2020-03-30-why-hire-an-advisor.md +++ b/_podcasts/2020-03-30-why-hire-an-advisor.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # when displaying only the episode number or the title this has to be constant # -> view cast.html diff --git a/_podcasts/2020-04-13-the-first-female-employee-of-safing.md b/_podcasts/2020-04-13-the-first-female-employee-of-safing.md index 96ae69c..f3bd6d8 100644 --- a/_podcasts/2020-04-13-the-first-female-employee-of-safing.md +++ b/_podcasts/2020-04-13-the-first-female-employee-of-safing.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # when displaying only the episode number or the title this has to be constant # -> view cast.html diff --git a/_podcasts/2020-04-27-initializing-stage-ii.md b/_podcasts/2020-04-27-initializing-stage-ii.md index bbebd8b..44d5dd5 100644 --- a/_podcasts/2020-04-27-initializing-stage-ii.md +++ b/_podcasts/2020-04-27-initializing-stage-ii.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # when displaying only the episode number or the title this has to be constant # -> view cast.html diff --git a/_podcasts/2020-05-11-the-risks-of-paying-with-cash.md b/_podcasts/2020-05-11-the-risks-of-paying-with-cash.md index fe82461..cf30b28 100644 --- a/_podcasts/2020-05-11-the-risks-of-paying-with-cash.md +++ b/_podcasts/2020-05-11-the-risks-of-paying-with-cash.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # when displaying only the episode number or the title this has to be constant # -> view cast.html diff --git a/_podcasts/2020-06-29-deadlines-tailwind-designing-safing.md b/_podcasts/2020-06-29-deadlines-tailwind-designing-safing.md index 3b8081d..dcf71d5 100644 --- a/_podcasts/2020-06-29-deadlines-tailwind-designing-safing.md +++ b/_podcasts/2020-06-29-deadlines-tailwind-designing-safing.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # when displaying only the episode number or the title this has to be constant # -> view cast.html diff --git a/_podcasts/2020-07-27-a-technical-dive-into-dns-resolving.md b/_podcasts/2020-07-27-a-technical-dive-into-dns-resolving.md index 1fc7b18..3d7cc95 100644 --- a/_podcasts/2020-07-27-a-technical-dive-into-dns-resolving.md +++ b/_podcasts/2020-07-27-a-technical-dive-into-dns-resolving.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # when displaying only the episode number or the title this has to be constant # -> view cast.html diff --git a/_podcasts/2020-09-04-spn-update-and-privacy-week.md b/_podcasts/2020-09-04-spn-update-and-privacy-week.md index c129c46..208128e 100644 --- a/_podcasts/2020-09-04-spn-update-and-privacy-week.md +++ b/_podcasts/2020-09-04-spn-update-and-privacy-week.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # when displaying only the episode number or the title this has to be constant # -> view cast.html diff --git a/_podcasts/2020-10-05-AMA-portmaster-and-crypto-payments.md b/_podcasts/2020-10-05-AMA-portmaster-and-crypto-payments.md index 969abb0..c60cf3d 100644 --- a/_podcasts/2020-10-05-AMA-portmaster-and-crypto-payments.md +++ b/_podcasts/2020-10-05-AMA-portmaster-and-crypto-payments.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # when displaying only the episode number or the title this has to be constant # -> view cast.html diff --git a/_podcasts/2020-11-10-the-crux-with-payment-methods.md b/_podcasts/2020-11-10-the-crux-with-payment-methods.md index 485fd2d..ab9d231 100644 --- a/_podcasts/2020-11-10-the-crux-with-payment-methods.md +++ b/_podcasts/2020-11-10-the-crux-with-payment-methods.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # when displaying only the episode number or the title this has to be constant # -> view cast.html diff --git a/_podcasts/2021-02-02-the-giants-new-face.md b/_podcasts/2021-02-02-the-giants-new-face.md index fa7e10c..64a5c6f 100644 --- a/_podcasts/2021-02-02-the-giants-new-face.md +++ b/_podcasts/2021-02-02-the-giants-new-face.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # when displaying only the episode number or the title this has to be constant # -> view cast.html diff --git a/_podcasts/2021-03-05-should-privacy-even-exist.md b/_podcasts/2021-03-05-should-privacy-even-exist.md index 2e6324b..fd356b1 100644 --- a/_podcasts/2021-03-05-should-privacy-even-exist.md +++ b/_podcasts/2021-03-05-should-privacy-even-exist.md @@ -1,4 +1,5 @@ --- +category: podcast # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # when displaying only the episode number or the title this has to be constant # -> view cast.html diff --git a/_posts/2019-11-29-hiring-a-designer-from-the-privacy-community.md b/_posts/2019-11-29-hiring-a-designer-from-the-privacy-community.md index c403f79..7afebc6 100644 --- a/_posts/2019-11-29-hiring-a-designer-from-the-privacy-community.md +++ b/_posts/2019-11-29-hiring-a-designer-from-the-privacy-community.md @@ -1,4 +1,5 @@ --- +category: blog # possible values: blog video podcast title: Hiring a Designer from the Privacy Community date: 2019-11-29 author: David diff --git a/_posts/2019-12-06-the-next-5-steps-for-safing.md b/_posts/2019-12-06-the-next-5-steps-for-safing.md index 1171a20..eeea946 100644 --- a/_posts/2019-12-06-the-next-5-steps-for-safing.md +++ b/_posts/2019-12-06-the-next-5-steps-for-safing.md @@ -1,4 +1,5 @@ --- +category: blog # possible values: blog video podcast title: The next 5 Steps for Safing date: 2019-12-06 author: David diff --git a/_posts/2019-12-20-announcing-the-privacytools-sponsorship.md b/_posts/2019-12-20-announcing-the-privacytools-sponsorship.md index 6e950de..e486c88 100644 --- a/_posts/2019-12-20-announcing-the-privacytools-sponsorship.md +++ b/_posts/2019-12-20-announcing-the-privacytools-sponsorship.md @@ -1,4 +1,5 @@ --- +category: blog # possible values: blog video podcast title: Announcing the PrivacyTools Sponsorship date: 2019-12-20 author: David diff --git a/_posts/2020-01-22-how-the-spn-compares-to-tor.md b/_posts/2020-01-22-how-the-spn-compares-to-tor.md index ebe8708..f29eb01 100644 --- a/_posts/2020-01-22-how-the-spn-compares-to-tor.md +++ b/_posts/2020-01-22-how-the-spn-compares-to-tor.md @@ -1,4 +1,5 @@ --- +category: blog # possible values: blog video podcast title: How the SPN compares to Tor date: 2020-01-22 author: David diff --git a/_posts/2020-01-22-how-the-spn-compares-to-vpns.md b/_posts/2020-01-22-how-the-spn-compares-to-vpns.md index 8d7f8e1..098218e 100644 --- a/_posts/2020-01-22-how-the-spn-compares-to-vpns.md +++ b/_posts/2020-01-22-how-the-spn-compares-to-vpns.md @@ -1,4 +1,5 @@ --- +category: blog # possible values: blog video podcast title: How the SPN Compares to VPNs date: 2020-01-22 author: David diff --git a/_posts/2020-02-04-the-two-steps-it-takes.md b/_posts/2020-02-04-the-two-steps-it-takes.md index 926d7c7..7b834e8 100644 --- a/_posts/2020-02-04-the-two-steps-it-takes.md +++ b/_posts/2020-02-04-the-two-steps-it-takes.md @@ -1,4 +1,5 @@ --- +category: blog # possible values: blog video podcast title: The Two Steps it Takes date: 2020-02-04 author: David diff --git a/_posts/2020-06-26-progress-update.md b/_posts/2020-06-26-progress-update.md index 2ed8bed..a455be3 100644 --- a/_posts/2020-06-26-progress-update.md +++ b/_posts/2020-06-26-progress-update.md @@ -1,4 +1,5 @@ --- +category: blog # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # this has to be consistent for displaying only the episode number or only the title title: "#000 - Progress Update June" diff --git a/_posts/2020-07-07-how-safing-selects-its-default-dns-providers.md b/_posts/2020-07-07-how-safing-selects-its-default-dns-providers.md index 9e11b80..558dad9 100644 --- a/_posts/2020-07-07-how-safing-selects-its-default-dns-providers.md +++ b/_posts/2020-07-07-how-safing-selects-its-default-dns-providers.md @@ -1,4 +1,5 @@ --- +category: blog # possible values: blog video podcast title: "How Safing Selects its Default DNS Providers" date: 2020-07-07 author: daniel diff --git a/_posts/2020-07-07-we-are-updating-portmasters-default-dns-servers.md b/_posts/2020-07-07-we-are-updating-portmasters-default-dns-servers.md index aa8fe6c..9efcaa2 100644 --- a/_posts/2020-07-07-we-are-updating-portmasters-default-dns-servers.md +++ b/_posts/2020-07-07-we-are-updating-portmasters-default-dns-servers.md @@ -1,4 +1,5 @@ --- +category: blog # possible values: blog video podcast title: "We Are Updating Portmaster's Default DNS Servers" date: 2020-07-07 author: daniel diff --git a/_posts/2020-07-31-progress-update-july.html b/_posts/2020-07-31-progress-update-july.html index 4c2fe84..818c2f1 100644 --- a/_posts/2020-07-31-progress-update-july.html +++ b/_posts/2020-07-31-progress-update-july.html @@ -1,4 +1,5 @@ --- +category: blog # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # this has to be consistent for displaying only the episode number or only the title title: "#001 - Progress Update July" diff --git a/_posts/2020-08-31-progress-update-august.html b/_posts/2020-08-31-progress-update-august.html index de548de..0873f71 100644 --- a/_posts/2020-08-31-progress-update-august.html +++ b/_posts/2020-08-31-progress-update-august.html @@ -1,4 +1,5 @@ --- +category: blog # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # this has to be consistent for displaying only the episode number or only the title title: "#002 - Progress Update August" diff --git a/_posts/2020-09-02-ama-we-want-your-feedback.md b/_posts/2020-09-02-ama-we-want-your-feedback.md index 5231f52..0101e4a 100644 --- a/_posts/2020-09-02-ama-we-want-your-feedback.md +++ b/_posts/2020-09-02-ama-we-want-your-feedback.md @@ -1,4 +1,5 @@ --- +category: blog # possible values: blog video podcast title: AMA - Ask Us Anything date: 2020-09-02 author: Raphael diff --git a/_posts/2020-10-02-progress-update-september.html b/_posts/2020-10-02-progress-update-september.html index c06560d..3eb0f2b 100644 --- a/_posts/2020-10-02-progress-update-september.html +++ b/_posts/2020-10-02-progress-update-september.html @@ -1,4 +1,5 @@ --- +category: blog # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # this has to be consistent for displaying only the episode number or only the title title: "#003 - Progress Update September" diff --git a/_posts/2020-11-02-progress-update-october.html b/_posts/2020-11-02-progress-update-october.html index bab8e90..b7d099c 100644 --- a/_posts/2020-11-02-progress-update-october.html +++ b/_posts/2020-11-02-progress-update-october.html @@ -1,4 +1,5 @@ --- +category: blog # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # this has to be consistent for displaying only the episode number or only the title title: "#004 - Progress Update October" diff --git a/_posts/2020-12-03-progress-update-november.html b/_posts/2020-12-03-progress-update-november.html index f2ddfc7..41c9da4 100644 --- a/_posts/2020-12-03-progress-update-november.html +++ b/_posts/2020-12-03-progress-update-november.html @@ -1,4 +1,5 @@ --- +category: blog # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # this has to be consistent for displaying only the episode number or only the title title: "#005 - Progress Update November" diff --git a/_posts/2021-01-04-progress-update-december.html b/_posts/2021-01-04-progress-update-december.html index ae59085..70797d4 100644 --- a/_posts/2021-01-04-progress-update-december.html +++ b/_posts/2021-01-04-progress-update-december.html @@ -1,4 +1,5 @@ --- +category: blog # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # this has to be consistent for displaying only the episode number or only the title title: "#006 - Progress Update December" diff --git a/_posts/2021-02-04-progress-update-january.html b/_posts/2021-02-04-progress-update-january.html index eaa445d..e4f0fea 100644 --- a/_posts/2021-02-04-progress-update-january.html +++ b/_posts/2021-02-04-progress-update-january.html @@ -1,4 +1,5 @@ --- +category: blog # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # this has to be consistent for displaying only the episode number or only the title title: "#007 - Progress Update January" diff --git a/_posts/2021-03-06-progress-update-february.html b/_posts/2021-03-06-progress-update-february.html index bb618f5..52f6adc 100644 --- a/_posts/2021-03-06-progress-update-february.html +++ b/_posts/2021-03-06-progress-update-february.html @@ -1,4 +1,5 @@ --- +category: blog # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # this has to be consistent for displaying only the episode number or only the title title: "#008 - Progress Update February" diff --git a/_posts/2021-03-23-attributing-dns-requests-on-windows.md b/_posts/2021-03-23-attributing-dns-requests-on-windows.md index e0b5ca1..fa44274 100644 --- a/_posts/2021-03-23-attributing-dns-requests-on-windows.md +++ b/_posts/2021-03-23-attributing-dns-requests-on-windows.md @@ -1,4 +1,5 @@ --- +category: blog # possible values: blog video podcast title: "Attributing DNS Requests on Windows" date: 2021-03-23 author: daniel diff --git a/_posts/2021-03-24-broad-spn-access-postponed-to-q3-here-is-why.md b/_posts/2021-03-24-broad-spn-access-postponed-to-q3-here-is-why.md index 9e7f420..434a418 100644 --- a/_posts/2021-03-24-broad-spn-access-postponed-to-q3-here-is-why.md +++ b/_posts/2021-03-24-broad-spn-access-postponed-to-q3-here-is-why.md @@ -1,4 +1,5 @@ --- +category: blog # possible values: blog video podcast title: "Broad SPN Access Postponed to Q3 - Here Is Why" date: 2021-03-24 author: david diff --git a/_videos/2020-03-27-an-update-from-look.md b/_videos/2020-03-27-an-update-from-look.md index 588ead8..52f361d 100644 --- a/_videos/2020-03-27-an-update-from-look.md +++ b/_videos/2020-03-27-an-update-from-look.md @@ -1,4 +1,5 @@ --- +category: video # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # this has to be consistent for displaying only the episode number or only the title title: "#001 - An Update from Home" diff --git a/_videos/2020-04-09-the-portmaster-is-in-pre-alpha.md b/_videos/2020-04-09-the-portmaster-is-in-pre-alpha.md index 4c14afc..5d10b65 100644 --- a/_videos/2020-04-09-the-portmaster-is-in-pre-alpha.md +++ b/_videos/2020-04-09-the-portmaster-is-in-pre-alpha.md @@ -1,4 +1,5 @@ --- +category: video # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # this has to be consistent for displaying only the episode number or only the title title: "#002 - The Portmaster is Almost Ready" diff --git a/_videos/2020-04-24-the-portmaster-is-in-pre-alpha.md b/_videos/2020-04-24-the-portmaster-is-in-pre-alpha.md index 6c95572..2b5b0fe 100644 --- a/_videos/2020-04-24-the-portmaster-is-in-pre-alpha.md +++ b/_videos/2020-04-24-the-portmaster-is-in-pre-alpha.md @@ -1,4 +1,5 @@ --- +category: video # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet 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!" diff --git a/_videos/2020-05-08-the-account-server-is-up-and-running.md b/_videos/2020-05-08-the-account-server-is-up-and-running.md index 5a8ba96..b00a5c9 100644 --- a/_videos/2020-05-08-the-account-server-is-up-and-running.md +++ b/_videos/2020-05-08-the-account-server-is-up-and-running.md @@ -1,4 +1,5 @@ --- +category: video # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet 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" diff --git a/_videos/2020-05-22-a-fresh-new-look.md b/_videos/2020-05-22-a-fresh-new-look.md index c826651..d7c6480 100644 --- a/_videos/2020-05-22-a-fresh-new-look.md +++ b/_videos/2020-05-22-a-fresh-new-look.md @@ -1,4 +1,5 @@ --- +category: video # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # this has to be consistent for displaying only the episode number or only the title title: "#005 - A Fresh New Look" diff --git a/_videos/2020-07-10-default-dns-changes-and-no-more-deadlines.md b/_videos/2020-07-10-default-dns-changes-and-no-more-deadlines.md index 8e2a0cc..37fbec7 100644 --- a/_videos/2020-07-10-default-dns-changes-and-no-more-deadlines.md +++ b/_videos/2020-07-10-default-dns-changes-and-no-more-deadlines.md @@ -1,4 +1,5 @@ --- +category: video # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # this has to be consistent for displaying only the episode number or only the title title: "#006 - Default DNS Changes & NO MORE Deadlines" diff --git a/_videos/2020-08-14-spn-closed-pre-alpha-and-next-page.md b/_videos/2020-08-14-spn-closed-pre-alpha-and-next-page.md index 5580a3e..6958ee7 100644 --- a/_videos/2020-08-14-spn-closed-pre-alpha-and-next-page.md +++ b/_videos/2020-08-14-spn-closed-pre-alpha-and-next-page.md @@ -1,4 +1,5 @@ --- +category: video # possible values: blog video podcast # ⚠️ ALWAYS follow this format: "#001 - Some sweet title" # this has to be consistent for displaying only the episode number or only the title title: "#007 - SPN And \"Next Page\" Roll Out"