Add more customization info
This commit is contained in:
27
README.md
27
README.md
@ -81,11 +81,38 @@ You can of course customize everything, but here are some places to start:
|
|||||||
photo_credits: 'Photo Credits: Pexels'
|
photo_credits: 'Photo Credits: Pexels'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- [`app/views/application`](app/views/application) — the address on the home page and the addresses in the emails
|
||||||
|
|
||||||
|
- [`public/wedding.ics`](public/wedding.ics) — the calendar invite
|
||||||
|
|
||||||
|
- this is just a sample file; you probably want to [generate one](https://apps.marudot.com/ical/)
|
||||||
|
|
||||||
|
### Styling
|
||||||
|
|
||||||
- [`app/assets/images`](app/assets/images) — the images
|
- [`app/assets/images`](app/assets/images) — the images
|
||||||
|
|
||||||
- `jumbo.jpg` is the title image at the top of the home page
|
- `jumbo.jpg` is the title image at the top of the home page
|
||||||
- `rsvp.jpg` is the title image at the top of the RSVP pages
|
- `rsvp.jpg` is the title image at the top of the RSVP pages
|
||||||
|
|
||||||
|
- [`app/assets/stylesheets/application.scss`](app/assets/stylesheets/application.scss) — theme colors and bootstrap customization
|
||||||
|
|
||||||
|
```scss
|
||||||
|
$font-family-sans-serif: Montserrat, Helvetica, Arial, sans-serif;
|
||||||
|
$font-family-serif: Arvo, Georgia, "Times New Roman", Times, serif;
|
||||||
|
|
||||||
|
$font-family-base: $font-family-serif;
|
||||||
|
$headings-font-family: $font-family-sans-serif;
|
||||||
|
|
||||||
|
$body-color: rgba(28, 13, 10, 0.7);
|
||||||
|
$headings-color: rgba(28, 13, 10, 0.7);
|
||||||
|
|
||||||
|
$theme-colors: (
|
||||||
|
"primary": #ff745c
|
||||||
|
);
|
||||||
|
|
||||||
|
$enable-rounded: false;
|
||||||
|
```
|
||||||
|
|
||||||
## Default photo credits
|
## Default photo credits
|
||||||
|
|
||||||
- https://www.pexels.com/photo/selective-focus-photography-of-two-penguins-689784/
|
- https://www.pexels.com/photo/selective-focus-photography-of-two-penguins-689784/
|
||||||
|
Reference in New Issue
Block a user