diff --git a/readme.md b/readme.md index 3c2ce2a..e8b0d23 100644 --- a/readme.md +++ b/readme.md @@ -83,12 +83,12 @@ services: environment: - TITLE=Starbase 80 # defaults to "My Website", set to TITLE= to hide the title - LOGO=/starbase80.jpg # defaults to /logo.png, set to LOGO= to hide the logo - - HEADER=true # defaults to true, set to false to hide the title and logo - - HEADERLINE=true # defaults to true, set to false to turn off the header border line - - HEADERTOP=true # defaults to false, set to true to force the header to always stay on top - - CATEGORIES=small # defaults to normal, set to small for smaller, uppercase category labels - - BGCOLOR=#fff # defaults to theme(colors.slate.50), set to any hex color or Tailwind color using the theme syntax - - BGCOLORDARK=#000 # defaults to theme(colors.gray.950), set to any hex color or Tailwind color using the theme syntax + - HEADER=true # defaults to true, set to false to hide the title and logo + - HEADERLINE=true # defaults to true, set to false to turn off the header border line + - HEADERTOP=true # defaults to false, set to true to force the header to always stay on top + - CATEGORIES=small # defaults to normal, set to small for smaller, uppercase category labels + - BGCOLOR=#fff # defaults to theme(colors.slate.50), set to any hex color or Tailwind color using the theme syntax + - BGCOLORDARK=#000 # defaults to theme(colors.gray.950), set to any hex color or Tailwind color using the theme syntax volumes: - ./config.json:/app/src/config.json # required - ./public/favicon.ico:/app/public/favicon.ico # optional