forked from Sparklybot/sparklybot.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
51 lines (51 loc) · 982 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
title: Sparkly Blog
timezone: UTC
collections:
category:
title: Category
output: true
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
defaults:
- scope:
path: ''
type: posts
values:
permalink: "/:title/"
layout: post
excerpt_separator: "<!--more-->"
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
author: Sparkly_Bot
url: https://blog.sparklybot.com
description: Stay up to date about Sparkly and our mission to build a more collaborative
culture at work. We also write about Slack tips, remote work and employee happiness.
twitter:
username: Sparkly_Bot
card: summary_large_image
logo: "/resources/logo.png"
social:
links:
- https://twitter.com/Sparkly_Bot
- https://www.linkedin.com/company/sparklybot
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- yarn.lock
- package-lock.json
- README.md
- netlify.toml
- bin
- ".gitignore"
- ".idea"
- ".idea/"
- build/