Skip to content

Commit

Permalink
Merge branch 'master' into feat-i18n-french-and-english-textes
Browse files Browse the repository at this point in the history
  • Loading branch information
Elweyn authored Nov 29, 2023
2 parents 9045def + 98c60e6 commit 519a3c4
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 198 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/vuepress-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
with:
node-version: 20

- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master
- name: Build Vuepress Pages
run: npm install && npm run build

- name: Deploy Vuepress to Github Pages
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: docs/.vuepress/dist
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: Ocelot-Social-Community/ocelot.social
TARGET_BRANCH: gh-pages
BUILD_SCRIPT: npm install && npm run build-legacy
BUILD_DIR: docs/.vuepress/dist
CNAME: https://www.ocelot.social
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default defineUserConfig({
...meta,
theme,
plugins,
base: '/ocelot.social/',
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.
Expand All @@ -15,7 +16,7 @@ export default defineUserConfig({
title: 'Ocelot.Social',
// description: ''
},
'/de/': {
'/': {
lang: 'de-DE',
title: 'Ocelot.Social',
// description: ''
Expand Down
4 changes: 0 additions & 4 deletions docs/.vuepress/config/plugins.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { searchProPlugin } from 'vuepress-plugin-search-pro'
import { redirectPlugin } from 'vuepress-plugin-redirect'

export default [
searchProPlugin({
Expand All @@ -16,7 +15,4 @@ export default [
},
],
}),
redirectPlugin({
autoLocale: true,
})
]
File renamed without changes.
16 changes: 0 additions & 16 deletions docs/de/impressum/README.md

This file was deleted.

21 changes: 18 additions & 3 deletions docs/en/impressum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
home: false
# layout: BlogHome
icon: home
title: Impressum | Ocelot.Social
title: Imprint | Ocelot.Social
heroFullScreen: false
heroImage: /logo.svg
heroText: Free and open-source social network for active citizenship.
Expand All @@ -11,6 +11,21 @@ tagLine:
# - text: Demo
# link: https://stage.ocelot.social/
---
## Coming soon
## Responsible for the Operation of this Website

We are rebuilding our website. Check back soon.
busFaktor() e.V.
Wolfgang Huß, 2nd Chairman

Haferstr. 5c
86179 Augsburg
E-Mail: <[email protected]>
Telefon: +49 173 622 60 91

## Contentwise Responsible Editor

Wolfgang Huß

Steinburger Straße 38
22527 Hamburg
E-Mail: <[email protected]>
Telefon: +49 173 622 60 91
31 changes: 31 additions & 0 deletions docs/impressum/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
home: false
# layout: BlogHome
icon: home
title: Impressum | Ocelot.Social
heroFullScreen: false
heroImage: /logo.svg
heroText: Free and open-source social network for active citizenship.
tagLine:
# actions:
# - text: Demo
# link: https://stage.ocelot.social/
---
## Verantwortlich für den Betrieb dieser Website

busFaktor() e.V.
Wolfgang Huß, 2. Vorsitzender

Haferstr. 5c
86179 Augsburg
E-Mail: <[email protected]>
Telefon: +49 173 622 60 91

## Inhaltlich verantwortlicher Redakteur

Wolfgang Huß

Steinburger Straße 38
22527 Hamburg
E-Mail: <[email protected]>
Telefon: +49 173 622 60 91
164 changes: 0 additions & 164 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"private": false,
"scripts": {
"build": "vuepress build docs",
"build-node16": "vuepress build docs",
"dev": "vuepress dev docs",
"test": "textlint \"*.md\" \"docs/**/*.md\""
},
Expand Down Expand Up @@ -36,7 +35,6 @@
"textlint-rule-period-in-list-item": "^1.0.1",
"textlint-rule-write-good": "^2.0.0",
"vuepress": "^2.0.0-rc.0",
"vuepress-plugin-redirect": "^2.0.0-rc.1",
"vuepress-plugin-search-pro": "^2.0.0-rc.0",
"vuepress-theme-hope": "^2.0.0-rc.0"
}
Expand Down

0 comments on commit 519a3c4

Please sign in to comment.