From a2ad0604c6307fac65c39649c72ce7ef5eb91bd7 Mon Sep 17 00:00:00 2001 From: Henry V Child Date: Sat, 8 Feb 2025 18:43:08 +0100 Subject: [PATCH] hugo.yaml --- hugo.yaml | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 hugo.yaml diff --git a/hugo.yaml b/hugo.yaml new file mode 100644 index 0000000..eb3c143 --- /dev/null +++ b/hugo.yaml @@ -0,0 +1,67 @@ +--- +baseURL: 'https://example.org/' +languageCode: 'en-us' +title: 'Henry V Child dot EU' + +markup: + goldmark: + renderer: + unsafe: true + +languages: + en: + languageName: 🇬🇧 + disabled: false + menu: + main: + - Name: "Curriculum Vitae" + Weight: 0 + Identifier: "Curriculum Vitae" + pageRef: "/curriculum_vitae/" + + - Name: "Tags" + Weight: 0 + Identifier: "Tags" + URL: "/tags/" + + - Name: "Projects" + Weight: 0 + Identifier: "Projects" + URL: "/projects/" + + de: + languageName: 🇩🇪 + disabled: false + menu: + main: + - Name: "Lebenslauf" + Weight: 0 + Identifier: "Curriculum Vitae" + pageRef: "/curriculum_vitae/" + + - Name: "Tags" + Weight: 0 + Identifier: "Tags" + URL: "/tags/" + + - Name: "Projects" + Weight: 0 + Identifier: "Projects" + URL: "/projects/" + +menu: + main: + - Name: "Curriculum Vitae" + Weight: 0 + Identifier: "Curriculum Vitae" + URL: "/curriculum_vitae/" + + - Name: "Tags" + Weight: 0 + Identifier: "Tags" + URL: "/tags/" + + - Name: "Projects" + Weight: 0 + Identifier: "Projects" + URL: "/projects/"