wip commit, still experimenting
This commit is contained in:
parent
4e996065f9
commit
42beb240eb
12
content/index.md
Normal file
12
content/index.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
title: Hey there!
|
||||||
|
description: Welcome to my site!
|
||||||
|
readingTime: false
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
name: Home
|
||||||
|
weight: 1
|
||||||
|
params:
|
||||||
|
icon: home
|
||||||
|
---
|
||||||
|
foo
|
8
content/post/_index.md
Normal file
8
content/post/_index.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
name: Blog
|
||||||
|
weight: 2
|
||||||
|
params:
|
||||||
|
icon: archives
|
||||||
|
---
|
5
content/post/test/index.md
Normal file
5
content/post/test/index.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Hello World
|
||||||
|
description: Shit’s happening
|
||||||
|
---
|
||||||
|
yeeeeeee
|
Loading…
Reference in a new issue