Skip to content
Snippets Groups Projects
Verified Commit a535ea69 authored by anarsec's avatar anarsec
Browse files

config

parent a53080bf
No related branches found
No related tags found
No related merge requests found
base_url = "https://www.anarsec.guide"
title = "AnarSec"
default_language = "en"
theme = "DeepThought"
generate_feed = true
taxonomies = [
{ name = "categories", 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]
navbar_items = [
{ code = "en", nav_items = [
......
......@@ -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.
* 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:
```
```bash
use_proxy = on
http_proxy = 127.0.0.1:8082
https_proxy = 127.0.0.1:8082
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment