diff --git a/content/index.md b/content/index.md new file mode 100644 index 0000000..29135a8 --- /dev/null +++ b/content/index.md @@ -0,0 +1,12 @@ +--- +title: Hey there! +description: Welcome to my site! +readingTime: false +menu: + main: + name: Home + weight: 1 + params: + icon: home +--- +foo diff --git a/content/post/_index.md b/content/post/_index.md new file mode 100644 index 0000000..ede4379 --- /dev/null +++ b/content/post/_index.md @@ -0,0 +1,8 @@ +--- +menu: + main: + name: Blog + weight: 2 + params: + icon: archives +--- diff --git a/content/post/test/index.md b/content/post/test/index.md new file mode 100644 index 0000000..955091c --- /dev/null +++ b/content/post/test/index.md @@ -0,0 +1,5 @@ +--- +title: Hello World +description: Shit’s happening +--- +yeeeeeee diff --git a/hugo.toml b/hugo.toml index 2fa6daa..634c663 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,6 +1,10 @@ baseURL = 'https://mart-w.de/' -languageCode = 'de-de' -title = 'mart-w’s amazing homepage' +languageCode = 'en-gb' +defaultContentLanguage = "en" +title = 'mart-w.de' + +[Params] + [module] [[module.imports]]