mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-13 07:46:08 +00:00
Merge pull request #48 from Ocelot-Social-Community/28-add-diverse-pages-to-website
feat(content): add diverse pages
This commit is contained in:
commit
8a6923a734
@ -23,7 +23,7 @@ export default hopeTheme({
|
|||||||
'/de/': {
|
'/de/': {
|
||||||
lang: 'de-DE',
|
lang: 'de-DE',
|
||||||
title: 'Ocelot.Social',
|
title: 'Ocelot.Social',
|
||||||
copyright: '© von <a href="https://busfaktor.org" target="_blank">busFaktor() e.V.</a> & Authoren | <a href="/de/impressum/">Impressum</a>',
|
copyright: '© von <a href="https://busfaktor.org" target="_blank">busFaktor() e.V.</a> & Authoren | <a href="/de/imprint/">Impressum</a>',
|
||||||
footer: 'Unter der <a class="vt-link link link" href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferrer"><!--[-->MIT Lizenz<!--]--><!----></a> ausgeliefert.',
|
footer: 'Unter der <a class="vt-link link link" href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferrer"><!--[-->MIT Lizenz<!--]--><!----></a> ausgeliefert.',
|
||||||
navbar: [
|
navbar: [
|
||||||
{
|
{
|
||||||
@ -38,7 +38,7 @@ export default hopeTheme({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Impressum',
|
text: 'Impressum',
|
||||||
link: '/de/impressum/'
|
link: '/de/imprint/'
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@ -46,7 +46,7 @@ export default hopeTheme({
|
|||||||
lang: 'en-US', // this will be set as the lang attribute on <html>
|
lang: 'en-US', // this will be set as the lang attribute on <html>
|
||||||
title: 'Ocelot.Social',
|
title: 'Ocelot.Social',
|
||||||
// description: ''
|
// description: ''
|
||||||
copyright: '© by <a href="https://busfaktor.org" target="_blank">busFaktor() e.V.</a> & Authors | <a href="/en/impressum/">Impressum</a>',
|
copyright: '© by <a href="https://busfaktor.org" target="_blank">busFaktor() e.V.</a> & Authors | <a href="/en/imprint/">Imprint</a>',
|
||||||
footer: 'Released under the <a class="vt-link link link" href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferrer"><!--[-->MIT License<!--]--><!----></a>.',
|
footer: 'Released under the <a class="vt-link link link" href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferrer"><!--[-->MIT License<!--]--><!----></a>.',
|
||||||
navbar: [
|
navbar: [
|
||||||
{
|
{
|
||||||
@ -61,14 +61,14 @@ export default hopeTheme({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Imprint',
|
text: 'Imprint',
|
||||||
link: '/en/impressum/'
|
link: '/en/imprint/'
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'/fr/': {
|
'/fr/': {
|
||||||
lang: 'fr-FR',
|
lang: 'fr-FR',
|
||||||
title: 'Ocelot.Social',
|
title: 'Ocelot.Social',
|
||||||
copyright: '© par <a href="https://busfaktor.org" target="_blank">busFaktor() e.V.</a> & Auteurs | <a href="/fr/impressum/">Mentions légales</a>',
|
copyright: '© par <a href="https://busfaktor.org" target="_blank">busFaktor() e.V.</a> & Auteurs | <a href="/fr/imprint/">Mentions légales</a>',
|
||||||
footer: 'Publié sous la <a class="vt-link link link" href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferrer"><!--[-->licence MIT<!--]--><!----></a>.',
|
footer: 'Publié sous la <a class="vt-link link link" href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferrer"><!--[-->licence MIT<!--]--><!----></a>.',
|
||||||
navbar: [
|
navbar: [
|
||||||
{
|
{
|
||||||
@ -83,7 +83,7 @@ export default hopeTheme({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Mentions légales',
|
text: 'Mentions légales',
|
||||||
link: '/fr/impressum/'
|
link: '/fr/imprint/'
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
14
docs/de/about/README.md
Normal file
14
docs/de/about/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Über | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/de/contact/README.md
Normal file
14
docs/de/contact/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Kontakt | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/de/contribute/README.md
Normal file
14
docs/de/contribute/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Beteiligen | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/de/demos/README.md
Normal file
14
docs/de/demos/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Demos | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/de/features/README.md
Normal file
14
docs/de/features/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Funktionen | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/de/get-started/README.md
Normal file
14
docs/de/get-started/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Einstieg | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/de/learn/README.md
Normal file
14
docs/de/learn/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Lernen | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/de/news/README.md
Normal file
14
docs/de/news/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Neuigkeiten | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/de/privacy-policy/README.md
Normal file
14
docs/de/privacy-policy/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Datenschutzerklärung | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/en/about/README.md
Normal file
14
docs/en/about/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: About | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/en/contact/README.md
Normal file
14
docs/en/contact/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Contact | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/en/contribute/README.md
Normal file
14
docs/en/contribute/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Contribute | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/en/demos/README.md
Normal file
14
docs/en/demos/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Demos | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/en/features/README.md
Normal file
14
docs/en/features/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Features | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/en/get-started/README.md
Normal file
14
docs/en/get-started/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Get Started | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/en/learn/README.md
Normal file
14
docs/en/learn/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Learn | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/en/news/README.md
Normal file
14
docs/en/news/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: News | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/en/privacy-policy/README.md
Normal file
14
docs/en/privacy-policy/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Privacy Policy | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/fr/about/README.md
Normal file
14
docs/fr/about/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: À propos | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/fr/contact/README.md
Normal file
14
docs/fr/contact/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Contacter | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/fr/contribute/README.md
Normal file
14
docs/fr/contribute/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Contribuer | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/fr/demos/README.md
Normal file
14
docs/fr/demos/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Démos | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/fr/features/README.md
Normal file
14
docs/fr/features/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Fonctionnalités | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/fr/get-started/README.md
Normal file
14
docs/fr/get-started/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Entrée | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/fr/learn/README.md
Normal file
14
docs/fr/learn/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Apprendre | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/fr/news/README.md
Normal file
14
docs/fr/news/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: News | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
14
docs/fr/privacy-policy/README.md
Normal file
14
docs/fr/privacy-policy/README.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
home: false
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Déclaration de confidentialité | Ocelot.Social
|
||||||
|
sidebar: false
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
Loading…
x
Reference in New Issue
Block a user