1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-08 04:59:08 +00:00

Rename medias to publications

makes more sense as a name
This commit is contained in:
davegson 2021-03-25 18:21:36 +01:00
parent 9cae6702c9
commit 1c07bfb54a
62 changed files with 9 additions and 9 deletions
_config.yml
_publications
2019-09-13-how-to-fund-a-privacy-oriented-start-up.md2019-09-19-decisions-that-shift-a-company.md2019-09-27-privacy-journey-with-raphty.md2019-10-04-how-to-evaluate-and-trust-a-business.md2019-10-12-becoming-a-remote-company-i.md2019-10-18-progress-update-i-privacy-network.md2019-10-25-progress-update-ii-company-culture.md2019-11-01-to-go-and-a-new-profile-pic.md2019-11-08-progress-update-iii-roadmap-until-the-pre-alpha.md2019-11-15-origin-story-of-marketing-and-its-recent-shift.md2019-11-29-hiring-a-designer-from-the-privacy-community.md2019-11-30-hiring-a-designer-from-the-privacy-community.md2019-12-06-the-next-5-steps-for-safing.md2019-12-13-dreaming-of-a-future-safing.md2019-12-20-announcing-the-privacytools-sponsorship.md2019-12-20-becoming-privacytools-first-sponsor.md2020-01-10-progress-update-iv-the-dawning-kickstarter.md2020-01-17-code-audit-by-cure53.md2020-01-22-how-the-spn-compares-to-tor.md2020-01-22-how-the-spn-compares-to-vpns.md2020-01-31-why-we-built-the-spn-from-the-ground-up.md2020-02-04-the-two-steps-it-takes.md2020-03-16-moving-to-a-new-office.md2020-03-27-an-update-from-look.md2020-03-30-why-hire-an-advisor.md2020-04-09-the-portmaster-is-in-pre-alpha.md2020-04-13-the-first-female-employee-of-safing.md2020-04-24-the-portmaster-is-in-pre-alpha.md2020-04-27-initializing-stage-ii.md2020-05-08-the-account-server-is-up-and-running.md2020-05-11-the-risks-of-paying-with-cash.md2020-05-22-a-fresh-new-look.md2020-06-26-progress-update.md2020-06-29-deadlines-tailwind-designing-safing.md2020-07-07-how-safing-selects-its-default-dns-providers.md2020-07-07-we-are-updating-portmasters-default-dns-servers.md2020-07-10-default-dns-changes-and-no-more-deadlines.md2020-07-27-a-technical-dive-into-dns-resolving.md2020-07-31-progress-update-july.html2020-08-14-spn-closed-pre-alpha-and-next-page.md2020-08-31-progress-update-august.html2020-09-02-ama-we-want-your-feedback.md2020-09-04-spn-update-and-privacy-week.md2020-10-02-progress-update-september.html2020-10-05-AMA-portmaster-and-crypto-payments.md2020-11-02-progress-update-october.html2020-11-10-the-crux-with-payment-methods.md2020-12-03-progress-update-november.html2021-01-04-progress-update-december.html2021-02-02-the-giants-new-face.md2021-02-04-progress-update-january.html2021-03-05-should-privacy-even-exist.md2021-03-06-progress-update-february.html2021-03-23-attributing-dns-requests-on-windows.md2021-03-24-broad-spn-access-postponed-to-q3-here-is-why.md
blog
feed.xmlindex.htmlpodcast.xml
podcast
video

View file

@ -86,16 +86,16 @@ emailobfuscated: "=b!isfg>#nbjmup;ifmmpAtbgjoh/jp#?ifmmpAtbgjoh/jp=0b?"
###################################
collections:
medias:
publications:
output: true
defaults:
- scope:
path: ""
type: "medias"
type: "publications"
values:
permalink: /:categories/:year/:month/:day/:title/
type: "media"
type: "publication"
##############################
###### Podcast settings ######

View file

@ -16,7 +16,7 @@ layout: page
</div>
<div class="mt-8 md:mt-32">
<ul class="md:grid md:grid-cols-2 lg:grid-cols-3 md:col-gap-8 md:row-gap-10">
{% assign sorted_blogs = site.medias | reverse | where:"category","blog" %}
{% assign sorted_blogs = site.publications | reverse | where:"category","blog" %}
{% for post in sorted_blogs %}
{% include thumbnail_blog.html %}
{% endfor %}

View file

@ -11,7 +11,7 @@ layout: null
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
<generator>Jekyll v{{ jekyll.version }}</generator>
{% assign sorted_blogs = site.medias | reverse | where:"category","blog" %}
{% assign sorted_blogs = site.publications | reverse | where:"category","blog" %}
{% for post in sorted_blogs %}
<item>
<title>{{ post.title | xml_escape }}</title>

View file

@ -103,7 +103,7 @@ title: Safing - Love Freedom
</div>
<div class="mt-8 lg:mt-32">
<ul class="md:grid md:grid-cols-2 lg:grid-cols-3 md:col-gap-8 md:row-gap-10 max-w-sm mx-auto md:max-w-full">
{% assign all_publications = site.medias | sort: "date" | reverse %}
{% assign all_publications = site.publications | sort: "date" | reverse %}
{% for publication in all_publications limit: 6 %}
{% if publication.category == "blog" %}

View file

@ -44,7 +44,7 @@ layout: null
<itunes:category text="{{ site.podcast_subcategory_two }}" />
</itunes:category>
{% for episode in site.medias | where:"category","podcast" %}
{% for episode in site.publications | where:"category","podcast" %}
<item>
<title>{{ episode.title | xml_escape }}</title>
<link>{{ site.url }}{{ episode.url }}</link>

View file

@ -24,7 +24,7 @@ layout: page
</div>
<div class="mt-8 md:mt-16 lg:mt-32">
<ul class="md:grid md:grid-cols-2 lg:grid-cols-3 md:col-gap-8 md:row-gap-10">
{% assign sorted_podcasts = site.medias | reverse | where:"category","podcast" %}
{% assign sorted_podcasts = site.publications | reverse | where:"category","podcast" %}
{% for episode in sorted_podcasts %}
{% include thumbnail_podcast.html %}
{% endfor %}

View file

@ -24,7 +24,7 @@ layout: page
</div>
<div class="mt-8 md:mt-16 lg:mt-32">
<ul class="md:grid md:grid-cols-2 lg:grid-cols-3 md:col-gap-8 md:row-gap-10">
{% assign sorted_videos = site.medias | reverse | where:"category","video" %}
{% assign sorted_videos = site.publications | reverse | where:"category","video" %}
{% for video in sorted_videos %}
{% include thumbnail_video.html %}
{% endfor %}