Update readme.md
Spaces again, sigh
This commit is contained in:
parent
e1f348e2bd
commit
06601e228e
12
readme.md
12
readme.md
@ -83,12 +83,12 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- TITLE=Starbase 80 # defaults to "My Website", set to TITLE= to hide the title
|
- 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
|
- 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
|
- 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
|
- 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
|
- 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
|
- 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
|
- 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
|
- BGCOLORDARK=#000 # defaults to theme(colors.gray.950), set to any hex color or Tailwind color using the theme syntax
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.json:/app/src/config.json # required
|
- ./config.json:/app/src/config.json # required
|
||||||
- ./public/favicon.ico:/app/public/favicon.ico # optional
|
- ./public/favicon.ico:/app/public/favicon.ico # optional
|
||||||
|
Loading…
Reference in New Issue
Block a user