summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-09-07 14:22:13 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-09-07 14:22:13 +0200
commitd6886d2b8043ff28f992022ca20186985eba802b (patch)
treecf22a231c9eea19e39fd206483c1cfa2bb0b9128 /_posts
parent7c0afdc16a4bdc83c7e12bd2b27dfc13b7a51ab4 (diff)
Remove title element from markdown posts
Diffstat (limited to '_posts')
-rw-r--r--_posts/2016-10-01-on-pastebin.md2
-rw-r--r--_posts/2016-10-01-on-systemd.md2
-rw-r--r--_posts/2016-10-01-on-winmail-dat.md2
-rw-r--r--_posts/2016-10-25-setup-a-vpn-with-cjdns.md1
-rw-r--r--_posts/2016-10-25-setup-nginx-with-lets-encrypt-ssl.md1
-rw-r--r--_posts/2016-10-31-freebsd-mailserver-part-1-preparations.md1
-rw-r--r--_posts/2016-10-31-freebsd-mailserver-part-2-mailing-with-postfix.md1
-rw-r--r--_posts/2016-10-31-freebsd-mailserver-part-3-dovecot-imap-sasl.md1
-rw-r--r--_posts/2016-10-31-freebsd-mailserver-part-4-message-authentication.md1
-rw-r--r--_posts/2016-10-31-freebsd-mailserver-part-5-filtering-mail.md1
-rw-r--r--_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md1
-rw-r--r--_posts/2017-09-14-how-to-git.md1
12 files changed, 0 insertions, 15 deletions
diff --git a/_posts/2016-10-01-on-pastebin.md b/_posts/2016-10-01-on-pastebin.md
index c20b5f6..520edf7 100644
--- a/_posts/2016-10-01-on-pastebin.md
+++ b/_posts/2016-10-01-on-pastebin.md
@@ -1,13 +1,11 @@
---
layout: post
-title: On Pastebin
date: 2016-10-01 10:20:27 +0200
tags: Article Harmful Pastebin
authors:
- ["Patrick Spek", "http://tyil.work"]
---
-# Pastebin
Pastebin offers itself as a gratis paste service. Although it is probably the
most well known option out there, it is certainly not the best.
diff --git a/_posts/2016-10-01-on-systemd.md b/_posts/2016-10-01-on-systemd.md
index b85c82f..950718a 100644
--- a/_posts/2016-10-01-on-systemd.md
+++ b/_posts/2016-10-01-on-systemd.md
@@ -1,6 +1,5 @@
---
layout: post
-title: On Systemd
date: 2016-10-01 10:20:27 +0200
tags: Article Harmful Systemd
authors:
@@ -8,7 +7,6 @@ authors:
- ["Samantha McVey", "https://cry.nu"]
---
-# Systemd
Systemd once presented itself as being the next generation init system for
GNU+Linux. When the project started it seemed to be headed in a good direction.
Unfortunately, it quickly became clear that systemd's goal was not only to
diff --git a/_posts/2016-10-01-on-winmail-dat.md b/_posts/2016-10-01-on-winmail-dat.md
index 2522614..f8e99b1 100644
--- a/_posts/2016-10-01-on-winmail-dat.md
+++ b/_posts/2016-10-01-on-winmail-dat.md
@@ -1,13 +1,11 @@
---
layout: post
-title: On winmail.dat
date: 2016-10-01 10:20:27 +0200
wip: true
authors:
- ["Patrick Spek", "http://tyil.work"]
---
-# winmail.dat
This article is intended for sysadmins who run email systems and those who
maintain the Outlook instances for their workforce. If you do not belong into
either of these categories, the following article is probably not too useful.
diff --git a/_posts/2016-10-25-setup-a-vpn-with-cjdns.md b/_posts/2016-10-25-setup-a-vpn-with-cjdns.md
index d97a42f..86886a4 100644
--- a/_posts/2016-10-25-setup-a-vpn-with-cjdns.md
+++ b/_posts/2016-10-25-setup-a-vpn-with-cjdns.md
@@ -7,7 +7,6 @@ authors:
- ["Patrick Spek", "http://tyil.work"]
---
-# Setup VPN with cjdns
In this tutorial I will outline a simple setup for a [VPN][vpn] using
[`cjdns`][cjdns]. Cjdns will allow you to setup a secure mesh vpn which uses
IPv6 internally.
diff --git a/_posts/2016-10-25-setup-nginx-with-lets-encrypt-ssl.md b/_posts/2016-10-25-setup-nginx-with-lets-encrypt-ssl.md
index 62299a1..644559e 100644
--- a/_posts/2016-10-25-setup-nginx-with-lets-encrypt-ssl.md
+++ b/_posts/2016-10-25-setup-nginx-with-lets-encrypt-ssl.md
@@ -7,7 +7,6 @@ authors:
- ["Patrick Spek", "http://tyil.work"]
---
-# Setup nginx with Let's Encrypt SSL
This is a small tutorial to setup nginx with Let's Encrypt on a FreeBSD server
to host a static site.
diff --git a/_posts/2016-10-31-freebsd-mailserver-part-1-preparations.md b/_posts/2016-10-31-freebsd-mailserver-part-1-preparations.md
index 96ba62d..4189e4a 100644
--- a/_posts/2016-10-31-freebsd-mailserver-part-1-preparations.md
+++ b/_posts/2016-10-31-freebsd-mailserver-part-1-preparations.md
@@ -7,7 +7,6 @@ authors:
- ["Patrick Spek", "https://www.tyil.work"]
---
-# FreeBSD email server - Part 1: Preparations
This tutorial is devised into multiple chapters to make it more manageable, and
to be able to better explain why certain parts are needed.
diff --git a/_posts/2016-10-31-freebsd-mailserver-part-2-mailing-with-postfix.md b/_posts/2016-10-31-freebsd-mailserver-part-2-mailing-with-postfix.md
index 17e5b49..7229f30 100644
--- a/_posts/2016-10-31-freebsd-mailserver-part-2-mailing-with-postfix.md
+++ b/_posts/2016-10-31-freebsd-mailserver-part-2-mailing-with-postfix.md
@@ -7,7 +7,6 @@ authors:
- ["Patrick Spek", "https://www.tyil.work"]
---
-# FreeBSD email server - Part 2: Mailing with Postfix
Welcome to the second part of my FreeBSD email server series. In this series, I
will guide you through setting up your own email service. Be sure to done the
preparations from [part 1][part-1] of this series.
diff --git a/_posts/2016-10-31-freebsd-mailserver-part-3-dovecot-imap-sasl.md b/_posts/2016-10-31-freebsd-mailserver-part-3-dovecot-imap-sasl.md
index 4fa4800..ca23432 100644
--- a/_posts/2016-10-31-freebsd-mailserver-part-3-dovecot-imap-sasl.md
+++ b/_posts/2016-10-31-freebsd-mailserver-part-3-dovecot-imap-sasl.md
@@ -7,7 +7,6 @@ authors:
- ["Patrick Spek", "https://www.tyil.work"]
---
-# FreeBSD email server - Part 3: IMAP and SASL with Dovecot
Welcome to the second part of my FreeBSD email server series. In this series, I
will guide you through setting up your own email service. Be sure to read the
previous parts before trying to continue on this part in case you have not done
diff --git a/_posts/2016-10-31-freebsd-mailserver-part-4-message-authentication.md b/_posts/2016-10-31-freebsd-mailserver-part-4-message-authentication.md
index d1c8631..38e4a15 100644
--- a/_posts/2016-10-31-freebsd-mailserver-part-4-message-authentication.md
+++ b/_posts/2016-10-31-freebsd-mailserver-part-4-message-authentication.md
@@ -7,7 +7,6 @@ authors:
- ["Patrick Spek", "https://www.tyil.work"]
---
-# FreeBSD email server - Part 4: Message authentication
Welcome to another part in the FreeBSD email server series. This time, we are
going to setup some mechanisms to deal with message authentication. This
practice will make other email providers accept your email messages and deliver
diff --git a/_posts/2016-10-31-freebsd-mailserver-part-5-filtering-mail.md b/_posts/2016-10-31-freebsd-mailserver-part-5-filtering-mail.md
index 909449e..6c58284 100644
--- a/_posts/2016-10-31-freebsd-mailserver-part-5-filtering-mail.md
+++ b/_posts/2016-10-31-freebsd-mailserver-part-5-filtering-mail.md
@@ -7,7 +7,6 @@ authors:
- ["Patrick Spek", "https://www.tyil.work"]
---
-# FreeBSD email server - Part 5: Filtering mail
Being able to send mail and not be flagged as spam is pretty awesome on itself.
But you also get hit by a lot of spam. The more you give out your email address
and domain name, the more spam you will receive over time. I welcome you to
diff --git a/_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md b/_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md
index b29a123..55ae23d 100644
--- a/_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md
+++ b/_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md
@@ -7,7 +7,6 @@ authors:
- ["Patrick Spek", "http://tyil.work"]
---
-# FreeBSD email server - Part +: Calendars and contacts
This guide is an addition to the [FreeBSD email server series][tutorial-email].
It is not required for your email server to operate properly, but it is often
considered a very important feature for those who want to switch from a third
diff --git a/_posts/2017-09-14-how-to-git.md b/_posts/2017-09-14-how-to-git.md
index 7c4f21f..b16a6ae 100644
--- a/_posts/2017-09-14-how-to-git.md
+++ b/_posts/2017-09-14-how-to-git.md
@@ -7,7 +7,6 @@ authors:
- ["Patrick Spek", "http://tyil.work"]
---
-# How to: git
This guide will explain how to use `git` more efficiently, and why you should
use it as such.