addet dockerfile
This commit is contained in:
parent
7dc90e7999
commit
fa0a7f79a4
21 changed files with 1750 additions and 3 deletions
19
www/config.yml
Normal file
19
www/config.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
baseURL: "https://blog.k4li.me/"
|
||||
languageCode: en-us
|
||||
title: myBlog
|
||||
theme: paperMod
|
||||
|
||||
menu:
|
||||
main:
|
||||
- identifier: Home
|
||||
name: Home
|
||||
url: /
|
||||
weight: 1
|
||||
- identifier: About me
|
||||
name: AboutMe
|
||||
url: /blog/2024/1/
|
||||
weight: 10
|
||||
- identifier: FAQ
|
||||
name: FAQ
|
||||
url: "https://faq.csc.team-pieck.de/"
|
||||
weight: 20
|
Loading…
Add table
Add a link
Reference in a new issue