diff options
| author | José Mota <[email protected]> | 2021-02-14 22:42:51 +0000 |
|---|---|---|
| committer | Drew DeVault <[email protected]> | 2021-02-16 08:34:19 -0500 |
| commit | 1975525eeb96dad4140053570e55b9d9d92aa0f2 (patch) | |
| tree | 9524268882408f703527515246ff340ecf45aa6b /README.md | |
| parent | Update go-gemini dependency (diff) | |
| download | capybara-1975525eeb96dad4140053570e55b9d9d92aa0f2.tar.xz capybara-1975525eeb96dad4140053570e55b9d9d92aa0f2.zip | |
Add support for custom CSS.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -12,13 +12,16 @@ Geminispace, but it defaults to a specific domain. ``` $ go build -$ ./kineto [-b 127.0.0.1:8080] gemini://example.org +$ ./kineto [-b 127.0.0.1:8080] [-s style.css] gemini://example.org ``` The -b argument is optional and allows you to bind to an arbitrary address; by default kineto will bind to `:8080`. You should set up some external reverse proxy like nginx to forward traffic to this port and add TLS. +The -s argument is optional and allows you to specify a custom CSS file. By +default kineto will serve its built-in style. + ## "kineto"? It's named after the Contraves-Goerz Kineto Tracking Mount, which is used by |