Skip to content

Commit 705fe03

Browse files
committed
Added Discord Widget to the Community Page
Signed-off-by: Steve Scargall <37674041+sscargal@users.noreply.github.com>
1 parent d7b4cf5 commit 705fe03

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

hugo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tags = 'tags'
3333
googleAnalytics = "G-166982145"
3434

3535
[params.social]
36-
discord = "https://discord.gg/your-invite-code"
36+
discord = "https://discord.gg/usydANvKqD"
3737
twitter = "https://x.com/your-twitter-handle"
3838
youtube = "https://youtube.com/your-channel"
3939
github = "https://github.com/MemMachine/MemMachine"
@@ -119,7 +119,7 @@ tags = 'tags'
119119

120120
[[menus.footerCommunity]]
121121
name = 'Discord'
122-
url = 'https://discord.gg/yourdiscordinvite'
122+
url = 'https://discord.gg/usydANvKqD'
123123
weight = 30
124124
[menus.footerCommunity.params]
125125
icon = "discord"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<iframe src="https://discordapp.com/widget?id=1412878659479666810&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>

themes/memmachine/layouts/community.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h2 class="title-2">Powered by an <span>Amazing Community</span></h2>
4545
</div>
4646

4747
<!-- GtHub Star History -->
48-
<div class="row">
48+
<div class="row mb-5">
4949
<div class="col-md-10 mx-auto text-center" data-aos="fade-up">
5050
<h2 class="title-2">Driven by <span>Momentum</span></h2>
5151
<div class="mx-850 text-center">
@@ -59,7 +59,21 @@ <h2 class="title-2">Driven by <span>Momentum</span></h2>
5959
</div>
6060
</div>
6161
</div>
62-
62+
63+
<!-- Discord -->
64+
<div class="row">
65+
<div class="col-md-10 mx-auto text-center" data-aos="fade-up">
66+
<h2 class="title-2">Join the <span>Conversation</span></h2>
67+
<div class="mx-850 text-center">
68+
<p>
69+
Connect with the core team and a community of developers in real-time. Get support for the SDK, share your agent builds, and contribute to the open-source code that powers MemMachine.
70+
</p>
71+
</div>
72+
{{ partial "discord.html" . }}
73+
</div>
74+
</div>
75+
</div>
76+
6377
<!--=======================================================
6478
GET INVOLVED
6579
=========================================================-->

0 commit comments

Comments
 (0)