Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed indent
  • Loading branch information
hotdoy authored Nov 8, 2019
1 parent 43abaef commit 5f0a20a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ You should now have all the theme files under
Hotdoy comes with a few options that can be set site-wide. These options are:

```yaml
enabled: true # Enable the theme
Browser Color: # Set the <meta name="theme-color"> for supported browsers.
Background Color: # Set the main background color (Used for text, modules and other non-interactive elements).
Foreground Color: # Set the main foreground color (Used for text, modules and other non-interactive elements).
Alternate background Color: # Set the alternate background color (used in buttons, link and other interactive elements).
Alternate boreground Color: # Set the alternate foreground color (used in buttons, link and other interactive elements).
Rhythm: # Space between modules and other elements.
organization: # A collection of field describing your organization (generate schema).
google_tracking_id: # Google analytics id
facebook_app_id: # Facebook App Id
ficelle: # Don't. It's a private image CDN and you need access from a guy you don't know. Sorry.
marquee: # A collection of field to add a small marquee at the top of every page.
enabled: # Enable the theme
Browser Color: # Set the <meta name="theme-color"> for supported browsers.
Background Color: # Set the main background color (Used for text, modules and other non-interactive elements).
Foreground Color: # Set the main foreground color (Used for text, modules and other non-interactive elements).
Alternate background Color: # Set the alternate background color (used in buttons, link and other interactive elements).
Alternate boreground Color: # Set the alternate foreground color (used in buttons, link and other interactive elements).
Rhythm: # Space between modules and other elements.
organization: # A collection of field describing your organization (generate schema).
google_tracking_id: # Google analytics id
facebook_app_id: # Facebook App Id
ficelle: # Don't. It's a private image CDN and you need access from a guy you don't know. Sorry.
marquee: # A collection of field to add a small marquee at the top of every page.
```
To make modifications, you can copy the `user/themes/hotdoy/hotdoy.yaml` file to `user/config/themes/` folder and modify, or you can use the admin plugin.
Expand Down

0 comments on commit 5f0a20a

Please sign in to comment.