mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-13 07:46:08 +00:00
Merge branch 'master' into correct-i18n-navbar
This commit is contained in:
commit
31d4e27a9a
2
.github/workflows/vuepress-deploy.yml
vendored
2
.github/workflows/vuepress-deploy.yml
vendored
@ -19,6 +19,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Vuepress Pages
|
- name: Build Vuepress Pages
|
||||||
run: npm install && npm run build
|
run: npm install && npm run build
|
||||||
|
env:
|
||||||
|
VUEPRESS_BASE: '/ocelot.social/'
|
||||||
|
|
||||||
- name: Deploy Vuepress to Github Pages
|
- name: Deploy Vuepress to Github Pages
|
||||||
uses: crazy-max/ghaction-github-pages@v4
|
uses: crazy-max/ghaction-github-pages@v4
|
||||||
|
|||||||
@ -7,19 +7,5 @@ export default defineUserConfig({
|
|||||||
...meta,
|
...meta,
|
||||||
theme,
|
theme,
|
||||||
plugins,
|
plugins,
|
||||||
base: '/ocelot.social/',
|
base: process.env.VUEPRESS_BASE ?? '/',
|
||||||
locales:{
|
|
||||||
// The key is the path for the locale to be nested under.
|
|
||||||
// As a special case, the default locale can use '/' as its path.
|
|
||||||
'/en/': {
|
|
||||||
lang: 'en-US', // this will be set as the lang attribute on <html>
|
|
||||||
title: 'Ocelot.Social',
|
|
||||||
// description: ''
|
|
||||||
},
|
|
||||||
'/': {
|
|
||||||
lang: 'de-DE',
|
|
||||||
title: 'Ocelot.Social',
|
|
||||||
// description: ''
|
|
||||||
}
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
@ -13,7 +13,6 @@ tagLine:
|
|||||||
---
|
---
|
||||||
## Coming soon
|
## Coming soon
|
||||||
|
|
||||||
Unsere Website wird gerade überarbeitet und erweitert. Schau bald wieder rein!
|
Our website is under construction. Come back soon!
|
||||||
|
|
||||||
Inzwischen findest du uns auf [GitHub](https://github.com/Ocelot-Social-Community/) oder [Discord](https://discord.gg/AGPJ7YgC).
|
|
||||||
|
|
||||||
|
In the meantime you can find us on [GitHub](https://github.com/Ocelot-Social-Community/) or [Discord](https://discord.gg/AGPJ7YgC).
|
||||||
|
|||||||
18
docs/fr/README.md
Normal file
18
docs/fr/README.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
home: true
|
||||||
|
# layout: BlogHome
|
||||||
|
icon: home
|
||||||
|
title: Ocelot.Social
|
||||||
|
heroFullScreen: false
|
||||||
|
heroImage: /logo.svg
|
||||||
|
heroText: Réseau social libre et gratuit pour citoyen actif.
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## En construction
|
||||||
|
|
||||||
|
Notre site web est en construction. Reviens bientôt!
|
||||||
|
|
||||||
|
Entre-temps, tu peux nous trouver sur [GitHub](https://github.com/Ocelot-Social-Community/) ou [Discord](https://discord.gg/AGPJ7YgC).
|
||||||
29
docs/fr/impressum/README.md
Normal file
29
docs/fr/impressum/README.md
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
---
|
||||||
|
home: true
|
||||||
|
# layout: BlogHome
|
||||||
|
# icon: home
|
||||||
|
sidebar: false
|
||||||
|
title: Mentions légales
|
||||||
|
tagLine:
|
||||||
|
# actions:
|
||||||
|
# - text: Demo
|
||||||
|
# link: https://stage.ocelot.social/
|
||||||
|
---
|
||||||
|
## Responsable de l’exploitation de ce site Web
|
||||||
|
|
||||||
|
busFaktor() e.V.
|
||||||
|
Wolfgang Huß, 2nd Chairman
|
||||||
|
|
||||||
|
Haferstr. 5c
|
||||||
|
86179 Augsburg
|
||||||
|
E-Mail: <vorstand@busfaktor.org>
|
||||||
|
Telefon: +49 173 622 60 91
|
||||||
|
|
||||||
|
## Éditeur responsable du contenu
|
||||||
|
|
||||||
|
Wolfgang Huß
|
||||||
|
|
||||||
|
Steinburger Straße 38
|
||||||
|
22527 Hamburg
|
||||||
|
E-Mail: <vorstand@busfaktor.org>
|
||||||
|
Telefon: +49 173 622 60 91
|
||||||
Loading…
x
Reference in New Issue
Block a user