This commit is contained in:
anarsec 2023-06-29 23:46:55 +00:00
parent a53080bfc5
commit a535ea6969
No known key found for this signature in database
2 changed files with 11 additions and 1 deletions

View file

@ -1,12 +1,22 @@
base_url = "https://www.anarsec.guide" base_url = "https://www.anarsec.guide"
title = "AnarSec" title = "AnarSec"
default_language = "en"
theme = "DeepThought" theme = "DeepThought"
generate_feed = true
taxonomies = [ taxonomies = [
{ name = "categories", feed = true, paginate_by = 10 }, { name = "categories", feed = true, paginate_by = 10 },
{ name = "tags", feed = true, paginate_by = 10 }, { name = "tags", feed = true, paginate_by = 10 },
] ]
[markdown]
highlight_code = true
highlight_theme = "one-dark"
smart_punctuation = false
[link_checker]
internal_level = "error"
[extra] [extra]
navbar_items = [ navbar_items = [
{ code = "en", nav_items = [ { code = "en", nav_items = [

View file

@ -155,7 +155,7 @@ Signal Desktop on Whonix is not guaranteed to have Tor Stream Isolation from oth
* Run the commands in the [Signal install guide](https://www.signal.org/download/linux/) to install Signal Desktop in the Template. * Run the commands in the [Signal install guide](https://www.signal.org/download/linux/) to install Signal Desktop in the Template.
* Note that the layout of the Signal install guide is a bit confusing for users unfamiliar with the command line; `wget` and `cat` are separate commands, but `echo` in #2 is one command that is so long it takes two lines (which is why the second line is indented). * Note that the layout of the Signal install guide is a bit confusing for users unfamiliar with the command line; `wget` and `cat` are separate commands, but `echo` in #2 is one command that is so long it takes two lines (which is why the second line is indented).
* Template qubes require a proxy for `wget`. Before running the command, create a configuration file at `~/.wgetrc` in the Template, with the contents: * Template qubes require a proxy for `wget`. Before running the command, create a configuration file at `~/.wgetrc` in the Template, with the contents:
``` ```bash
use_proxy = on use_proxy = on
http_proxy = 127.0.0.1:8082 http_proxy = 127.0.0.1:8082
https_proxy = 127.0.0.1:8082 https_proxy = 127.0.0.1:8082