Skip to content
Snippets Groups Projects
Commit 8321be0a authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Readme, updated

parent db4bd89f
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ Or install it yourself as:
## Usage
### How to configure the page
### How to configure your website
Open the `_config.yml` file.
Update:
* _baseurl_ entry with the name of your repository,
......@@ -58,14 +58,14 @@ It should contain the following header:
* Leave layout as `default`.
* The title attribute (here - `index`) is displayed in the menu, thus rename it to your needs.
* Order attribute (here - `1`) decides about the order in the menu - lower numbers come first.
In addition, you can add `permalink` attribute, which will cause the page to be accessible by the given permalink. For example : `permalink: /something/` refers to `https://your-webpage-address.com/something`.
* In addition, you can add `permalink` attribute, which will cause the page to be accessible by the given permalink. For example : `permalink: /something/` refers to `https://your-webpage-address.com/something`.
Don't forget to save and commit the file.
### 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.
In case `logos.svg` file is wide, change `logo: small` to `logo: big` in `_config.yml` file.
In case `logos.svg` file is wide, change `logo: small` to `logo: big` in `_config.yml`.
### Enabling Google Analytics
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment