basic Zola beginnings
This commit is contained in:
parent
1187191aff
commit
1d39002bb5
7 changed files with 67 additions and 0 deletions
6
content/blog/_index.md
Normal file
6
content/blog/_index.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
title = "List of blog posts"
|
||||
sort_by = "date"
|
||||
template = "blog.html"
|
||||
page_template = "post.html"
|
||||
+++
|
6
content/blog/test.md
Normal file
6
content/blog/test.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
title = "My first post"
|
||||
date = 2019-11-27
|
||||
+++
|
||||
|
||||
This is my first blog post.
|
6
content/blog/test2.md
Normal file
6
content/blog/test2.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
title = "My second post"
|
||||
date = 2019-11-28
|
||||
+++
|
||||
|
||||
This is my second blog post.
|
Loading…
Add table
Add a link
Reference in a new issue