FEAT: Starting with hugo
So far, really like it
This commit is contained in:
22
quickstart/content/_index.md
Normal file
22
quickstart/content/_index.md
Normal file
@@ -0,0 +1,22 @@
|
||||
+++
|
||||
title = 'Home'
|
||||
date = 2023-11-14T17:55:14Z
|
||||
+++
|
||||
|
||||
# Hi, I'm John
|
||||
|
||||
---
|
||||
|
||||
I am a Software Engineer, currently working at Decipad. I'm interested in various subjects including: Compilers, Web Development, Distributed System and many more.
|
||||
|
||||
---
|
||||
|
||||
# Projects
|
||||
|
||||
---
|
||||
|
||||
I have some Projects
|
||||
|
||||
- Bruh 1
|
||||
- Bruh 2
|
||||
- Bruh 3
|
||||
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