Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.7 KB

CONFIGURATION.md

File metadata and controls

35 lines (27 loc) · 1.7 KB

Configuration

Customization

Key Description Default Value
server.customization.title Website Title Monkeys
server.customization.logo Website logo, can sepecify light theme logo and dark theme logo. https://static.aside.fun/static/vines.svg
server.customization.favicon Website favicon, can sepecify light theme favicon and dark theme favicon. https://static.infmonkeys.com/upload/favicon.svg
server.customization.colors.primary Primary Color #52ad1f

For Example:

server:
  customization:
    title: My Monkeys App

    # Use the same logo for light theme and dark theme
    logo: https://example.com/logo.png
    # Use different logo for light theme and dark theme
    # logo:
    #   light: https://example.com/light-logo.png
    #   dark: https://example.com/dark-logo.png

    # Use the same favicon for light theme and dark them
    favicon: https://example.com/favicon.ico
    # Use different favicon for light theme and dark theme
    # favicon:
    #   light: https://example.com/light-favicon.ico
    #   dark: https://example.com/dark-favicon.ico