wip commit, still experimenting

This commit is contained in:
Martin Wurm 2024-02-15 12:18:35 +01:00
parent 4e996065f9
commit 42beb240eb
4 changed files with 31 additions and 2 deletions

12
content/index.md Normal file
View 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
View file

@ -0,0 +1,8 @@
---
menu:
main:
name: Blog
weight: 2
params:
icon: archives
---

View file

@ -0,0 +1,5 @@
---
title: Hello World
description: Shits happening
---
yeeeeeee

View file

@ -1,6 +1,10 @@
baseURL = 'https://mart-w.de/'
languageCode = 'de-de'
title = 'mart-ws amazing homepage'
languageCode = 'en-gb'
defaultContentLanguage = "en"
title = 'mart-w.de'
[Params]
[module]
[[module.imports]]