Skip to content

Commit

Permalink
Add information about basic images settings
Browse files Browse the repository at this point in the history
(close #22)
  • Loading branch information
gizmecano committed Jul 1, 2020
1 parent effe9d8 commit 2499a81
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,19 @@ Once this is done, the new theme should be available on the frontend. Keep in mi

## Configuration

Basically, the _Hereditor_ theme is arranged to use two images:

1. `logo`: used into default page and to link toward homepage (but also as basic shortcut icon)
2. `author.image`: set as illustration in the mini-bio

These images have to be defined in your `/your/site/grav/user/config/site.yaml` file, such as:

```yaml
logo: /user/images/logo.png
author:
image: /user/images/avatar.png
```

In order to set social profiles features to be embedded in _Hereditor_ theme configuration, add the following to your `/your/site/grav/user/config/site.yaml` file:

```yaml
Expand Down

0 comments on commit 2499a81

Please sign in to comment.