-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
125 lines (112 loc) · 3.42 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: Hash Labs
email: [email protected]
description: We are a digital agency that builds products for the web and mobile.
twitter_username: hashlabs
github_username: hashlabs
thanks_url: https://www.hashlabs.com/thanks
permalink: /blog/:title
baseurl: ""
# Images for SEO tags use baseurl
# https://github.com/jekyll/jekyll-seo-tag/blob/6a373369e8318629685cca69635c2ab719fe731e/spec/jekyll_seo_tag_integration_spec.rb#L159
logo: "/assets/img/hashlabs_logo_200x200px.png"
author:
twitter: hashlabs
# Twitter configuration
twitter:
username: hashlabs
# Facebook configuration (remove the trailing # to configure these properties)
# facebook:
# app_id: # Facebook app ID for Facebook insights
# publisher: # Facebook page URL or ID of the publishing entity
# admins: # Facebook user ID for domain insights linked to a personal account
# Social profiles
social:
name: Hash Labs
links:
- https://twitter.com/hashlabs
- https://www.facebook.com/hashlabshq
- https://es.linkedin.com/company/hashlabs
- http://blog.hashlabs.com/
# Build settings
markdown: kramdown
# Polyglot settings
languages: ["en", "es"]
default_lang: "en"
exclude_from_localization: ["assets", "robots.txt"]
parallel_localization: true
# Collections
collections:
services:
output: true
permalink: /services/:name/
defaults:
- scope:
path: ""
type: services
values:
layout: service
- scope:
path: ""
values:
# Default image to display in social media when sharing the home page
#
# For twitter:
#
# For the large summary card:
#
# Set twitter_image_small to false
#
# The dimension of a Twitter in-stream photo must be 900 x 450 px,
# centered vertically with a 2:1 ratio and it can’t exceed 3MB.
# If you want the photo displayed in the stream preview to be the same
# as the original, it cannot exceed the following measurements: 1024 x 512 (2:1 aspect).
#
# For the smaller summary card:
#
# Set twitter_image_small to true
#
# Use an aspect ratio of 1:1 and use a minimum of 200x200 px.
#
# For facebook:
#
# Use images that are at least 1200 x 630 pixels for the best display on high resolution devices.
# At the minimum, you should use images that are 600 x 315 pixels to display link page posts with larger images.
# Images can be up to 8MB in size.
#
# In case the image is smaller than 600x315 px, a small card will be shown.
#
image: "/assets/img/hashlabs_logo_1200x630px.png"
twitter_image_small: false
# In case any plugin that generates content is added
# Make sure to include jekyll-sitemap at last
plugins:
- jekyll-polyglot
- jekyll-seo-tag
- jekyll-sitemap
# SASS
sass:
style: compressed
exclude:
- 'CHANGELOG.md'
- 'node_modules'
- 'config.ru'
- 'node_modules'
- 'FAQ.md'
- 'firebase.json'
- 'MAINTAINERS'
- 'package.json'
- 'yarn-error.log'
- 'yarn.lock'
- 'postcss.config.js'
- 'Gemfile.lock'
- 'Gemfile'
- 'vendor'
- 'README.md'
- 'webpack.config.js'