Age | Commit message (Collapse) | Author |
|
This reverts commit fe7fd331263007e0fb2877ef7370a09a9704da36, reversing
changes made to 4fabf83ad01352442906d79187aeab4c777f4df8.
|
|
two separate files for config.md and generated config.md
See merge request pleroma/pleroma!1666
(cherry picked from commit 9c64a25713790fefa8b5c419aeadf55113c17073)
69faec03 markdown generation to the new file
c625fe6f config.md back
4da0da9a don't track generated_config.md
|
|
|
|
|
|
|
|
ref #770
|
|
|
|
Update .gitignore
|
|
This allows to set-up an arbitrary directory which overrides most of the
static files: index.html static/ emoji/ packs/ sounds/ images/ instance/
favicon.png.
If the files are not present in the directory, the bundled ones in
priv/static will be used.
|
|
|
|
|
|
|
|
Wiki page should also be updated to recommend that admins put their custom emojis in /priv/static/emoji/custom/. This both makes for less hassle when doing a pull. And also prevents more mess in the /priv/static/emoji/ folder.
|
|
|
|
|