diff --git a/website/config.toml b/website/config.toml index f0af805..32749fa 100644 --- a/website/config.toml +++ b/website/config.toml @@ -109,6 +109,12 @@ relativeURLs = true identifier = "fa fa-book" weight = 3 +[[menu.main]] + name = "Community & Help" + url = "/community" + identifier = "fa fa-users" + weight = 4 + # Sets Social Media icons to appear and link to your account. Value should be your # username unless otherwise noted. These are the icons affected by socialAppearAtTop # and socialAppearAtBottom. diff --git a/website/content/community.md b/website/content/community.md new file mode 100644 index 0000000..57f9e67 --- /dev/null +++ b/website/content/community.md @@ -0,0 +1,17 @@ +--- +title: "Community & Help" +slug: community +type: page +--- + +Need help, want to contribute or just chat about ARA with the community ? + +![community](/static/ansiblefest-community.png) + +There's multiple ways to stay up to date and get in touch: + +- IRC: [#ara](https://webchat.freenode.net/?channels=#ara) on the freenode network +- Slack: [arecordsansible.slack.com](https://join.slack.com/t/arecordsansible/shared_invite/enQtMjMxNzI4ODAxMDQxLWU4MmZhZTI4ZjRjOTUwZTM2MzM3MzcwNDU1YzFmNzRlMzI0NTUzNDY1MWJlNThhM2I4ZTViZjUwZTRkNTBiM2I) +- Twitter: [@ARecordsAnsible](https://twitter.com/ARecordsAnsible) + +See you there ! diff --git a/website/content/static/ansiblefest-community.png b/website/content/static/ansiblefest-community.png new file mode 100644 index 0000000..e754eb2 Binary files /dev/null and b/website/content/static/ansiblefest-community.png differ diff --git a/website/layouts/partials/sidebar.html b/website/layouts/partials/sidebar.html index e924325..9db94d6 100644 --- a/website/layouts/partials/sidebar.html +++ b/website/layouts/partials/sidebar.html @@ -27,13 +27,6 @@ {{ partial "social" . }} {{ end }} -
-

Community & Help

-

- IRC: #ara on freenode
- Slack: ARecordsAnsible.slack.com -

-