forked from ionic-zone/ionic.zone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
54 lines (46 loc) · 1.05 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
# Setup
title: ionic.zone
tagline: 'a site about all things Ionic'
description: ''
url: https://ionic.zone
baseurl: ''
#paginate: 5
timezone: UTC
permalink: /:path
highlighter: rouge
markdown: kramdown
kramdown:
parse_block_html: true
# About/contact
repository: ionic-zone/ionic.zone
author:
name: Jan Piotrowski
url: https://janpiotrowski.de
email: [email protected]
github:
repo: https://github.com/ionic-zone/ionic.zone
# Collections
collections:
articles:
title: Articles
output: true
permalink: /:path
# Defaults
defaults:
- scope:
path: ""
type: articles
values:
layout: article
# Custom vars
version: 0.0.1
google_analytics_id: UA-106337676-1
facebook_pixel_id: 1983167655312308
google_ad_id: 1013846055
# Gems configuration
relative_links:
enabled: true
collections: true
plugins:
- jekyll-relative-links