diff --git a/archetypes/photos.md b/archetypes/photos.md new file mode 100644 index 0000000..9b03f36 --- /dev/null +++ b/archetypes/photos.md @@ -0,0 +1,7 @@ +--- +title: {{ replace .Name "-" " " | title }} +date: {{ .Date }} +description: +tags: +draft: true +--- diff --git a/content/blog/abendliche-bewoelkung/abendliche-bewoelkung.webp b/content/fotos/abendliche-bewoelkung/abendliche-bewoelkung.webp similarity index 100% rename from content/blog/abendliche-bewoelkung/abendliche-bewoelkung.webp rename to content/fotos/abendliche-bewoelkung/abendliche-bewoelkung.webp diff --git a/content/blog/abendliche-bewoelkung/index.md b/content/fotos/abendliche-bewoelkung/index.md similarity index 100% rename from content/blog/abendliche-bewoelkung/index.md rename to content/fotos/abendliche-bewoelkung/index.md diff --git a/hugo.toml b/hugo.toml index 4e6c799..d5b9534 100644 --- a/hugo.toml +++ b/hugo.toml @@ -23,7 +23,12 @@ name = "Blog" pageRef = "/" weight = 1 +[[menus.main]] +name = "Fotos" +pageRef = "/fotos" +weight = 2 + [[menus.main]] name = "Über mich" pageRef = "/about" -weight = 2 +weight = 3