From 98b3e864c7595d15c24b05cc0e2bd29f87a13a09 Mon Sep 17 00:00:00 2001 From: eqkter Date: Fri, 18 Aug 2023 22:32:12 +0200 Subject: Initial commit --- content/projects/_index.md | 6 ++++++ content/projects/first.md | 6 ++++++ content/projects/second.md | 6 ++++++ 3 files changed, 18 insertions(+) create mode 100644 content/projects/_index.md create mode 100644 content/projects/first.md create mode 100644 content/projects/second.md (limited to 'content/projects') 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. -- cgit v1.2.3