summaryrefslogtreecommitdiff
path: root/content/projects
diff options
context:
space:
mode:
Diffstat (limited to 'content/projects')
-rw-r--r--content/projects/_index.md6
-rw-r--r--content/projects/first.md6
-rw-r--r--content/projects/second.md6
3 files changed, 18 insertions, 0 deletions
diff --git a/content/projects/_index.md b/content/projects/_index.md
new file mode 100644
index 0000000..f6682fa
--- /dev/null
+++ b/content/projects/_index.md
@@ -0,0 +1,6 @@
++++
+title = "List of project posts"
+sort_by = "date"
+template = "projects.html"
+page_template = "page.html"
++++
diff --git a/content/projects/first.md b/content/projects/first.md
new file mode 100644
index 0000000..a1d1130
--- /dev/null
+++ b/content/projects/first.md
@@ -0,0 +1,6 @@
++++
+title = "My first post"
+date = 2019-11-27
++++
+
+This is my first blog post.
diff --git a/content/projects/second.md b/content/projects/second.md
new file mode 100644
index 0000000..04db092
--- /dev/null
+++ b/content/projects/second.md
@@ -0,0 +1,6 @@
++++
+title = "My second post"
+date = 2019-11-28
++++
+
+This is my second blog post.