Skip to content

Commit 97fa3ca

Browse files
authored
Merge pull request #286 from Feoramund/more-community
Expand the Community page
2 parents 74d02c0 + 4179c70 commit 97fa3ca

File tree

4 files changed

+35
-1
lines changed

4 files changed

+35
-1
lines changed

content/community/discord.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Hang Out"
2+
title: "Discord"
33
linktitle: Discord
44
summary: Get live support and talk with other lovers of Odin on the [Odin Discord](https://discord.gg/vafXTdubwr).
55
weight: 2

content/community/forum.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Forum"
3+
linktitle: Forum
4+
weight: 2
5+
layout: blank
6+
---
7+
8+
Odin has its very own [official self-hosted forum](https://forum.odin-lang.org/), great for categorized long-form discussion.

content/community/irc.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "Internet Relay Chat"
3+
linktitle: IRC
4+
summary: "Talk about Odin on the venerable IRC protocol at the [unofficial channel #odin on hackint.org](ircs://irc.hackint.org:6697/odin)."
5+
weight: 2
6+
layout: blank
7+
---
8+
9+
Talk about Odin on the venerable IRC protocol at the [unofficial channel #odin on hackint.org](ircs://irc.hackint.org:6697/odin).
10+
11+
If you're new to using IRC, make sure to register with `NickServ` and get a cloak from `HostServ` to hide your IP.
12+
13+
```text
14+
/msg nickserv help
15+
/msg nickserv register <password> <email-address>
16+
17+
/msg hostserv take hackint/user/$account
18+
```

content/community/reddit.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "reddit"
3+
linktitle: reddit
4+
weight: 2
5+
layout: blank
6+
---
7+
8+
Post about Odin on the [unofficial subreddit](https://reddit.com/r/odinlang/).

0 commit comments

Comments
 (0)