mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2025-05-07 18:17:27 +02:00
Added content/
This commit is contained in:
parent
206d05dc72
commit
1f37f4029a
15 changed files with 212 additions and 0 deletions
7
content/blog/_index.md
Normal file
7
content/blog/_index.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
+++
|
||||
fragment = "list" # declare list fragment
|
||||
weight = 100
|
||||
|
||||
title = "Blog"
|
||||
section = "blog" # section to pull the list of pages
|
||||
+++
|
3
content/blog/_index/index.md
Normal file
3
content/blog/_index/index.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
+++
|
||||
headless = true
|
||||
+++
|
6
content/blog/hello-world/content.md
Normal file
6
content/blog/hello-world/content.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
fragment = "content"
|
||||
weight = 100
|
||||
+++
|
||||
|
||||
Hello world! This is my first blog post.
|
4
content/blog/hello-world/index.md
Normal file
4
content/blog/hello-world/index.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
+++
|
||||
title = "Hello World!"
|
||||
date = "2020-12-01"
|
||||
+++
|
Loading…
Add table
Add a link
Reference in a new issue