home page update

This commit is contained in:
anarsec 2023-10-07 19:48:47 +00:00
parent 8ea984e24c
commit 01ef703770
No known key found for this signature in database
3 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,7 @@
+++ +++
sort_by = "date" sort_by = "date"
paginate_by = 10 paginate_by = 10
title = "Tech Guides for Anarchists"
+++ +++
* You want a quick overview of our advice for all comrades? → [**Recommendations**](/recommendations) * You want a quick overview of our advice for all comrades? → [**Recommendations**](/recommendations)
* You need to write anonymous responsibility claims or do action research? → [**Tails for Anarchists**](/posts/tails) and [**Tails Best Practices**](/posts/tails-best) * You need to write anonymous responsibility claims or do action research? → [**Tails for Anarchists**](/posts/tails) and [**Tails Best Practices**](/posts/tails-best)

View file

@ -11,7 +11,7 @@ We agree with the conclusion of an overview of [targeted surveillance measures i
## Your Phone ## Your Phone
>**[Operating system](/glossary#operating-system-os)**: **GrapheneOS** is the only reasonably secure choice for cell phones. See [GrapheneOS for Anarchists](/posts/grapheneos/). Better yet, [don't have a phone](/posts/nophones/). >**[Operating system](/glossary#operating-system-os)**: **GrapheneOS** is the only reasonably secure choice for cell phones. See [GrapheneOS for Anarchists](/posts/grapheneos/). Better yet, [kill the cop in your pocket](/posts/nophones/).
Google Pixel phones are the only devices that currently meet the [hardware security requirements](https://grapheneos.org/faq#device-support) of GrapheneOS. If that is not possible for you, [DivestOS](https://www.privacyguides.org/en/android/#divestos) has more [supported devices](https://divestos.org/pages/devices) and is still significantly better than stock Android. Google Pixel phones are the only devices that currently meet the [hardware security requirements](https://grapheneos.org/faq#device-support) of GrapheneOS. If that is not possible for you, [DivestOS](https://www.privacyguides.org/en/android/#divestos) has more [supported devices](https://divestos.org/pages/devices) and is still significantly better than stock Android.

View file

@ -6,15 +6,15 @@
<div class="has-text-centered"> <div class="has-text-centered">
<h1 class="title is-2">{{ section.title }}</h1> <h1 class="title is-2">{{ section.title }}</h1>
<p class="subtitle is-4">{{ section.description }}</p> <p class="subtitle is-4">{{ section.description }}</p>
</div>
<div class="content">
{{ section.content | safe }}
{% if config.extra.author.avatar %} {% if config.extra.author.avatar %}
<figure class="image is-flex is-justify-content-center is-align-items-center"> <figure class="image is-flex is-justify-content-center is-align-items-center">
<img id="image-gay" src="{{ config.extra.author.avatar }}" /> <img id="image-gay" src="{{ config.extra.author.avatar }}" />
</figure> </figure>
{% endif %} {% endif %}
</div> </div>
<div class="content">
{{ section.content | safe }}
</div>
</div> </div>
</section> </section>
{% endblock %} {% endblock %}