Skip to content

Commit

Permalink
rename to bBlog and add some descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
lebalz committed Nov 8, 2024
1 parent 3ba14b3 commit 81a4823
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const PROJECTS: Project[] = [
];

const config: Config = {
title: 'Hello .',
title: 'bBlog',
tagline: 'I\'m Balthasar Hofer, Teacher and Developer',
url: 'https://lebalz.ch',
baseUrl: '/',
Expand Down
10 changes: 10 additions & 0 deletions recipes/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
---
image: ./images/rezepte.jpg
---

<head>
<meta property="og:locale" content="de_DE" />
</head>

# Rezepte

Meine Rezepte - von mir zusammengestellt und erpropt. Yummy! 🤩🧁🎂🍰

![](images/rezepte.jpg)
7 changes: 7 additions & 0 deletions recipes/schoggi-muffins/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
---
image: ./images/muffins.jpg
tags: [dessert, muffins]
---
<head>
<meta property="og:locale" content="de_DE" />
</head>

# Schoggi Muffins

Besonders fluffige Schoggi-Muffins die schnell und einfach in 30 Minuten zubereitet sind.

::::cards{.recipe}
![](images/muffins.jpg)

Expand Down
6 changes: 6 additions & 0 deletions recipes/schoggi-staengeli-chueche/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
---
image: ./images/schoggi-staengeli-cake.jpg
tags: [dessert, cake]
---

# Schoggistängeli-Chueche
<head>
<meta property="og:locale" content="de_DE" />
</head>

Schoggistängeli-Chueche ist ein einfaches Schokoladen-Cake. Die Branchlis geben dem Kuchen einen besonders genüsslichen Kern.

::::cards{.recipe}
![](images/schoggi-staengeli-cake.jpg)
Expand Down

0 comments on commit 81a4823

Please sign in to comment.