diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-31 21:01:40 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-31 21:03:54 +0200 |
commit | ce4943e8bf7b11fd174fe62e258dd827ca03d238 (patch) | |
tree | 5d009eed0a8f8826cb9126ca8962e7e40bd2291f /content/blog | |
parent | Config: Enable robots.txt (diff) | |
download | baitinq.ml-ce4943e8bf7b11fd174fe62e258dd827ca03d238.tar.gz baitinq.ml-ce4943e8bf7b11fd174fe62e258dd827ca03d238.tar.bz2 baitinq.ml-ce4943e8bf7b11fd174fe62e258dd827ca03d238.zip |
Add blog and projects template
Diffstat (limited to 'content/blog')
-rw-r--r-- | content/blog/_index.md | 5 | ||||
-rw-r--r-- | content/blog/posts/31/07/2022/example_post.md | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/content/blog/_index.md b/content/blog/_index.md new file mode 100644 index 0000000..767c4a5 --- /dev/null +++ b/content/blog/_index.md @@ -0,0 +1,5 @@ +--- +title: "Blog" +date: 2022-07-31T17:22:35+02:00 +draft: false +--- diff --git a/content/blog/posts/31/07/2022/example_post.md b/content/blog/posts/31/07/2022/example_post.md new file mode 100644 index 0000000..afb049a --- /dev/null +++ b/content/blog/posts/31/07/2022/example_post.md @@ -0,0 +1,9 @@ +--- +title: "Example Post" +date: 2022-07-31T17:28:44+02:00 +draft: false +--- + +* Im a post! + +Hello everyone. |