move blog to posts, add pass migration

This commit is contained in:
Peter Tillemans 2025-06-28 17:36:00 +02:00
parent 83956142b7
commit b3a5af5182
40 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ items = [
{ url = "/", name = "Home" },
{ url = "/categories", name = "Categories" },
{ url = "/tags", name = "Tags" },
{ url = "/blog", name = "Blog" },
{ url = "/posts", name = "Blog" },
]},
# { lang = "fr", links = [
# { url = "/fr", name = "Accueil" },
@ -66,7 +66,7 @@ items = [
] },
# { lang = "fr", links = [
# { url = "/fr/markdown", name = "Markdown" },
# { url = "/fr/blog", name = "Blog" },
# { url = "/fr/posts", name = "Blog" },
# ] },
]

View file

Before

Width:  |  Height:  |  Size: 164 KiB

After

Width:  |  Height:  |  Size: 164 KiB

View file

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 113 KiB

View file

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 98 KiB

View file

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB

View file

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

View file

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 88 KiB

View file

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 105 KiB