mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-07-02 18:26:50 -04:00
en nav
This commit is contained in:
parent
897c1a5d43
commit
8444f4e357
3 changed files with 74 additions and 46 deletions
114
config.toml
114
config.toml
|
@ -77,19 +77,29 @@ title = "AnarSec"
|
|||
|
||||
[languages.el.translations]
|
||||
language_name = "el"
|
||||
language_selection = "Langue"
|
||||
search = "Recherche"
|
||||
published = "Publié le"
|
||||
edited = "Modifié le"
|
||||
letter = "Brochure Letter"
|
||||
a4 = "Brochure A4"
|
||||
read = "Lire la suite"
|
||||
contents = "Sommaire"
|
||||
categories = "Catégories"
|
||||
defensive = "Défensif"
|
||||
offensive = "Offensif"
|
||||
language_selection = "Language"
|
||||
search = "Search"
|
||||
published = "Published on"
|
||||
edited = "Last edited on"
|
||||
letter = "Letter booklet"
|
||||
a4 = "A4 booklet"
|
||||
read = "Read More"
|
||||
contents = "Contents"
|
||||
categories = "Categories"
|
||||
defensive = "Defensive"
|
||||
offensive = "Offensive"
|
||||
tags = "Tags"
|
||||
mobile = "téléphonie"
|
||||
beginner = "beginner"
|
||||
e2ee = "e2ee"
|
||||
intermediate = "intermediate"
|
||||
intro = "intro"
|
||||
linux = "linux"
|
||||
metadata = "metadata"
|
||||
mobile = "mobile"
|
||||
opsec = "opsec"
|
||||
qubes = "qubes"
|
||||
tails = "tails"
|
||||
windows = "windows"
|
||||
|
||||
[languages.pt]
|
||||
generate_feed = true
|
||||
|
@ -101,19 +111,29 @@ title = "AnarSec"
|
|||
|
||||
[languages.pt.translations]
|
||||
language_name = "pt"
|
||||
language_selection = "Langue"
|
||||
search = "Recherche"
|
||||
published = "Publié le"
|
||||
edited = "Modifié le"
|
||||
letter = "Brochure Letter"
|
||||
a4 = "Brochure A4"
|
||||
read = "Lire la suite"
|
||||
contents = "Sommaire"
|
||||
categories = "Catégories"
|
||||
defensive = "Défensif"
|
||||
offensive = "Offensif"
|
||||
language_selection = "Language"
|
||||
search = "Search"
|
||||
published = "Published on"
|
||||
edited = "Last edited on"
|
||||
letter = "Letter booklet"
|
||||
a4 = "A4 booklet"
|
||||
read = "Read More"
|
||||
contents = "Contents"
|
||||
categories = "Categories"
|
||||
defensive = "Defensive"
|
||||
offensive = "Offensive"
|
||||
tags = "Tags"
|
||||
mobile = "téléphonie"
|
||||
beginner = "beginner"
|
||||
e2ee = "e2ee"
|
||||
intermediate = "intermediate"
|
||||
intro = "intro"
|
||||
linux = "linux"
|
||||
metadata = "metadata"
|
||||
mobile = "mobile"
|
||||
opsec = "opsec"
|
||||
qubes = "qubes"
|
||||
tails = "tails"
|
||||
windows = "windows"
|
||||
|
||||
[languages.ru]
|
||||
generate_feed = true
|
||||
|
@ -125,19 +145,29 @@ title = "AnarSec"
|
|||
|
||||
[languages.ru.translations]
|
||||
language_name = "ru"
|
||||
language_selection = "Langue"
|
||||
search = "Recherche"
|
||||
published = "Publié le"
|
||||
edited = "Modifié le"
|
||||
letter = "Brochure Letter"
|
||||
a4 = "Brochure A4"
|
||||
read = "Lire la suite"
|
||||
contents = "Sommaire"
|
||||
categories = "Catégories"
|
||||
defensive = "Défensif"
|
||||
offensive = "Offensif"
|
||||
language_selection = "Language"
|
||||
search = "Search"
|
||||
published = "Published on"
|
||||
edited = "Last edited on"
|
||||
letter = "Letter booklet"
|
||||
a4 = "A4 booklet"
|
||||
read = "Read More"
|
||||
contents = "Contents"
|
||||
categories = "Categories"
|
||||
defensive = "Defensive"
|
||||
offensive = "Offensive"
|
||||
tags = "Tags"
|
||||
mobile = "téléphonie"
|
||||
beginner = "beginner"
|
||||
e2ee = "e2ee"
|
||||
intermediate = "intermediate"
|
||||
intro = "intro"
|
||||
linux = "linux"
|
||||
metadata = "metadata"
|
||||
mobile = "mobile"
|
||||
opsec = "opsec"
|
||||
qubes = "qubes"
|
||||
tails = "tails"
|
||||
windows = "windows"
|
||||
|
||||
[extra]
|
||||
navbar_items = [
|
||||
|
@ -157,23 +187,23 @@ navbar_items = [
|
|||
] },
|
||||
{ code = "el", nav_items = [
|
||||
{ url = "$BASE_URL/el/posts/", name = "Guides" },
|
||||
{ url = "$BASE_URL/el/series/", name = "Séries" },
|
||||
{ url = "$BASE_URL/el/series/", name = "Series" },
|
||||
{ url = "$BASE_URL/el/recommendations/", name = "Recommendations" },
|
||||
{ url = "$BASE_URL/el/glossary/", name = "Glossaire" },
|
||||
{ url = "$BASE_URL/el/glossary/", name = "Glossary" },
|
||||
{ url = "$BASE_URL/el/contact/", name = "Contact" },
|
||||
] },
|
||||
{ code = "pt", nav_items = [
|
||||
{ url = "$BASE_URL/pt/posts/", name = "Guides" },
|
||||
{ url = "$BASE_URL/pt/series/", name = "Séries" },
|
||||
{ url = "$BASE_URL/pt/series/", name = "Series" },
|
||||
{ url = "$BASE_URL/pt/recommendations/", name = "Recommendations" },
|
||||
{ url = "$BASE_URL/pt/glossary/", name = "Glossaire" },
|
||||
{ url = "$BASE_URL/pt/glossary/", name = "Glossary" },
|
||||
{ url = "$BASE_URL/pt/contact/", name = "Contact" },
|
||||
] },
|
||||
{ code = "ru", nav_items = [
|
||||
{ url = "$BASE_URL/ru/posts/", name = "Guides" },
|
||||
{ url = "$BASE_URL/ru/series/", name = "Séries" },
|
||||
{ url = "$BASE_URL/ru/series/", name = "Series" },
|
||||
{ url = "$BASE_URL/ru/recommendations/", name = "Recommendations" },
|
||||
{ url = "$BASE_URL/ru/glossary/", name = "Glossaire" },
|
||||
{ url = "$BASE_URL/ru/glossary/", name = "Glossary" },
|
||||
{ url = "$BASE_URL/ru/contact/", name = "Contact" },
|
||||
] }
|
||||
]
|
||||
|
|
|
@ -102,3 +102,4 @@ Comunicação direta entre indivíduos autônomos é a base de qualquer rebeliã
|
|||
|
||||
Então, vamos nos livrar desses telefones e nos encontramos pessoalmente em uma insurgência contra este mundo! Sejamos incontroláveis!
|
||||
|
||||
*por [hiperobjeto.blackblogs.org](https://hiperobjeto.blackblogs.org/2024/09/02/mate-o-policial-no-seu-bolso)*
|
||||
|
|
|
@ -585,12 +585,9 @@ a
|
|||
.lang-switcher
|
||||
list-style: none
|
||||
cursor: pointer
|
||||
padding: .5rem .75rem
|
||||
|
||||
.lang-switcher .lang-switcher-icon
|
||||
|
||||
.dropdown
|
||||
padding: .5rem .75rem
|
||||
padding: .5rem .75rem
|
||||
|
||||
.nav
|
||||
padding: .5rem .75rem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue