diff --git a/assets/jsconfig.json b/assets/jsconfig.json index 499188c..0e1c7ac 100644 --- a/assets/jsconfig.json +++ b/assets/jsconfig.json @@ -3,7 +3,7 @@ "baseUrl": ".", "paths": { "*": [ - "../themes/ve_main_theme2/assets/*" + "../themes/mainpage_v2_theme/assets/*" ] } } diff --git a/content/test/_index.md b/content/test/_index.md index ca03031..27df4e2 100644 --- a/content/test/_index.md +++ b/content/test/_index.md @@ -1,3 +1,4 @@ --- headless: true --- +xcbxc \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index a005e56..046a1f7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -4,16 +4,22 @@ title = 'vanilla.engineering' theme = 'mainpage_v2_theme' summaryLength = 20 +enableEmoji = true + +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true [params] -title = "Up Business" -description = "We specialize in providing services to desing websites, applications, build and maintain business for customers." +title = "vanilla.engineering" +description = "creating camper experience" images = [ "images/hero-image.png" ] logo = "arrow-up.png" location = [ - "3891 Ranchview Dr. Richardson, California 62639" + "Hoyerswerdaer Straße 28, 01099 Dresden" ] -contact = [ "trungkienspktnd@gamail.com", "207.555.0119" ] +contact = [ "mail@mail", "207.555.0119" ] copyright = "© 2022 Up Business All Rights Reserved" [params.favicons]