mirror of
https://github.com/hendrikschneider/jekyll-analytics
synced 2024-11-22 03:33:06 +00:00
Merge branch 'master' of https://github.com/hendrik91/jekyll-analytics
This commit is contained in:
commit
55c89171d7
1 changed files with 13 additions and 7 deletions
20
README.md
20
README.md
|
@ -11,22 +11,28 @@ Supported:
|
|||
|
||||
## Installation
|
||||
|
||||
Add to your `Gemfile`:
|
||||
Add this to your `Gemfile`:
|
||||
|
||||
```
|
||||
gem 'jekyll-analytics'
|
||||
```
|
||||
Then execute
|
||||
```
|
||||
bundle
|
||||
```
|
||||
Or install it yourself
|
||||
```
|
||||
gem install jekyll-analytics
|
||||
```
|
||||
|
||||
Add to your `_config.yml`:
|
||||
|
||||
```yml
|
||||
|
||||
## Configuration
|
||||
Edit `_config.yml` to use the plugin:
|
||||
```
|
||||
gems:
|
||||
- jekyll-analytics
|
||||
```
|
||||
|
||||
## Configuration
|
||||
Add to your `_config.yml`:
|
||||
Configure the plugin in `_config.yml` by adding:
|
||||
|
||||
```yml
|
||||
jekyll_analytics:
|
||||
|
|
Loading…
Reference in a new issue