https://github.com/wizrdsh/tildes-for-lemmy-theme
This is a theme built for the forum software Lemmy.ml inspired by(!) the design of tildes.net.
https://github.com/wizrdsh/tildes-for-lemmy-theme
Last synced: 3 months ago
JSON representation
This is a theme built for the forum software Lemmy.ml inspired by(!) the design of tildes.net.
- Host: GitHub
- URL: https://github.com/wizrdsh/tildes-for-lemmy-theme
- Owner: wizrdsh
- License: mit
- Created: 2022-08-24T02:11:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T04:57:35.000Z (over 2 years ago)
- Last Synced: 2025-01-05T18:02:50.006Z (4 months ago)
- Language: CSS
- Size: 108 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tildes-for-lemmy-theme
This is a theme built for the forum software Lemmy.ml inspired by(!) the design of tildes.net.

This theme also has enhanced support for mobile.
#### How to install theme on your server.
from https://github.com/LemmyNet/lemmy-docs/blob/main/src/en/administration/theming.md> If you installed Lemmy with Docker, save your theme file to ./volumes/lemmy-ui/extra_themes. For native installation (without Docker), themes are loaded by lemmy-ui from ./extra_themes folder. A different path can be specified with LEMMY_UI_EXTRA_THEMES_FOLDER environment variable.
You may need to modify your docker-compose.yml file to see the extra_themes folder. Add this to the `lemmy-ui` section of that file.
```
volumes:
- ./volumes/lemmy-ui/extra_themes:/app/extra_themes
```