add boilerplate
This commit is contained in:
4
src/blog/blog.json
Normal file
4
src/blog/blog.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"layout": "layout/blog",
|
||||
"tags": "blog"
|
||||
}
|
5
src/blog/my-first-post.html
Normal file
5
src/blog/my-first-post.html
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: My First Blog Post
|
||||
---
|
||||
|
||||
<p>This is my first blog post</p>
|
5
src/blog/my-second-post.html
Normal file
5
src/blog/my-second-post.html
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: My Second Blog Post
|
||||
---
|
||||
|
||||
<p>This is my second blog post</p>
|
5
src/blog/my-third-post.html
Normal file
5
src/blog/my-third-post.html
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: My Third Blog Post
|
||||
---
|
||||
|
||||
<p>This is my third and final blog post</p>
|
Reference in New Issue
Block a user