logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma

small_customizations.md (507B)


      1 # Small customizations
      2 
      3 See also static_dir.md for visual settings.
      4 
      5 ## Theme
      6 
      7 All users of your instance will be able to change the theme they use by going to the settings (the cog in the top-right hand corner). However, if you wish to change the default theme, you can do so by editing `theme` in `config/dev.secret.exs` accordingly.
      8 
      9 ## Message Visibility
     10 
     11 To enable message visibility options when posting like in the Mastodon frontend, set
     12 `scope_options_enabled` to `true` in `config/dev.secret.exs`.