Merge pull request 'main' (#1) from sch/slixfeed.woodpeckersnest.space:main into main
Reviewed-on: roughnecks/slixfeed.woodpeckersnest.space#1
This commit is contained in:
commit
cd96078d94
3 changed files with 4 additions and 5 deletions
7
conf.py
7
conf.py
|
@ -936,10 +936,9 @@ IMAGE_FOLDERS = {'images': 'images'}
|
||||||
# FAVICONS contains (name, file, size) tuples.
|
# FAVICONS contains (name, file, size) tuples.
|
||||||
# Used to create favicon link like this:
|
# Used to create favicon link like this:
|
||||||
# <link rel="name" href="file" sizes="size"/>
|
# <link rel="name" href="file" sizes="size"/>
|
||||||
# FAVICONS = (
|
FAVICONS = (
|
||||||
# ("icon", "/favicon.ico", "16x16"),
|
("icon", "/images/favicon.ico", "16x16"),
|
||||||
# ("icon", "/icon_128x128.png", "128x128"),
|
)
|
||||||
# )
|
|
||||||
|
|
||||||
# Show teasers (instead of full posts) in indexes? Defaults to False.
|
# Show teasers (instead of full posts) in indexes? Defaults to False.
|
||||||
# INDEX_TEASERS = False
|
# INDEX_TEASERS = False
|
||||||
|
|
BIN
images/favicon.ico
Normal file
BIN
images/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
|
@ -52,7 +52,7 @@ The additional interface which makes use of `Data Forms <https://xmpp.org/extens
|
||||||
|
|
||||||
The visual interface is currently best accessible with `Cheogram <https://cheogram.com/>`_ and `monocles chat <https://monocles.chat/>`_; both are available free of charge on the `F-Droid <https://f-droid.org/>`_ software repository.
|
The visual interface is currently best accessible with `Cheogram <https://cheogram.com/>`_ and `monocles chat <https://monocles.chat/>`_; both are available free of charge on the `F-Droid <https://f-droid.org/>`_ software repository.
|
||||||
|
|
||||||
Other XMPP clients which support the visual interface are `Converse <https://conversejs.org/>`_, `Gajim <https://gajim.org/>`_, `Movim <https://movim.eu/>`_, `Poezio <https://poez.io/>`_, `Psi <https://psi-im.org/>`_ and `Psi+ <https://psi-plus.com/>`_.
|
Other XMPP clients which support the visual interface are `Converse <https://conversejs.org/>`_, `Gajim <https://gajim.org/>`_, `Movim <https://movim.eu/>`_, `Poezio <https://poez.io/>`_, `Profanity <https://profanity-im.github.io/>`_, `Psi <https://psi-im.org/>`_ and `Psi+ <https://psi-plus.com/>`_.
|
||||||
|
|
||||||
Preview
|
Preview
|
||||||
=======
|
=======
|
||||||
|
|
Loading…
Reference in a new issue