FEAT: Starting with hugo
So far, really like it
This commit is contained in:
6
quickstart/content/blog/_index.md
Normal file
6
quickstart/content/blog/_index.md
Normal file
@@ -0,0 +1,6 @@
|
||||
+++
|
||||
title = 'Blog'
|
||||
date = 2023-11-14T17:55:14Z
|
||||
+++
|
||||
|
||||
This is the blog page
|
||||
8
quickstart/content/blog/my-first-post.md
Normal file
8
quickstart/content/blog/my-first-post.md
Normal file
@@ -0,0 +1,8 @@
|
||||
+++
|
||||
title = 'My First Post'
|
||||
date = 2023-11-14T17:55:14Z
|
||||
+++
|
||||
|
||||
# Hello World
|
||||
|
||||
This is a post
|
||||
Reference in New Issue
Block a user