Make it even more useful

This commit is contained in:
Anders Englöf Ytterström 2026-04-06 13:07:05 +02:00
parent 8b531c9b62
commit 40fb6a32ac

View file

@ -9,7 +9,7 @@ def vaktis():
Path("index.md"),
{
"title": "Anders Englöf Ytterströms hemsida",
"template": "home.html.j2",
"layout": "home.html.j2",
"_destination": Path("index.md"),
"content": "",
},
@ -19,7 +19,7 @@ def vaktis():
(
Path("webblogg.md"),
{
"template": "blog.html.j2",
"layout": "blog.html.j2",
"title": "Anders Englöf Ytterströms webblogg",
"_destination": Path("webblogg/index.md"),
"content": "",
@ -30,7 +30,7 @@ def vaktis():
(
Path("inlagg.md"),
{
"template": "blog.html.j2",
"layout": "blog.html.j2",
"title": "Anders Englöf Ytterströms webblogg",
"select": "articles",
"_destination": Path("inlagg/index.md"),
@ -42,7 +42,7 @@ def vaktis():
(
Path("lanktips.md"),
{
"template": "blog.html.j2",
"layout": "blog.html.j2",
"title": "Anders Englöf Ytterströms webblogg",
"select": "links",
"_destination": Path("lanktips/index.md"),
@ -54,7 +54,7 @@ def vaktis():
(
Path("evenemang.html"),
{
"template": "blog.html.j2",
"layout": "blog.html.j2",
"title": "Anders Englöf Ytterströms deltaganden i konserter och festivaler sedan 2000",
"select": "events",
"_destination": Path("evenemang/index.md"),