mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-13 07:46:08 +00:00
Merge branch 'development' of github.com:Ocelot-Social-Community/ocelot.social into 52-add-blog-posts-for-vuepress
# Conflicts: # docs/de/features/README.md # docs/de/get-started/README.md # docs/en/features/README.md # docs/en/get-started/README.md # docs/fr/features/README.md # docs/fr/get-started/README.md
This commit is contained in:
commit
8d77475762
@ -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: [
|
||||||
{
|
{
|
||||||
@ -46,7 +46,7 @@ export default hopeTheme({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Impressum',
|
text: 'Impressum',
|
||||||
link: '/de/impressum/'
|
link: '/de/imprint/'
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@ -54,7 +54,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: [
|
||||||
{
|
{
|
||||||
@ -77,14 +77,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: [
|
||||||
{
|
{
|
||||||
@ -107,7 +107,7 @@ export default hopeTheme({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Mentions légales',
|
text: 'Mentions légales',
|
||||||
link: '/fr/impressum/'
|
link: '/fr/imprint/'
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
home: false
|
|
||||||
# layout: BlogHome
|
|
||||||
icon: home
|
|
||||||
title: Einstieg | Ocelot.Social
|
|
||||||
sidebar: false
|
|
||||||
tagLine:
|
|
||||||
# actions:
|
|
||||||
# - text: Demo
|
|
||||||
# link: https://stage.ocelot.social/
|
|
||||||
---
|
|
||||||
## XXX
|
|
||||||
|
|
||||||
XXX
|
|
||||||
@ -2,11 +2,13 @@
|
|||||||
home: false
|
home: false
|
||||||
# layout: BlogHome
|
# layout: BlogHome
|
||||||
icon: home
|
icon: home
|
||||||
title: Features
|
title: Funktionen | Ocelot.Social
|
||||||
sidebar: false
|
sidebar: false
|
||||||
tagLine:
|
tagLine:
|
||||||
# actions:
|
# actions:
|
||||||
# - text: Demo
|
# - text: Demo
|
||||||
# link: https://stage.ocelot.social/
|
# link: https://stage.ocelot.social/
|
||||||
---
|
---
|
||||||
## Features
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
|
|||||||
@ -2,11 +2,13 @@
|
|||||||
home: false
|
home: false
|
||||||
# layout: BlogHome
|
# layout: BlogHome
|
||||||
icon: home
|
icon: home
|
||||||
title: Get Started
|
title: Einstieg | Ocelot.Social
|
||||||
sidebar: false
|
sidebar: false
|
||||||
tagLine:
|
tagLine:
|
||||||
# actions:
|
# actions:
|
||||||
# - text: Demo
|
# - text: Demo
|
||||||
# link: https://stage.ocelot.social/
|
# link: https://stage.ocelot.social/
|
||||||
---
|
---
|
||||||
## Get Started
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
|
|||||||
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
home: false
|
|
||||||
# layout: BlogHome
|
|
||||||
icon: home
|
|
||||||
title: Get Started | Ocelot.Social
|
|
||||||
sidebar: false
|
|
||||||
tagLine:
|
|
||||||
# actions:
|
|
||||||
# - text: Demo
|
|
||||||
# link: https://stage.ocelot.social/
|
|
||||||
---
|
|
||||||
## XXX
|
|
||||||
|
|
||||||
XXX
|
|
||||||
@ -2,11 +2,13 @@
|
|||||||
home: false
|
home: false
|
||||||
# layout: BlogHome
|
# layout: BlogHome
|
||||||
icon: home
|
icon: home
|
||||||
title: Features
|
title: Features | Ocelot.Social
|
||||||
sidebar: false
|
sidebar: false
|
||||||
tagLine:
|
tagLine:
|
||||||
# actions:
|
# actions:
|
||||||
# - text: Demo
|
# - text: Demo
|
||||||
# link: https://stage.ocelot.social/
|
# link: https://stage.ocelot.social/
|
||||||
---
|
---
|
||||||
## Features
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
|
|||||||
@ -2,11 +2,13 @@
|
|||||||
home: false
|
home: false
|
||||||
# layout: BlogHome
|
# layout: BlogHome
|
||||||
icon: home
|
icon: home
|
||||||
title: Get Started
|
title: Get Started | Ocelot.Social
|
||||||
sidebar: false
|
sidebar: false
|
||||||
tagLine:
|
tagLine:
|
||||||
# actions:
|
# actions:
|
||||||
# - text: Demo
|
# - text: Demo
|
||||||
# link: https://stage.ocelot.social/
|
# link: https://stage.ocelot.social/
|
||||||
---
|
---
|
||||||
## Get Started
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
|
|||||||
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
home: false
|
|
||||||
# layout: BlogHome
|
|
||||||
icon: home
|
|
||||||
title: Entrée | Ocelot.Social
|
|
||||||
sidebar: false
|
|
||||||
tagLine:
|
|
||||||
# actions:
|
|
||||||
# - text: Demo
|
|
||||||
# link: https://stage.ocelot.social/
|
|
||||||
---
|
|
||||||
## XXX
|
|
||||||
|
|
||||||
XXX
|
|
||||||
@ -2,11 +2,13 @@
|
|||||||
home: false
|
home: false
|
||||||
# layout: BlogHome
|
# layout: BlogHome
|
||||||
icon: home
|
icon: home
|
||||||
title: Features
|
title: Fonctionnalités | Ocelot.Social
|
||||||
sidebar: false
|
sidebar: false
|
||||||
tagLine:
|
tagLine:
|
||||||
# actions:
|
# actions:
|
||||||
# - text: Demo
|
# - text: Demo
|
||||||
# link: https://stage.ocelot.social/
|
# link: https://stage.ocelot.social/
|
||||||
---
|
---
|
||||||
## Features
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
|
|||||||
@ -2,11 +2,13 @@
|
|||||||
home: false
|
home: false
|
||||||
# layout: BlogHome
|
# layout: BlogHome
|
||||||
icon: home
|
icon: home
|
||||||
title: Get Started
|
title: Entrée | Ocelot.Social
|
||||||
sidebar: false
|
sidebar: false
|
||||||
tagLine:
|
tagLine:
|
||||||
# actions:
|
# actions:
|
||||||
# - text: Demo
|
# - text: Demo
|
||||||
# link: https://stage.ocelot.social/
|
# link: https://stage.ocelot.social/
|
||||||
---
|
---
|
||||||
## Get Started
|
## XXX
|
||||||
|
|
||||||
|
XXX
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user