Added content/

This commit is contained in:
EDUDD22 2020-12-01 12:33:47 +01:00
parent 206d05dc72
commit 1f37f4029a
15 changed files with 212 additions and 0 deletions

7
content/blog/_index.md Normal file
View file

@ -0,0 +1,7 @@
+++
fragment = "list" # declare list fragment
weight = 100
title = "Blog"
section = "blog" # section to pull the list of pages
+++

View file

@ -0,0 +1,3 @@
+++
headless = true
+++

View file

@ -0,0 +1,6 @@
+++
fragment = "content"
weight = 100
+++
Hello world! This is my first blog post.

View file

@ -0,0 +1,4 @@
+++
title = "Hello World!"
date = "2020-12-01"
+++