mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2025-05-08 22:17:28 +02:00
Part 1 of Immigration
This commit is contained in:
parent
31c1cf0294
commit
378ea45ba0
17 changed files with 594 additions and 138 deletions
11
content/post/hello-world/content.md
Normal file
11
content/post/hello-world/content.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
+++
|
||||
title = "Hello World!"
|
||||
subtitle = "Hello world! This is my first blog post."
|
||||
fragment = "content"
|
||||
weight = 100
|
||||
tags = ["test", "test2"]
|
||||
+++
|
||||
|
||||
Hello world! This is my first blog post.
|
||||
|
||||

|
7
content/post/hello-world/index.md
Normal file
7
content/post/hello-world/index.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
+++
|
||||
title = "Hello World!"
|
||||
subtitle = "Hello world! This is my first blog post."
|
||||
date = "2020-12-01"
|
||||
draft = true
|
||||
tags = ["test", "test2"]
|
||||
+++
|
Loading…
Add table
Add a link
Reference in a new issue