From fc7f3bcf60aa843c5ffbae167b13b1f611ce7fe2 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 11 Jun 2016 11:59:01 +0100 Subject: [PATCH] add templates for content --- content/blog/7-languages-7-weeks.md | 5 +++++ content/blog/apprenticeship-level-3.md | 5 +++++ content/blog/switching-to-protonmail.md | 3 +++ content/projects/jsfuckify.md | 5 +++++ content/projects/react-native-mock.md | 5 +++++ 5 files changed, 23 insertions(+) create mode 100644 content/blog/7-languages-7-weeks.md create mode 100644 content/blog/apprenticeship-level-3.md create mode 100644 content/blog/switching-to-protonmail.md create mode 100644 content/projects/jsfuckify.md create mode 100644 content/projects/react-native-mock.md diff --git a/content/blog/7-languages-7-weeks.md b/content/blog/7-languages-7-weeks.md new file mode 100644 index 0000000..e34b7de --- /dev/null +++ b/content/blog/7-languages-7-weeks.md @@ -0,0 +1,5 @@ +title: 7 languages in 7 weeks +gittime: off +date: 2016-05-05 +template: blog +status: draft diff --git a/content/blog/apprenticeship-level-3.md b/content/blog/apprenticeship-level-3.md new file mode 100644 index 0000000..79e0a1b --- /dev/null +++ b/content/blog/apprenticeship-level-3.md @@ -0,0 +1,5 @@ +title: My Level 3 Apprenticeship +gittime: off +date: 2016-07-06 +template: blog +status: draft diff --git a/content/blog/switching-to-protonmail.md b/content/blog/switching-to-protonmail.md new file mode 100644 index 0000000..f5b7d57 --- /dev/null +++ b/content/blog/switching-to-protonmail.md @@ -0,0 +1,3 @@ +title: Why I switched to ProtonMail +template: blog +status: draft diff --git a/content/projects/jsfuckify.md b/content/projects/jsfuckify.md new file mode 100644 index 0000000..a8c250d --- /dev/null +++ b/content/projects/jsfuckify.md @@ -0,0 +1,5 @@ +title: JSFuckify +template: projects +slug: jsfuckify +repo: https://github.com/RealOrangeOne/JSFuckify +status: draft diff --git a/content/projects/react-native-mock.md b/content/projects/react-native-mock.md new file mode 100644 index 0000000..06bad71 --- /dev/null +++ b/content/projects/react-native-mock.md @@ -0,0 +1,5 @@ +title: React native mock +template: projects +slug: react-native-mock +repo: https://github.com/lelandrichardson/react-native-mock +status: draft