Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(other): add hopeTheme blog posts for vuepress #53

Merged
merged 14 commits into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions docs/.vuepress/config/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ export default hopeTheme({
copyright: '&copy; 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.',
navbar: [
{
text: 'Funktionen',
link: '/de/features/'
},
{
text: 'Einstieg',
link: '/de/get-started/'
},
{
text: 'Dokumentation',
link: 'https://docs.ocelot.social/' ,
Expand All @@ -49,6 +57,14 @@ export default hopeTheme({
copyright: '&copy; 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>.',
navbar: [
{
text: 'Features',
link: '/en/features/'
},
{
text: 'Get Started',
link: '/en/get-started/'
},
{
text: 'Documentation',
link: 'https://docs.ocelot.social/',
Expand All @@ -71,6 +87,14 @@ export default hopeTheme({
copyright: '&copy; 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>.',
navbar: [
{
text: 'Fonctionnalités',
link: '/fr/features/'
},
{
text: 'Entrée',
link: '/fr/get-started/'
},
{
text: 'Documentation',
link: 'https://docs.ocelot.social/',
Expand All @@ -89,6 +113,9 @@ export default hopeTheme({
}
},
plugins: {
blog: {
excerptLength: 0,
},
mdEnhance: {
align: true,
demo: true,
Expand Down
33 changes: 28 additions & 5 deletions docs/de/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,34 @@ tagLine:
# - text: Demo
# link: https://stage.ocelot.social/
---
## Wir bauen um
## Vorteile

Unsere Website wird gerade überarbeitet und erweitert. Schau bald wieder rein!
XXX

Inzwischen findest du uns auf [GitHub](https://github.com/Ocelot-Social-Community/) oder [Discord](https://discord.gg/AGPJ7YgC).
## Screenshots

Wenn du dieses Projekt unterstützen möchtest, dann kannst du eine [Spende](https://busfaktor.org/en/spenden) für *ocelot.social*
bei dem Projektträger machen (busFaktor() e.V.).
XXX

## Features

XXX

## Demo

XXX

## Get started

XXX

## Testimonials

XXX

## Donation

XXX

## Contact

XXX
66 changes: 56 additions & 10 deletions docs/de/news/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,60 @@
---
home: false
# layout: BlogHome
icon: home
layout: BlogHome
# icon: home
title: Neuigkeiten | Ocelot.Social
sidebar: false
tagLine:
# actions:
# - text: Demo
# link: https://stage.ocelot.social/
---
## XXX
# sidebar: false
# description of blog post, see https://vuepress-theme-hope.github.io/v1/guide/blog/home.html#
# example, see https://github.com/Mister-Hope/Mister-Hope.github.io/blob/7c64e33d4dfcfa748fc80c5960d32c2bd2be8728/src/en/README.md?plain=1#L9
# heroImage: /logo.svg
# heroText: 𝓜𝓻. 𝓗𝓸𝓹𝓮
heroText: ""
# tagline: Where there is light, there is hope
# bgImage: https://file.mo7.cc/api/public/bz
# heroFullScreen: true
projects:
- name: VuePress
desc: Vue-powered Static Site Generator
link: https://vuejs.press/
icon: /assets/img/vuepress.png

- name: VuePress Theme Hope
desc: A VuePress theme with tons of features✨
link: https://theme-hope.vuejs.press/
icon: https://theme-hope.vuejs.press/logo.svg

- name: Waline
desc: A safe and fast comment service
link: https://waline.js.org/en/
icon: https://waline.js.org/logo.png

- name: markdown-it plugins
desc: Powerful markdown-it plugins written in typescript
link: https://mdit-plugins.github.io/
icon: https://mdit-plugins.github.io/logo.svg

- name: in NENU
desc: 800,000+ words NENU guide, a comprehensive introduction to NENU life, the best admission guide for NENU freshmen❤
link: https://innenu.com
icon: /assets/img/inNENU.png

- name: vuepress-plugin-md-enhance
desc: VuePress Markdown Enhance plugin
link: https://plugin-md-enhance.vuejs.press/
icon: https://plugin-md-enhance.vuejs.press/logo.svg

- name: bcrypt-ts
icon: project
desc: Bcrypt written in typescript
link: https://github.com/Mister-Hope/bcrypt-ts

- name: "@mr-hope/gulp-sass"
type: project
desc: Sass Plugin for Gulp
link: https://github.com/Mister-Hope/gulp-sass

XXX
- name: mptool
desc: Light, effective mini-app framework
link: https://github.com/miniapp-tool/mptool
icon: https://miniapp-tool.github.io/logo.png
---
64 changes: 59 additions & 5 deletions docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,65 @@ tagLine:
# - text: Demo
# link: https://stage.ocelot.social/
---
## Coming soon
## Benefits

Our website is under construction. Come back soon!
How is ocelot.social different from other social networks?

In the meantime you can find us on [GitHub](https://github.com/Ocelot-Social-Community/) or [Discord](https://discord.gg/AGPJ7YgC).
- **Open Source:** The software code of this network is Open Source. This means that the code is public and can be copied, used, modified, enhanced and verified by anyone. You can contribute as a developer or translator to improve and enhance this project
- **Not for profit:** Ocelot.social is non-profit, serving the public good. The network is developed and maintained by a non-profit association located in Germany, assisted by open source contributors around the world
- **Privacy:** Your data will not be sold to advertisers and no user profiling will be done unless the operator of the network in question explicitly states this in its privacy policy
- **Funded by donations:** The ocelot.social software is funded by donations which means that you may or may not give some love back by a donation or by other ways of contributing
- **Self-determination:** Independence from the terms of use of the well-known major social networks: The operator of an Ocelot.Social network sets its own terms of use

If you want to support the project, you can make a [donation](https://busfaktor.org/en/spenden) for *ocelot.social*
to the maintainer of the project (busFaktor() e.V.).
<!-- ## Video (link) -->

## Screenshots

<!-- We want to make a slider with different screenshots -->

## Features

Ocelot.social networks features:

- User Accounts
- User Roles
- news feed (Posts)
- Filter
- posts
- as articles
- as events
- comments
- Search
- Groups
- Map

[See all features](/en/features)
<!-- Button
<Button >See all features!</Button>
-->

## Demo

try out the application under the following link [Ocelot.Social](https://stage.ocelot.social/)
<!-- Button to demo page -->

## Get started

If you want to install the application on a server or your local machine follow the [link](/en/get-started)
<!-- Button to get started page -->

## Testimonials

<!-- Heimo (sender.fm), Ulf Tramsen, Lars Ebert (Yunite.me), Jenseblümchen (freilernen.social) -->

## Donation

Ocelot.Social is a not-for-profit which can is keep running thanks to your donations. Do you like what we do? Do you think we’re going in the right direction? If so, and you’re able to make a donation, we’d much appreciate it! [Donation Page](/en/donations)
<!-- Button to Donation Page -->

## Contact

If you want more informations you can join us on [Discord](https://discord.gg/AGPJ7YgC), on GitHub or by email.

[Contact](/en/contact)
<!-- Button to contact page-->
33 changes: 28 additions & 5 deletions docs/fr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,34 @@ tagLine:
# - text: Demo
# link: https://stage.ocelot.social/
---
## En construction
## Benefits

Notre site web est en construction. Reviens bientôt!
XXX

Entre-temps, tu peux nous trouver sur [GitHub](https://github.com/Ocelot-Social-Community/) ou [Discord](https://discord.gg/AGPJ7YgC).
## Features

Si tu veux soutenir ce projet, tu peux faire un [don](https://busfaktor.org/en/spenden) pour *ocelot.social*
chez le porteur du projet (busFaktor() e.V.).
XXX

## Demo (link)

XXX

## Get started (link)

XXX

## Video (link)

XXX

## testimonials

XXX

## Donation

XXX

## Contact

XXX
Loading