ausprobieren
This commit is contained in:
parent
bb1c590f27
commit
48716bf166
3 changed files with 12 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
"*": [
|
"*": [
|
||||||
"../themes/ve_main_theme2/assets/*"
|
"../themes/mainpage_v2_theme/assets/*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
---
|
---
|
||||||
headless: true
|
headless: true
|
||||||
---
|
---
|
||||||
|
xcbxc
|
||||||
14
hugo.toml
14
hugo.toml
|
|
@ -4,16 +4,22 @@ title = 'vanilla.engineering'
|
||||||
theme = 'mainpage_v2_theme'
|
theme = 'mainpage_v2_theme'
|
||||||
|
|
||||||
summaryLength = 20
|
summaryLength = 20
|
||||||
|
enableEmoji = true
|
||||||
|
|
||||||
|
[markup]
|
||||||
|
[markup.goldmark]
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
title = "Up Business"
|
title = "vanilla.engineering"
|
||||||
description = "We specialize in providing services to desing websites, applications, build and maintain business for customers."
|
description = "creating camper experience"
|
||||||
images = [ "images/hero-image.png" ]
|
images = [ "images/hero-image.png" ]
|
||||||
logo = "arrow-up.png"
|
logo = "arrow-up.png"
|
||||||
location = [
|
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"
|
copyright = "© 2022 Up Business All Rights Reserved"
|
||||||
|
|
||||||
[params.favicons]
|
[params.favicons]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue