jormungandr-patches/README.md

18 lines
1.1 KiB
Markdown
Raw Normal View History

2024-06-30 21:36:55 -06:00
# Jormungandr Patches
A compilation of changes made in [jormungandr-bite](https://iceshrimp.dev/limepotato/jormungandr-bite), as patches, for your ease of access.
you can either clone this repo, or download each individual file from the [patches folder](./patches)
2024-06-30 21:38:30 -06:00
### Instructions
To apply a patch ``git am --keep-cr --signoff < {patch}``
2024-06-30 21:36:55 -06:00
### Explanations
- [Beep/Rebeeps](./patches/beeps/): Renames Posts and Boosts to Beeps and Rebeeps respectively.
- [Builtin Catppuccin Themes](./patches/builtin-catppuccin-themes.patch): All catppuccin themes (and accents), built-in
- [Configurable Pinned Post Limit](./patches/configurable-pinLimit.patch): Allows admin to configure pinned post limit in config file
- [Fix Find Server Link](./patches/fix-findserver-link.patch): the link for "Find servers" on the signup page for locked registration instances leads to a dead page, so this replaces the link with fedidb.org
2024-07-06 19:37:26 -06:00
- [Remove Maintainer-info Nag](./patches/remove-maintainer-info-nag.patch): Removes nag if you dont input maintainer information
- [Post Form Height](./patches/textarea.patch): Increases the post form height for usability.