forked from PrestaShop/prestashop.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
62 lines (52 loc) · 1.25 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
55
56
57
58
59
60
61
62
# Site settings
title: "PrestaShop Developers' blog"
email: [email protected]
description: "Official blog for PrestaShop development straight from the product and core dev team."
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://build.prestashop.com" # the base hostname & protocol for your site
permalink: /:categories/:title/
paginate: 10
paginate_path: "/page:num/"
google_analytics: "UA-2753771-31"
disqus_shortname: prestashopbuild
twitter_username: PrestaShop
github_username: PrestaShop
instagram_username: prestacrew
spotify_username: prestacrew
# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
exclude: ["bower.json", "bower_components", "Gemfile", "Gemfile.lock", ".travis.yml", "vendor"]
sass:
load_paths:
- _sass
style: compressed
gems:
- jemoji
- jekyll-seo-tag
- jekyll-mentions
- jekyll-sitemap
- jekyll-feed
- jekyll-redirect-from
- jekyll-paginate
- jekyll-gist
- algoliasearch-jekyll
algolia:
application_id: '17LZR6CZEL'
index_name: 'jekyll'
# Page collection are used for how-tos pages
howtos:
- theme:
icon: fa-crop
- module:
icon: fa-lightning
- pdf:
icon: fa-file
- misc:
icon: fa-random
- upgrade:
icon: fa-retweet-1
- translation:
icon: fa-globe