Skip to content

Commit 274fcd2

Browse files
committed
blog
1 parent 59f890a commit 274fcd2

File tree

7 files changed

+9331
-13567
lines changed

7 files changed

+9331
-13567
lines changed

blog/13-04-2025-newsletter.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
title: Time to prepare for easter on your Discord Server!
3+
description: Easter is in one week - time to start a cool event on your Discord server. Find tipps and guides inside.
4+
slug: easter-2025-newsletter
5+
authors:
6+
- scderox
7+
- hörnchen
8+
tags:
9+
- Newsletter
10+
- SCNX
11+
- Events
12+
unlisted: true
13+
---
14+
15+
16+
Hey there,
17+
18+
The holidays are just around the corner! Easter is coming up, so it's time to prepare an event for your Discord – and it's super easy with SCNX!
19+
20+
## Easter is Just Around the Corner
21+
22+
Easter is just around the corner, and what could be better than going on an Easter egg hunt together – even if it's digital this year.
23+
An egg-collecting event on your Discord server brings your community together in a playful way. Hide virtual eggs in different channels and have your members solve tricky puzzles or master small tasks to find them. This way, you'll ensure lots of fun and strengthen the sense of community, no matter where your members are currently located.
24+
25+
## Virtual Egg Hunt with SCNX\!
26+
27+
Are you looking for an exciting and interactive way to delight your Discord community this Easter? Then we have the perfect tip for you: host a virtual Easter egg code hunt with the "Collect the Codes" module from **SCNX**!
28+
29+
As the [article on scnx.tips](https://scnx.tips/hunt-the-code/) by our helper Hörnchen explains, this module offers a playful way to hide codes on your server that your members can find and redeem. Whoever collects the most codes will be displayed in a leaderboard – a great incentive for your community!
30+
31+
## How it Works
32+
33+
:::tip Not with SCNX yet?
34+
SCNX is a service where you can create a completely customizable Discord bot for your server without any programming. You can follow [these easy instructions](/docs/setup) to get started right away.
35+
:::
36+
37+
* **Hide Codes:** Use the diverse suggestions from the article and place virtual "Easter eggs" in the form of text codes or even thematically appropriate emojis in creative locations on your server. These can be channel names, descriptions, user bios, hidden messages (using ||), custom commands, or even emoji and role names.
38+
* **Members Search and Redeem:** Your community members use simple commands like `/hunt-the-code profile` to see their progress and `/hunt-the-code redeem` to redeem found codes.
39+
* **Competition and Fun:** A live leaderboard (`/hunt-the-code leaderboard`) creates an exciting competition.
40+
* **Admin Tools:** Admins retain control with commands like `/hunt-the-code-admin end` (to end and reset) and `/hunt-the-code-admin report` (for a detailed overview of the findings).
41+
42+
You can find more information in the [scnx.tips article](https://scnx.tips/hunt-the-code/).
43+
44+
## Why is this a Good Idea for Your Easter Event?
45+
46+
* **Community Activation:** It promotes interaction and engagement among your members.
47+
* **Playful Fun:** The hunt for codes is an entertaining experience for everyone.
48+
* **Flexibility:** You can adapt the difficulty and the type of codes to your community.
49+
* **Easy Implementation:** The SCNX module makes organization straightforward.
50+
* **Digital Alternative:** Perfect for spreading Easter joy in the virtual world as well.
51+
52+
## Tips for a Successful Event
53+
54+
* Provide hints in the announcement about where the codes might be hidden.
55+
* Regularly publish interim standings of the leaderboard.
56+
* Consider small digital prizes or special roles for the most successful collectors.
57+
58+
## Questions or Problems?
59+
60+
You can find more information about the module in the [scnx.tips article](https://scnx.tips/hunt-the-code/), otherwise we are always happy to help on [scnx.app/help](https://scnx.app/help) or directly on [our Discord](https://scootk.it/dc-en).
61+
62+
Make Easter an unforgettable experience for your Discord community with an exciting virtual egg code hunt powered by SCNX\!

blog/authors.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
scderox:
2+
name: Simon
3+
title: scderox - ScootKit Employee
4+
url: https://scderox.de
5+
6+
page: true
7+
image_url: https://scnx-cdn.scootkit.net/1744474461725-1dLgEpfMVrF0Wp5qmMlTS7NUzhuX1uWINT2y52zISdJO9qhg.jpeg
8+
socials:
9+
x: scderox
10+
github: scderox
11+
instagram: scderox
12+
threads: scderox
13+
twitch: scderox
14+
youtube: scderox
15+
hörnchen:
16+
name: Hörnchen
17+
page: true
18+
image_url: https://scnx-cdn.scootkit.net/1744663922690-kAT5LJZSoVXViyMUOSjsk0SlYgAIoIZPVk5Gx4wwHaUCSkSb.png
19+
title: hoernchen_0 - SCNX Helper
20+
socials:
21+
github: hoernchen-from-hotel

docusaurus.config.js

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,22 @@ const config = {
3838
editUrl:
3939
'https://github.com/ScootKit/scnx-docs/tree/main/'
4040
},
41+
blog: {
42+
feedOptions: {
43+
type: 'all',
44+
title: 'SCNX News',
45+
description: 'Receive semi-regular news about SCNX',
46+
copyright: `Copyright © ${new Date().getFullYear()} ScootKit UG (haftungsbeschränkt)`,
47+
createFeedItems: async (params) => {
48+
const {blogPosts, defaultCreateFeedItems, ...rest} = params;
49+
return defaultCreateFeedItems({
50+
// keep only the 10 most recent blog posts in the feed
51+
blogPosts: blogPosts.filter((item, index) => index < 10),
52+
...rest,
53+
});
54+
},
55+
},
56+
},
4157
theme: {
4258
customCss: require.resolve('./src/css/custom.css')
4359
}
@@ -68,14 +84,6 @@ const config = {
6884
// Optional
6985
contextualSearch: true
7086
},
71-
announcementBar: {
72-
id: 'wip',
73-
content:
74-
'Some pages are still missing - our team is working hard on adding them asap.',
75-
backgroundColor: '#B45309',
76-
textColor: '#fff',
77-
isCloseable: true
78-
},
7987
navbar: {
8088
title: 'Docs',
8189
logo: {
@@ -89,6 +97,7 @@ const config = {
8997
position: 'left',
9098
label: 'Getting started'
9199
},
100+
{to: 'blog', label: 'News', position: 'left'},
92101
{
93102
type: 'docSidebar',
94103
sidebarId: 'scnxSidebar',
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
title: Zeit, ein Osterevent für deinen Discord vorzubereiten!
3+
description: Ostern ist in einer Woche - es ist höchste Zeit, ein Osterevent zu planen. Hier gibt es Tipps und Tricks.
4+
slug: easter-2025-newsletter
5+
authors:
6+
- scderox
7+
- hörnchen
8+
tags:
9+
- Newsletter
10+
- SCNX
11+
- Events
12+
unlisted: true
13+
---
14+
15+
Huhu,
16+
17+
bald sind wieder Feiertage! Ostern steht vor der Türe, es wird Zeit, ein Event für deinen Discord vorzubereiten - das geht ganz einfach mit SCNX!
18+
19+
<!-- truncate -->
20+
21+
## Ostern steht vor der Türe
22+
23+
Ostern steht vor der Tür und was gibt es Schöneres, als gemeinsam auf die Suche zu gehen – auch wenn es dieses Jahr
24+
digital ist! Ein Eier-Sammel-Event auf eurem Discord-Server bringt eure Community auf spielerische Weise zusammen.
25+
Versteckt virtuelle Eier in verschiedenen Kanälen und lasst eure Mitglieder knifflige Rätsel lösen oder kleine Aufgaben
26+
meistern, um sie zu finden. So sorgt ihr für jede Menge Spaß und stärkt das Gemeinschaftsgefühl, ganz egal, wo sich eure
27+
Mitglieder gerade aufhalten.
28+
29+
## Virtuelle Eiersuche mit SCNX!
30+
31+
Du suchst nach einer spannenden und interaktiven Möglichkeit, deine Discord-Community zu Ostern zu begeistern? Dann
32+
haben wir den perfekten Tipp für dich: Veranstalte eine virtuelle Oster-Eier-Code-Suche mit dem "Sammle die Codes"-Modul
33+
von **SCNX**!
34+
35+
Wie der [Artikel auf scnx.tips](https://scnx.tips/hunt-the-code/) von unserem Helfer Hörnchen erklärt, bietet dieses
36+
Modul eine spielerische Möglichkeit, Codes auf deinem Server zu
37+
verstecken, die deine Mitglieder finden und einlösen können. Wer die meisten Codes sammelt, wird in einer Bestenliste
38+
angezeigt – ein toller Anreiz für deine Community!
39+
40+
## So funktioniert's
41+
42+
:::tip Noch nicht bei SCNX?
43+
SCNX ist ein Dienst, auf welchem du einen komplett anpassbaren Discord-Bot für deinen Server ohne Programmieren erstellen kannst. Du kannst
44+
ganz einfach [diese Anleitung](/de/docs/setup) befolgen, um direkt loszulegen.
45+
:::
46+
47+
* **Verstecke Codes:** Nutze die vielfältigen Vorschläge aus dem Artikel und platziere virtuelle "Ostereier" in Form von
48+
Text-Codes oder sogar thematisch passenden Emojis an kreativen Orten auf deinem Server. Das können Kanalnamen,
49+
Beschreibungen, Benutzerbios, versteckte Nachrichten (mit ||), eigene Befehle oder sogar Emoji- und Rollennamen sein.
50+
* **Mitglieder suchen und einlösen:** Deine Community-Mitglieder nutzen einfache Befehle wie `/hunt-the-code profile` um
51+
ihren Fortschritt zu sehen und `/hunt-the-code redeem` um gefundene Codes einzulösen.
52+
* **Wettbewerb und Spaß:** Eine Live-Bestenliste (`/hunt-the-code leaderboard`) sorgt für einen spannenden Wettbewerb.
53+
* **Admin-Tools:** Admins behalten mit Befehlen wie `/hunt-the-code-admin end` (zum Beenden und Zurücksetzen) und
54+
`/hunt-the-code-admin report` (für eine detaillierte Übersicht der Funde) die Kontrolle.
55+
56+
Mehr Informationen findest du in dem [scnx.tips-Artikel](https://scnx.tips/hunt-the-code/).
57+
58+
## Warum ist das eine gute Idee für dein Oster-Event?
59+
60+
* **Community-Aktivierung:** Es fördert die Interaktion und das Engagement deiner Mitglieder.
61+
* **Spielerischer Spaß:** Die Jagd nach den Codes ist ein unterhaltsames Erlebnis für alle.
62+
* **Flexibilität:** Du kannst die Schwierigkeit und die Art der Codes an deine Community anpassen.
63+
* **Einfache Umsetzung:** Das SCNX-Modul macht die Organisation unkompliziert.
64+
* **Digitale Alternative:** Perfekt, um Osterfreude auch in der virtuellen Welt zu verbreiten.
65+
66+
## Tipps für ein gelungenes Event
67+
68+
* Gib in der Ankündigung Hinweise, wo die Codes versteckt sein könnten.
69+
* Veröffentliche regelmäßig Zwischenstände der Bestenliste.
70+
* Überlege dir kleine digitale Preise oder spezielle Rollen für die erfolgreichsten Sammler.
71+
72+
## Fragen oder Probleme?
73+
74+
Mehr Informationen zu dem Modul findest du in dem [scnx.tips-Artikel](https://scnx.tips/hunt-the-code/), ansonsten helfen wir immer gerne auf [scnx.app/help](https://scnx.app/help) oder direkt auf [unserem Discord](https://scootk.it/dc-de).
75+
76+
77+
Mache Ostern zu einem unvergesslichen Erlebnis für deine Discord-Community mit einer spannenden virtuellen
78+
Eier-Code-Suche powered by SCNX!
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
scderox:
2+
name: Simon
3+
title: scderox - ScootKit Mitarbeiter
4+
url: https://scderox.de
5+
6+
page: true
7+
image_url: https://scnx-cdn.scootkit.net/1744474461725-1dLgEpfMVrF0Wp5qmMlTS7NUzhuX1uWINT2y52zISdJO9qhg.jpeg
8+
socials:
9+
x: scderox
10+
github: scderox
11+
instagram: scderox
12+
threads: scderox
13+
twitch: scderox
14+
youtube: scderox
15+
hörnchen:
16+
name: Hörnchen
17+
page: true
18+
image_url: https://scnx-cdn.scootkit.net/1744663922690-kAT5LJZSoVXViyMUOSjsk0SlYgAIoIZPVk5Gx4wwHaUCSkSb.png
19+
title: SCNX Helfer & ScootKit Discord Moderator
20+
socials:
21+
github: hoernchen-from-hotel

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
},
1818
"dependencies": {
1919
"@babel/runtime": "^7.25.0",
20-
"@docusaurus/core": "3.6.1",
21-
"@docusaurus/plugin-pwa": "3.6.1",
22-
"@docusaurus/plugin-sitemap": "3.6.1",
23-
"@docusaurus/preset-classic": "3.6.1",
24-
"@docusaurus/theme-common": "3.6.1",
20+
"@docusaurus/core": "3.7.0",
21+
"@docusaurus/plugin-pwa": "3.7.0",
22+
"@docusaurus/plugin-sitemap": "3.7.0",
23+
"@docusaurus/preset-classic": "3.7.0",
24+
"@docusaurus/theme-common": "3.7.0",
2525
"@fortawesome/fontawesome-svg-core": "6.5.2",
2626
"@fortawesome/free-brands-svg-icons": "^6.5.2",
2727
"@fortawesome/pro-duotone-svg-icons": "^6.5.2",
@@ -31,14 +31,14 @@
3131
"@mdx-js/react": "3.1.0",
3232
"clsx": "2.1.1",
3333
"docusaurus-mdx-checker": "3.0.0",
34-
"docusaurus-theme-search-typesense": "0.22.0",
34+
"docusaurus-theme-search-typesense": "0.24.0",
3535
"markdown-table-formatter": "1.6.1",
3636
"prism-react-renderer": "2.3.1",
3737
"react": "18.3.1",
3838
"react-dom": "18.3.1"
3939
},
4040
"devDependencies": {
41-
"@docusaurus/module-type-aliases": "3.4.0"
41+
"@docusaurus/module-type-aliases": "3.7.0"
4242
},
4343
"browserslist": {
4444
"production": [
@@ -55,4 +55,4 @@
5555
"engines": {
5656
"node": ">=16.14"
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)