@@ -63,6 +63,18 @@ It should contain the following header:
Don't forget to save and commit the file.
### Having links to external sites in the menu
There is a special layout type, called `external`. For example, to have a link redirecting you to google.com website, you can create a post with the following contents:
```
layout: external
redirect_to: https://www.google.com
title: Title in menu
order: 4
```
### Customise images in the header
Create a folder in `assets/banners` directory, with `banner.svg`, `logos.svg` and `motto.svg` files (for reference, consult `assets/banners/frozen` directory. Do not exceed image dimensions). Update `_config.yml` file with the name of directory you created for the images.