From fee110d9b89c02f2118bae4b9488450d5853f7ba Mon Sep 17 00:00:00 2001
From: Micressor <micressor@secure.mailbox.org>
Date: Fri, 14 Dec 2018 08:35:44 +0100
Subject: [PATCH] README.md: Add hirings to content types

---
 README.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index be561c6..4ed3fa0 100644
--- a/README.md
+++ b/README.md
@@ -24,11 +24,17 @@ hugo --enableGitInfo
 
 ## Content Types
 
-### Post
+### Hiring
+
+Used for hirings. Hiring posts are listed on the homepage.
+
+Run `hugo new hiring/<post-name>.md` to create a post.
+
+### News
 
 Used for blog posts. Blog posts are listed on the homepage.
 
-Run `hugo new post/<post-name>.md` to create a post.
+Run `hugo new news/<post-name>.md` to create a post.
 
 ### Page
 
-- 
GitLab