diff options
author | Adam Carpenter <53hornet@gmail.com> | 2019-05-04 11:28:24 -0400 |
---|---|---|
committer | Adam Carpenter <53hornet@gmail.com> | 2019-05-04 11:28:24 -0400 |
commit | 37a224065d3dc16e9ac73884f4d297f88d599f29 (patch) | |
tree | ce21db592daca388bf668dc6055d341903131423 /posts | |
parent | 689e85e78c106cefb6c83bcdbeae565d021d2e96 (diff) | |
download | cobalt-site-37a224065d3dc16e9ac73884f4d297f88d599f29.tar.xz cobalt-site-37a224065d3dc16e9ac73884f4d297f88d599f29.zip |
Posts on journal page are chronological, with most recent at the top.
Diffstat (limited to 'posts')
-rw-r--r-- | posts/2019-04-06-why-have-a-website-in-2019.md | 12 | ||||
-rw-r--r-- | posts/how-to-start-and-drive-a-hudson-hornet.md | 10 | ||||
-rw-r--r-- | posts/my-first-car-is-a-1953-hudson-hornet.md | 9 | ||||
-rw-r--r-- | posts/oh-sh-t-or-the-case-for-safer-classic-cars.md | 9 | ||||
-rw-r--r-- | posts/school-server-closets-are-utopic.md | 10 | ||||
-rw-r--r-- | posts/what-is-a-scripting-language-really.md | 10 |
6 files changed, 54 insertions, 6 deletions
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... |