commit
babfbcb395
@ -0,0 +1,3 @@ |
||||
[submodule "themes/spectral"] |
||||
path = themes/spectral |
||||
url = https://gitlab.jalr.de/sbruder/hugo-spectral |
@ -0,0 +1,6 @@ |
||||
--- |
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}" |
||||
date: {{ .Date }} |
||||
draft: true |
||||
--- |
||||
|
@ -0,0 +1,128 @@ |
||||
baseURL = "/" |
||||
title = "Kegelschiene" |
||||
languageCode = "de-de" |
||||
defaultContentLanguage = "de" |
||||
paginate = "7" |
||||
theme = "spectral" |
||||
|
||||
[params] |
||||
copyright = "Ingolf-Baenecke Jakobshagen" |
||||
description = 'Kegel- und Bowlinghilfe <br/>für Menschen mit Handicap <br />und als Freizeitaktivität' |
||||
startbuttonText = "Mehr lesen" |
||||
startbuttonLink = "#one" |
||||
|
||||
[[params.menu.main]] |
||||
url = '/' |
||||
title = "Home" |
||||
|
||||
[[params.menu.main]] |
||||
url = '/posts/' |
||||
title = "Posts" |
||||
|
||||
[params.one] |
||||
enable = true |
||||
title = 'Die Kegelschiene – kleine Schiene, große Hilfe' |
||||
body = 'Unsere Kegelschiene ist portabel, sie können sie zum Bowling und Kegeln also an Ihren bevorzugten Ort mitnehmen, und dort die 5 Teile in kürzester Zeit mit wenig Aufwand zusammenbauen. Mit ihren nur 3 Kilogramm Gewicht, ' |
||||
|
||||
[[params.one.icon]] |
||||
icon = "fa-clock-o" |
||||
style = "1" |
||||
label = "kurze Zeit" |
||||
|
||||
[[params.one.icon]] |
||||
icon = "fa-wheelchair-alt" |
||||
style = "2" |
||||
label = "für Rollstuhlfahrer" |
||||
|
||||
[[params.one.icon]] |
||||
icon = "fa-wrench" |
||||
style = "3" |
||||
label = "wenig Aufwand" |
||||
|
||||
[params.two] |
||||
enable = true |
||||
|
||||
[[params.two.section]] |
||||
img = "img/start/ganz.jpg" |
||||
title = 'Einfache Benutzung' |
||||
body = 'Die Kegelschiene lässt sich kinderleicht benutzen: Nur die Schulterhalter auflegen, die Kugel in die Mulde legen, und es kann losgehen.' |
||||
|
||||
[[params.two.section]] |
||||
img = "img/pic02.jpg" |
||||
title = 'Tortor dolore feugiat<br />elementum magna' |
||||
body = 'Aliquam ut ex ut augue consectetur interdum. Donec hendrerit imperdiet. Mauris eleifend fringilla nullam aenean mi ligula.' |
||||
|
||||
[[params.two.section]] |
||||
img = "img/pic03.jpg" |
||||
title = 'Magna primis lobortis<br />sed ullamcorper' |
||||
body = 'Aliquam ut ex ut augue consectetur interdum. Donec hendrerit imperdiet. Mauris eleifend fringilla nullam aenean mi ligula.' |
||||
|
||||
[params.three] |
||||
enable = true |
||||
title = 'Accumsan mus tortor nunc aliquet' |
||||
body = 'Aliquam ut ex ut augue consectetur interdum. Donec amet imperdiet eleifend<br />fringilla tincidunt. Nullam dui leo Aenean mi ligula, rhoncus ullamcorper.' |
||||
|
||||
[[params.three.feature]] |
||||
icon = "fa-paper-plane-o" |
||||
title = "Arcu accumsan" |
||||
body = "Augue consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat." |
||||
|
||||
[[params.three.feature]] |
||||
icon = "fa-laptop" |
||||
title = "Ac Augue Eget" |
||||
body = "Augue consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat." |
||||
|
||||
[[params.three.feature]] |
||||
icon = "fa-code" |
||||
title = "Foo bar" |
||||
body = "Augue consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat." |
||||
|
||||
[[params.three.feature]] |
||||
icon = "fa-headphones" |
||||
title = "Baz kram" |
||||
body = "Augue consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat." |
||||
|
||||
[[params.three.feature]] |
||||
icon = "fa-heart-o" |
||||
title = "Some latin text" |
||||
body = "Augue consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat." |
||||
|
||||
[[params.three.feature]] |
||||
icon = "fa-flag-o" |
||||
title = "Nothing important" |
||||
body = "Augue consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat." |
||||
|
||||
[params.cta] |
||||
enable = true |
||||
title = "Arcue ut vel commodo" |
||||
body = "Aliquam ut ex ut augue consectetur interdum endrerit imperdiet amet eleifend fringilla." |
||||
|
||||
[[params.cta.link]] |
||||
href = "#" |
||||
text = "Activate" |
||||
special = true |
||||
|
||||
[[params.cta.link]] |
||||
href = "#" |
||||
text = "Learn More" |
||||
special = false |
||||
|
||||
[params.contact] |
||||
enable = true |
||||
title = "Kontakt" |
||||
body = "Kontaktieren Sie uns" |
||||
phone = "+49 (0) 030 000 000" |
||||
address = "1234 Somewhere Road<br />Some Place, Some State 0000<br />Some Country" |
||||
email = "nospam@example.com" |
||||
subject = "New Submission!" |
||||
plain = false |
||||
|
||||
# language specific options |
||||
|
||||
[languages.en] |
||||
weight = 0 |
||||
languageName = "English" |
||||
|
||||
[languages.de] |
||||
weight = 10 |
||||
languageName = "Deutsch" |
Loading…
Reference in new issue