diff --git a/config.toml b/config.toml index 5490625..f0b4261 100644 --- a/config.toml +++ b/config.toml @@ -30,6 +30,6 @@ navbar_items = [ [extra.author] name = "AnarSec" -avatar = "/gifs/gay.gif" +avatar = "/gifs/gay2.gif" [extra.social] diff --git a/content/_index.md b/content/_index.md index 916fe83..2e6d453 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,10 +3,16 @@ sort_by = "date" paginate_by = 10 title = "Tech Guides for Anarchists" +++ -* You want a quick overview of our advice for all anarchists? → [**Recommendations**](/recommendations) -* You need to write anonymous communiques or do action research? → [**Tails for Anarchists**](/posts/tails) and [**Tails Best Practices**](/posts/tails-best) -* You need to manage a large number of digital identities on a daily basis? → [**Qubes OS for Anarchists**](/posts/qubes) -* You want to protect your digital devices from covert house visits by law enforcement? → [**Make Your Electronics Tamper-Evident**](/posts/tamper) +
+
+ +You want a quick overview of our [advice for all anarchists?](/recommendations) + +You need to [write anonymous communiques or do action research?](/posts/tails) + +You need [increased security against malware?](/posts/qubes) + +You want to [protect your digital devices from covert house visits by law enforcement?](/posts/tamper)

See all guides

diff --git a/content/posts/e2ee/index.md b/content/posts/e2ee/index.md index e21f398..e355774 100644 --- a/content/posts/e2ee/index.md +++ b/content/posts/e2ee/index.md @@ -7,7 +7,7 @@ categories = ["Defensive"] tags = ["intro", "e2ee", "beginner"] [extra] -blogimage="/images/BASE_2.png" +blogimage="/images/cwtch-dither.png" toc=true dateedit=2023-05-10 a4="e2ee-a4.pdf" diff --git a/content/posts/grapheneos/index.md b/content/posts/grapheneos/index.md index 3171e06..eff1e44 100644 --- a/content/posts/grapheneos/index.md +++ b/content/posts/grapheneos/index.md @@ -8,7 +8,7 @@ tags = ["intro", "mobile", "beginner"] [extra] toc = true -blogimage="/images/graphene.png" +blogimage="/images/graphene-pink.png" dateedit=2023-05-10 a4="grapheneos-a4.pdf" letter="grapheneos-letter.pdf" diff --git a/content/posts/linux/index.md b/content/posts/linux/index.md index 60d2c69..7821fb2 100644 --- a/content/posts/linux/index.md +++ b/content/posts/linux/index.md @@ -7,7 +7,7 @@ categories = ["Defensive"] tags = ["intro", "linux", "tails", "qubes", "beginner"] [extra] -blogimage="/gifs/destroy.gif" +blogimage="/gifs/destroy2.gif" blogimagepng="/images/destroy.png" toc=true dateedit=2023-05-10 diff --git a/content/posts/metadata/index.md b/content/posts/metadata/index.md index b021069..c96e268 100644 --- a/content/posts/metadata/index.md +++ b/content/posts/metadata/index.md @@ -7,7 +7,7 @@ categories = ["Defensive"] tags = ["metadata", "tails", "qubes", "beginner"] [extra] -blogimage="/images/app.png" +blogimage="/images/app-dither.png" toc=true dateedit=2023-05-10 a4="metadata-a4.pdf" diff --git a/content/posts/nophones/index.md b/content/posts/nophones/index.md index 9b52d44..a2e2915 100644 --- a/content/posts/nophones/index.md +++ b/content/posts/nophones/index.md @@ -7,7 +7,7 @@ categories = ["Defensive"] tags = ["mobile"] [extra] -blogimage="/images/prison.jpg" +blogimage="/images/prison-pink.jpg" toc=true dateedit=2023-05-10 a4="nophones-a4.pdf" diff --git a/content/posts/qubes/index.md b/content/posts/qubes/index.md index 6615478..9a03571 100644 --- a/content/posts/qubes/index.md +++ b/content/posts/qubes/index.md @@ -7,7 +7,7 @@ categories = ["Defensive"] tags = ["intro", "linux", "windows", "qubes", "intermediate"] [extra] -blogimage="/images/qubes-os.png" +blogimage="/images/qubes-dither.png" toc=true dateedit=2023-05-10 a4="qubes-a4.pdf" diff --git a/content/posts/tails-best/index.md b/content/posts/tails-best/index.md index 6a297d1..cc1e312 100644 --- a/content/posts/tails-best/index.md +++ b/content/posts/tails-best/index.md @@ -7,7 +7,7 @@ categories = ["Defensive"] tags = ["linux", "tails", "beginner"] [extra] -blogimage="/images/digital-best-practices.jpg" +blogimage="/images/bestpractices-dither.png" toc=true dateedit=2023-05-10 a4="tails-best-a4.pdf" diff --git a/content/posts/tails/index.md b/content/posts/tails/index.md index b1dc5f9..9b6d145 100644 --- a/content/posts/tails/index.md +++ b/content/posts/tails/index.md @@ -7,7 +7,7 @@ categories = ["Defensive"] tags = ["intro", "linux", "tails", "beginner"] [extra] -blogimage="/images/tails1.png" +blogimage="/images/tails-dither.png" toc=true dateedit=2023-05-10 a4="tails-a4.pdf" diff --git a/content/posts/tamper/index.md b/content/posts/tamper/index.md index aa30ffb..d341bfc 100644 --- a/content/posts/tamper/index.md +++ b/content/posts/tamper/index.md @@ -7,7 +7,7 @@ categories = ["Defensive"] tags = ["opsec", "beginner"] [extra] -blogimage="/images/beads.jpg" +blogimage="/images/beads-pink.jpg" toc=true dateedit=2023-05-10 a4="tamper-a4.pdf" diff --git a/content/series/_index.md b/content/series/_index.md index d8f81d0..80e25e6 100644 --- a/content/series/_index.md +++ b/content/series/_index.md @@ -1,5 +1,5 @@ +++ -title = "Series" +title = "" description = "" sort_by = "date" paginate_by = 5 diff --git a/static/gifs/destroy2.gif b/static/gifs/destroy2.gif new file mode 100644 index 0000000..f1ada71 Binary files /dev/null and b/static/gifs/destroy2.gif differ diff --git a/static/gifs/gay2.gif b/static/gifs/gay2.gif new file mode 100644 index 0000000..8bc69c3 Binary files /dev/null and b/static/gifs/gay2.gif differ diff --git a/static/images/app-dither.png b/static/images/app-dither.png new file mode 100644 index 0000000..d7c5f9e Binary files /dev/null and b/static/images/app-dither.png differ diff --git a/static/images/beads-pink.jpg b/static/images/beads-pink.jpg new file mode 100644 index 0000000..7016600 Binary files /dev/null and b/static/images/beads-pink.jpg differ diff --git a/static/images/bestpractices-dither.png b/static/images/bestpractices-dither.png new file mode 100644 index 0000000..a109df9 Binary files /dev/null and b/static/images/bestpractices-dither.png differ diff --git a/static/images/cwtch-dither.png b/static/images/cwtch-dither.png new file mode 100644 index 0000000..010f2cb Binary files /dev/null and b/static/images/cwtch-dither.png differ diff --git a/static/images/graphene-pink.png b/static/images/graphene-pink.png new file mode 100644 index 0000000..64e16f5 Binary files /dev/null and b/static/images/graphene-pink.png differ diff --git a/static/images/prison-pink.jpg b/static/images/prison-pink.jpg new file mode 100644 index 0000000..08767e1 Binary files /dev/null and b/static/images/prison-pink.jpg differ diff --git a/static/images/qubes-dither.png b/static/images/qubes-dither.png new file mode 100644 index 0000000..dd8684b Binary files /dev/null and b/static/images/qubes-dither.png differ diff --git a/static/images/tails-dither.png b/static/images/tails-dither.png new file mode 100644 index 0000000..cf6a1c0 Binary files /dev/null and b/static/images/tails-dither.png differ diff --git a/themes/DeepThought/sass/deep-thought.sass b/themes/DeepThought/sass/deep-thought.sass index 9039f77..76dd625 100644 --- a/themes/DeepThought/sass/deep-thought.sass +++ b/themes/DeepThought/sass/deep-thought.sass @@ -555,3 +555,12 @@ h3 h4 font-size: 0.9em !important text-decoration: underline !important + +a + color: #AE3B8B + +a.is-active + background-color: #AE3B8B + +code + color: #AE3B8B diff --git a/themes/DeepThought/templates/macros.html b/themes/DeepThought/templates/macros.html index f84ba45..b117047 100644 --- a/themes/DeepThought/templates/macros.html +++ b/themes/DeepThought/templates/macros.html @@ -84,7 +84,7 @@

Categories: {% for category in categories %} - + @@ -100,7 +100,7 @@

Tags: {% for tag in tags %} - + diff --git a/themes/DeepThought/templates/section.html b/themes/DeepThought/templates/section.html index c64d347..fd952c7 100644 --- a/themes/DeepThought/templates/section.html +++ b/themes/DeepThought/templates/section.html @@ -51,7 +51,7 @@