mirror of
https://github.com/hendrikschneider/jekyll-analytics
synced 2025-02-16 20:18:30 +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
|
## Installation
|
||||||
|
|
||||||
Add to your `Gemfile`:
|
Add this to your `Gemfile`:
|
||||||
|
|
||||||
```
|
```
|
||||||
gem 'jekyll-analytics'
|
gem 'jekyll-analytics'
|
||||||
```
|
```
|
||||||
|
Then execute
|
||||||
|
```
|
||||||
|
bundle
|
||||||
|
```
|
||||||
|
Or install it yourself
|
||||||
|
```
|
||||||
|
gem install jekyll-analytics
|
||||||
|
```
|
||||||
|
|
||||||
Add to your `_config.yml`:
|
## Configuration
|
||||||
|
Edit `_config.yml` to use the plugin:
|
||||||
```yml
|
```
|
||||||
|
|
||||||
gems:
|
gems:
|
||||||
- jekyll-analytics
|
- jekyll-analytics
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
Configure the plugin in `_config.yml` by adding:
|
||||||
Add to your `_config.yml`:
|
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
jekyll_analytics:
|
jekyll_analytics:
|
||||||
|
|
Loading…
Add table
Reference in a new issue