Skip to content

Commit c632615

Browse files
feat(discord)!: remove discord widget
1 parent 847059d commit c632615

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed

_config_theme.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ site-css:
8080
- "/assets/css/styles.css"
8181
site-js:
8282
- "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2025.326.11214/dist/crowdin.js"
83-
- "https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2025.326.11214/dist/discord.js"
8483
- "/assets/js/crowdin-init.js"
85-
- "/assets/js/discord-init.js"
8684
gtag: "G-SSW90X5YZX"
8785
giscus:
8886
hostname: giscus.app # Replace with your giscus instance's hostname if self-hosting
@@ -159,4 +157,5 @@ include:
159157

160158
plugins:
161159
- jekyll-paginate
160+
- jekyll-redirect-from
162161
- jekyll-sitemap

discord.html

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
11
---
2-
title: Discord
3-
layout: page
4-
full-width: true
5-
css:
6-
- /assets/css/hide-heading.css
7-
js:
8-
- /assets/js/remove-widgetbot-crate.js
2+
permalink: /discord/
3+
redirect_to: 'https://discord.gg/d6MpcrbYQs'
94
---
10-
11-
<section class="crowdin-ignore" id="Discord">
12-
<div class="widgetbot">
13-
<widgetbot
14-
server="804382334370578482"
15-
channel="804383092822900797"
16-
width=80vw
17-
height=70vh
18-
>
19-
</widgetbot>
20-
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/html-embed"></script>
21-
</div>
22-
</section>

0 commit comments

Comments
 (0)