From a535ea696949ee570a4bac5a6550df3747d84238 Mon Sep 17 00:00:00 2001 From: anarsec Date: Thu, 29 Jun 2023 23:46:55 +0000 Subject: [PATCH] config --- config.toml | 10 ++++++++++ content/posts/e2ee/index.md | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index d8504c3..5490625 100644 --- a/config.toml +++ b/config.toml @@ -1,12 +1,22 @@ 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 = [ diff --git a/content/posts/e2ee/index.md b/content/posts/e2ee/index.md index d99255f..07380b8 100644 --- a/content/posts/e2ee/index.md +++ b/content/posts/e2ee/index.md @@ -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