Example starter code from official docs
This commit is contained in:
5
src/posts/post-1.md
Normal file
5
src/posts/post-1.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: Post Title
|
||||
---
|
||||
|
||||
First post!
|
||||
5
src/posts/post-2.md
Normal file
5
src/posts/post-2.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: Post Title Two!
|
||||
---
|
||||
|
||||
Second post!
|
||||
4
src/posts/posts.json
Normal file
4
src/posts/posts.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"layout": "layout.html",
|
||||
"tags": "post"
|
||||
}
|
||||
Reference in New Issue
Block a user