diff options
author | 53hornet <53hornet@gmail.com> | 2019-04-04 17:05:43 -0400 |
---|---|---|
committer | 53hornet <53hornet@gmail.com> | 2019-04-04 17:05:43 -0400 |
commit | a187a89bc60994f9bd58b6c31f6f3f4275bcb195 (patch) | |
tree | ea47686df4e8f49df0cce5d2e2719a9f4a3622b7 /posts | |
parent | 5a67f495b72f1bdbfbe5dbb770b9d25cc2f16055 (diff) | |
download | cobalt-site-a187a89bc60994f9bd58b6c31f6f3f4275bcb195.tar.xz cobalt-site-a187a89bc60994f9bd58b6c31f6f3f4275bcb195.zip |
Finished index layout, page layout; split out common includes.
Diffstat (limited to 'posts')
-rw-r--r-- | posts/2019-03-30-post-1.md | 9 | ||||
-rw-r--r-- | posts/2019-04-04-clem.md | 12 | ||||
-rw-r--r-- | posts/2019-04-04-commodore.md | 12 | ||||
-rw-r--r-- | posts/2019-04-04-hudsons.md | 12 | ||||
-rw-r--r-- | posts/why-the-53-sedan-is-so-cool-to-me.md | 11 |
5 files changed, 36 insertions, 20 deletions
diff --git a/posts/2019-03-30-post-1.md b/posts/2019-03-30-post-1.md deleted file mode 100644 index cc70586..0000000 --- a/posts/2019-03-30-post-1.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: First Post -published_date: "2019-03-30 20:42:44 +0000" -layout: post.liquid -is_draft: false ---- -# This is our first Post! - -Welcome to the first post ever on cobalt.rs! diff --git a/posts/2019-04-04-clem.md b/posts/2019-04-04-clem.md new file mode 100644 index 0000000..9695d3c --- /dev/null +++ b/posts/2019-04-04-clem.md @@ -0,0 +1,12 @@ +--- +title: clem +categories: + - life +tags: [] +published_date: "2019-04-04 14:01:23 +0000" +layout: post.liquid +is_draft: false +--- +# A New Post + +Start writing already... diff --git a/posts/2019-04-04-commodore.md b/posts/2019-04-04-commodore.md new file mode 100644 index 0000000..041938a --- /dev/null +++ b/posts/2019-04-04-commodore.md @@ -0,0 +1,12 @@ +--- +title: commodore +categories: + - Technology +tags: [] +published_date: "2019-04-04 14:01:23 +0000" +layout: post.liquid +is_draft: false +--- +# A New Post + +Start writing already... diff --git a/posts/2019-04-04-hudsons.md b/posts/2019-04-04-hudsons.md new file mode 100644 index 0000000..3e550b7 --- /dev/null +++ b/posts/2019-04-04-hudsons.md @@ -0,0 +1,12 @@ +--- +title: hudsons +categories: + - auto +tags: [] +published_date: "2019-04-04 14:01:23 +0000" +layout: post.liquid +is_draft: false +--- +# A New Post + +Start writing already... diff --git a/posts/why-the-53-sedan-is-so-cool-to-me.md b/posts/why-the-53-sedan-is-so-cool-to-me.md deleted file mode 100644 index 37da3fa..0000000 --- a/posts/why-the-53-sedan-is-so-cool-to-me.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Why the '53 Sedan Is So Cool to Me" -layout: post.liquid ---- -## Blog! - -{% for post in collections.posts.pages %} -#### {{post.title}} - -[{{ post.title }}]({{ post.permalink }}) -{% endfor %} |