commit babfbcb3959e0631696594fc90d137db64065631 Author: Simon Bruder Date: Fri Oct 27 12:15:02 2017 +0000 init diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a446411 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/spectral"] + path = themes/spectral + url = https://gitlab.jalr.de/sbruder/hugo-spectral diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..f5a9e45 --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .TranslationBaseName "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..76bc6ed --- /dev/null +++ b/config.toml @@ -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
für Menschen mit Handicap
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
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
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
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
Some Place, Some State 0000
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"