forked from johno/pixyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
35 lines (32 loc) · 794 Bytes
/
_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
# Site settings
title: FlectraHQ
email: [email protected]
author: FlectraHQ
description: "Fork of Odoo"
baseurl: ""
url: "http://flectrahq.com"
date_format: "%b %-d, %Y"
# Google services
google_verification:
# Use either direct GA implementation or set up GTM account
# - using both will skew your data (leave blank to not use at all)
google_analytics:
google_tag_manager:
# Bing services
bing_verification:
# Social icons
github_username: "flectrahq"
twitter_username: "flectrahq"
# Build settings
markdown: kramdown
redcarpet:
extensions: ['smart', 'tables', 'with_toc_data']
permalink: pretty
paginate: 4
sass:
style: compressed
gems:
- jekyll-paginate
- jekyll-sitemap
# https://github.com/jekyll/jekyll/issues/2938
exclude: [vendor]