Skip to content
Open
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
24 changes: 16 additions & 8 deletions _data/socials.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
- name: discord
- name: Discord
url: https://discordapp.com/invite/aRUAYFN
icon: discord.png
icon: discord.svg

- name: twitter
url: https://twitter.com/pebble_dev/
icon: twitter.png
- name: Bluesky
url: https://bsky.app/profile/rebble.io/
icon: bluesky.svg

- name: email
url: /contact/
icon: email.png
- name: Mastodon
url: https://mastodon.social/@rebble
icon: mastodon.svg

- name: GitHub
url: https://github.com/pebble-dev
icon: github.svg

- name: Email
url: mailto:[email protected]
icon: email.svg
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</div>
<div class="text-content">
{% for item in site.data.socials %}
<a href="{{ item.url }}"><img class="footer-icon" alt="icon-{{ item.name }}" src="/images/social-icons/{{ item.icon }}"></img></a>
<a rel="me" href="{{ item.url }}"><img class="footer-icon" alt="{{ item.name }}" src="/images/social-icons/{{ item.icon }}"></img></a>
{% endfor %}
</div>
{% include mailinglist.html %}
Expand Down
1 change: 1 addition & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<title>{% if page.title and page.title != site.title %}{{ site.title }} · {{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<meta name="fediverse:creator" content="@[email protected]">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="stylesheet" href="/css/common.css?version=1.2.0">
Expand Down
4 changes: 2 additions & 2 deletions _scss/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ footer {
}

.footer-icon {
height: 30px;
width: 30px;
height: 25px;
width: 25px;
margin-left: 10px;
}
1 change: 1 addition & 0 deletions images/social-icons/bluesky.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/social-icons/discord.png
Binary file not shown.
1 change: 1 addition & 0 deletions images/social-icons/discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/social-icons/email.png
Binary file not shown.
1 change: 1 addition & 0 deletions images/social-icons/email.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/social-icons/facebook.png
Binary file not shown.
1 change: 1 addition & 0 deletions images/social-icons/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/social-icons/mastodon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/social-icons/twitter.png
Binary file not shown.