-- Leo's gemini proxy

-- Connecting to typed-hole.org:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

commit 4566239123209df0933074d0a88f1409619a9b11

Author: Julien Blanchard <julien@typed-hole.org>

Date: Mon Apr 20 18:59:05 2020 +0200


Update README


Changing colors


diff --git a/README.md b/README.md

index 9de2194..eb88354 100644

--- a/README.md

+++ b/README.md

@@ -29,6 +29,29 @@ You will need some development libraries:

- Open Castor and visit gemini://gemini.circumlunar.space and enjoy your trip!



+## Changing colors

+

+You can change colors and delimiters for Headers, Lists, Text and Background.

+Edit `~/.local/share/castor_settings.toml` and add the values you need.

+These are the keys currently supported, you can use hex codes, plain colors names or even emojis!

+

+```

+[colors]

+h1 = "red"

+h2 = "#FF6347"

+h3 = "green"

+list = "#C71585"

+text = "#FF1493"

+background = "#FFC0CB"

+

+[characters]

+h1 = ">"

+h2 = "))"

+h3 = "}}}"

+list = "🌼"

+```

+

+

Using client certificate


Castor expects your certificates to be placed in your home directory and named after the gemini capsule domain.

diff --git a/data/castor_settings.toml.example b/data/castor_settings.toml.example

index 42858ef..efe6473 100644

--- a/data/castor_settings.toml.example

+++ b/data/castor_settings.toml.example

@@ -7,4 +7,7 @@ text = "#FF1493"

background = "#FFC0CB"


[characters]

+h1 = ">"

+h2 = "))"

+h3 = "}}}"

list = "🌼"



---

Served by Pollux Gemini Server.

-- Response ended

-- Page fetched on Sun May 19 05:46:51 2024