diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0fb1def --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.PHONY: launch +launch: + @echo "Launching the application..." + npm run dev \ No newline at end of file diff --git a/README.md b/README.md index 982677c..e49d89f 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ The homepage for InftyAI, please visit our website https://InftyAI.com. To run the website locally, you can use the following command: ```bash -npm run dev +make launch ``` \ No newline at end of file diff --git a/config/_default/menus/menus.en.toml b/config/_default/menus/menus.en.toml index d633606..15009be 100644 --- a/config/_default/menus/menus.en.toml +++ b/config/_default/menus/menus.en.toml @@ -46,18 +46,23 @@ post = "v0.1.0" weight = 10 - [[social]] name = "X" pre = '' url = "https://x.com/InftyAI" weight = 20 +[[social]] + name = "Slack" + pre = '' + url = "https://join.slack.com/t/inftyai/shared_invite/zt-3700res2c-_AuBGD3kixDJhzycFE6L5A" + weight = 30 + [[social]] name = "Discord" pre = '' - url = "https://discord.gg/zDxyApef" - weight = 30 + url = "https://discord.com/invite/UWnjUG6X8j" + weight = 40 # [[sidebar_docs]] # name = "Guides" diff --git a/hugo_stats.json b/hugo_stats.json index 1572195..a7a6bcb 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -94,10 +94,12 @@ "icon-tabler", "icon-tabler-brand-discord", "icon-tabler-brand-github", + "icon-tabler-brand-slack", "icon-tabler-brand-x", "icon-tabler-menu", "icon-tabler-search", "icon-tabler-x", + "icons-tabler-outline", "img-fluid", "img-simple", "justify-content-between",