Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ links:
discord_invite: http://discord.gg/aRUAYFN
bluesky: https://bsky.app/profile/rebble.io
mastodon: https://mastodon.social/@rebble
forum: https://forum.rebble.io

# Jekyll collections.
collections:
Expand Down
7 changes: 7 additions & 0 deletions source/_data/features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

- title: Rebble's All New Developer Forum!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I say we put this at the top of the list. It is the newest item, after all

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's now at the top of the list!

url: https://forum.rebble.io
background_image: /images/landing-page/forum.png
button_text: Participate
button_fg: white
button_bg: orange-02
duration: 3000
- title: SDK 4.0 Now Available!
url: /sdk4
background_image: /images/landing-page/devblog.jpg
Expand Down
Binary file added source/assets/images/landing-page/forum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions source/assets/images/logos/forum.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions source/community/online.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,21 @@ <h1 class="pagetitle">Online Communities</h1>
developers, get help with your apps or just hang out and chat.
</p>

<h3 style="margin-bottom: 0; margin-top: 1em;">
<a href="{{ site.links.forum }}">
<img src="{{ site.asset_path }}/images/logos/forum.svg" />
</a>
</h3>
<p>
The Rebble Developer Forum is an excellent resource for developers to
get help and advice on your Pebble apps and getting started with the SDK.
</p>
<p>
The forums can be found at
<a href="{{ site.links.forum }}">{{ site.links.forum }}</a>
and you can use your Rebble account to login.
</p>

<h3 style="margin-bottom: 0; margin-top: 1em;">
<a href="{{ site.links.discord_invite }}">
<img src="{{ site.asset_path }}/images/logos/discord.svg" />
Expand Down
3 changes: 2 additions & 1 deletion source/contact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ <h3>Appstore Featuring</h3>
AppGlances, Health etc.)</li>
<li>4. Provide app configuration options.</li>
<li>5. Have a complete set of assets, including banners.</li>
<li>6. Promote your app on <a href="{{ site.links.discord_invite }}">
<li>6. Promote your app on <a href="{{ site.links.forum }}">the
developer forum</a> and on <a href="{{ site.links.discord_invite }}">
the Discord server</a>.</li>
<li>7. Skeet <a href="{{ site.links.bluesky }}">@rebble.io</a> or
toot <a href="{{ site.links.mastodon }}">@[email protected]</a>
Expand Down