Skip to content

Commit 015466e

Browse files
committed
Add slack
Signed-off-by: kerthcet <[email protected]>
1 parent 7f4baac commit 015466e

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.PHONY: launch
2+
launch:
3+
@echo "Launching the application..."
4+
npm run dev

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ The homepage for InftyAI, please visit our website https://InftyAI.com.
77
To run the website locally, you can use the following command:
88

99
```bash
10-
npm run dev
10+
make launch
1111
```

config/_default/menus/menus.en.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,23 @@
4646
post = "v0.1.0"
4747
weight = 10
4848

49-
5049
[[social]]
5150
name = "X"
5251
pre = '<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-x" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M4 4l11.733 16h4.267l-11.733 -16z"></path><path d="M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772"></path></svg>'
5352
url = "https://x.com/InftyAI"
5453
weight = 20
5554

55+
[[social]]
56+
name = "Slack"
57+
pre = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-brand-slack"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 12v-6a2 2 0 0 1 4 0v6m0 -2a2 2 0 1 1 2 2h-6" /><path d="M12 12h6a2 2 0 0 1 0 4h-6m2 0a2 2 0 1 1 -2 2v-6" /><path d="M12 12v6a2 2 0 0 1 -4 0v-6m0 2a2 2 0 1 1 -2 -2h6" /><path d="M12 12h-6a2 2 0 0 1 0 -4h6m-2 0a2 2 0 1 1 2 -2v6" /></svg>'
58+
url = "https://join.slack.com/t/inftyai/shared_invite/zt-3700res2c-_AuBGD3kixDJhzycFE6L5A"
59+
weight = 30
60+
5661
[[social]]
5762
name = "Discord"
5863
pre = '<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-discord" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M8 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0"></path><path d="M14 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0"></path><path d="M8.5 17c0 1 -1.356 3 -1.832 3c-1.429 0 -2.698 -1.667 -3.333 -3c-.635 -1.667 -.476 -5.833 1.428 -11.5c1.388 -1.015 2.782 -1.34 4.237 -1.5l.975 1.923a11.913 11.913 0 0 1 4.053 0l.972 -1.923c1.5 .16 3.043 .485 4.5 1.5c2 5.667 2.167 9.833 1.5 11.5c-.667 1.333 -2 3 -3.5 3c-.5 0 -2 -2 -2 -3"></path><path d="M7 16.5c3.5 1 6.5 1 10 0"></path></svg>'
59-
url = "https://discord.gg/zDxyApef"
60-
weight = 30
64+
url = "https://discord.com/invite/UWnjUG6X8j"
65+
weight = 40
6166

6267
# [[sidebar_docs]]
6368
# name = "Guides"

hugo_stats.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,12 @@
9494
"icon-tabler",
9595
"icon-tabler-brand-discord",
9696
"icon-tabler-brand-github",
97+
"icon-tabler-brand-slack",
9798
"icon-tabler-brand-x",
9899
"icon-tabler-menu",
99100
"icon-tabler-search",
100101
"icon-tabler-x",
102+
"icons-tabler-outline",
101103
"img-fluid",
102104
"img-simple",
103105
"justify-content-between",

0 commit comments

Comments
 (0)