From 37a224065d3dc16e9ac73884f4d297f88d599f29 Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Sat, 4 May 2019 11:28:24 -0400 Subject: Posts on journal page are chronological, with most recent at the top. --- posts/2019-04-06-why-have-a-website-in-2019.md | 12 ++++++------ posts/how-to-start-and-drive-a-hudson-hornet.md | 10 ++++++++++ posts/my-first-car-is-a-1953-hudson-hornet.md | 9 +++++++++ posts/oh-sh-t-or-the-case-for-safer-classic-cars.md | 9 +++++++++ posts/school-server-closets-are-utopic.md | 10 ++++++++++ posts/what-is-a-scripting-language-really.md | 10 ++++++++++ 6 files changed, 54 insertions(+), 6 deletions(-) create mode 100644 posts/how-to-start-and-drive-a-hudson-hornet.md create mode 100644 posts/my-first-car-is-a-1953-hudson-hornet.md create mode 100644 posts/oh-sh-t-or-the-case-for-safer-classic-cars.md create mode 100644 posts/school-server-closets-are-utopic.md create mode 100644 posts/what-is-a-scripting-language-really.md (limited to 'posts') diff --git a/posts/2019-04-06-why-have-a-website-in-2019.md b/posts/2019-04-06-why-have-a-website-in-2019.md index 2892dd4..3c74763 100644 --- a/posts/2019-04-06-why-have-a-website-in-2019.md +++ b/posts/2019-04-06-why-have-a-website-in-2019.md @@ -1,13 +1,13 @@ --- -permalink: "/posts/{{categories}}/{{slug}}" +permalink: /posts/{{categories}}/{{slug}} title: Why Have a Website in 2019? categories: - - technology + - technology tags: - - website - - self-hosted - - blog - - online presence + - website + - self-hosted + - blog + - online presence published_date: "2019-04-06 20:50:19 +0000" layout: post.liquid is_draft: false diff --git a/posts/how-to-start-and-drive-a-hudson-hornet.md b/posts/how-to-start-and-drive-a-hudson-hornet.md new file mode 100644 index 0000000..8728fba --- /dev/null +++ b/posts/how-to-start-and-drive-a-hudson-hornet.md @@ -0,0 +1,10 @@ +--- +permalink: /posts/{{categories}}/{{slug}} +title: How to Start and Drive a Hudson Hornet +categories: + - automotive +tags: [] +layout: post.liquid +is_draft: true +--- +Start writing already... diff --git a/posts/my-first-car-is-a-1953-hudson-hornet.md b/posts/my-first-car-is-a-1953-hudson-hornet.md new file mode 100644 index 0000000..50f857d --- /dev/null +++ b/posts/my-first-car-is-a-1953-hudson-hornet.md @@ -0,0 +1,9 @@ +--- +permalink: "/posts/{{categories}}/{{slug}}" +title: My First Car is a 1953 Hudson Hornet +categories: ["automotive"] +tags: [] +layout: post.liquid +is_draft: true +--- +Start writing already... diff --git a/posts/oh-sh-t-or-the-case-for-safer-classic-cars.md b/posts/oh-sh-t-or-the-case-for-safer-classic-cars.md new file mode 100644 index 0000000..55c93b1 --- /dev/null +++ b/posts/oh-sh-t-or-the-case-for-safer-classic-cars.md @@ -0,0 +1,9 @@ +--- +permalink: "/posts/{{categories}}/{{slug}}" +title: "Oh, Sh*t, or, the Case for Safer Classic Cars" +categories: ["automotive"] +tags: [] +layout: post.liquid +is_draft: true +--- +Start writing already... diff --git a/posts/school-server-closets-are-utopic.md b/posts/school-server-closets-are-utopic.md new file mode 100644 index 0000000..97650c6 --- /dev/null +++ b/posts/school-server-closets-are-utopic.md @@ -0,0 +1,10 @@ +--- +permalink: /posts/{{categories}}/{{slug}} +title: School Server Closets are Utopic +categories: +- technology +tags: [] +layout: post.liquid +is_draft: true +--- +Start writing already... diff --git a/posts/what-is-a-scripting-language-really.md b/posts/what-is-a-scripting-language-really.md new file mode 100644 index 0000000..dd95ce7 --- /dev/null +++ b/posts/what-is-a-scripting-language-really.md @@ -0,0 +1,10 @@ +--- +permalink: /posts/{{categories}}/{{slug}} +title: What Is a Scripting Language Really? +categories: + - technology +tags: [] +layout: post.liquid +is_draft: true +--- +Start writing already... -- cgit v1.2.3