mirror of
https://github.com/safing/web
synced 2025-09-04 03:59:03 +00:00
Add blog to community hub
This commit is contained in:
parent
d98c538371
commit
c6ed06b51b
3 changed files with 15 additions and 14 deletions
|
@ -7,7 +7,7 @@ communities:
|
||||||
image:
|
image:
|
||||||
icon: huge envelope open outline icon
|
icon: huge envelope open outline icon
|
||||||
alt: newsletter
|
alt: newsletter
|
||||||
class: color-primary
|
|
||||||
url: 'https://safing.us13.list-manage.com/subscribe?u=d8e68cb729409a59d97df4790&id=d57e88b8a3'
|
url: 'https://safing.us13.list-manage.com/subscribe?u=d8e68cb729409a59d97df4790&id=d57e88b8a3'
|
||||||
- text: >
|
- text: >
|
||||||
### Twitch
|
### Twitch
|
||||||
|
@ -29,15 +29,6 @@ communities:
|
||||||
alt: discourse
|
alt: discourse
|
||||||
url: '#'
|
url: '#'
|
||||||
pending: true
|
pending: true
|
||||||
- text: >
|
|
||||||
### Steem
|
|
||||||
|
|
||||||
It would be too much to publish our every thought on our main homepage. So we regularly blog about our ideas, guides and discuss worthy topics - all related to privacy - on Steem.
|
|
||||||
#
|
|
||||||
image:
|
|
||||||
path: icons/steem-icon-100x100.png
|
|
||||||
alt: steem
|
|
||||||
url: https://steemit.com/@safingio/
|
|
||||||
- text: >
|
- text: >
|
||||||
### Twitter
|
### Twitter
|
||||||
|
|
||||||
|
@ -57,3 +48,12 @@ communities:
|
||||||
icon: huge github icon
|
icon: huge github icon
|
||||||
alt: github
|
alt: github
|
||||||
url: https://github.com/Safing
|
url: https://github.com/Safing
|
||||||
|
- text: >
|
||||||
|
### Blog
|
||||||
|
|
||||||
|
For everything too long for a tweet or even a forum post, we keep it old school with a blog. Over there, you might find some think pieces, product announcements and similar stuff.
|
||||||
|
#
|
||||||
|
image:
|
||||||
|
icon: huge rss icon
|
||||||
|
alt: steem
|
||||||
|
url: https://steemit.com/@safingio/
|
||||||
|
|
|
@ -61,9 +61,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.twitch {
|
.twitch {
|
||||||
color: #6441a5;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.twitter {
|
.twitter {
|
||||||
color: #00aced;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,12 +6,12 @@ exclude_community_snippet: true
|
||||||
---
|
---
|
||||||
<div class="community-hub">
|
<div class="community-hub">
|
||||||
{% for pitch in site.data.community_hub.communities %}
|
{% for pitch in site.data.community_hub.communities %}
|
||||||
|
<a href="{{ pitch.url }}"{% if pitch.pending %}{% else %} target="_blank"{% endif %}>
|
||||||
<div class="ui basic segment">
|
<div class="ui basic segment">
|
||||||
<a href="{{ pitch.url }}"{% if pitch.pending %}{% else %} target="_blank"{% endif %}>
|
|
||||||
{% comment %}0 = even (right text), 1 = odd (left text){% endcomment %}
|
{% comment %}0 = even (right text), 1 = odd (left text){% endcomment %}
|
||||||
{% assign modulo = forloop.index | modulo: 2 %}
|
{% assign modulo = forloop.index | modulo: 2 %}
|
||||||
{% include pitch.html %}
|
{% include pitch.html %}
|
||||||
<a>
|
|
||||||
</div>
|
</div>
|
||||||
|
<a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue