-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
56 lines (56 loc) · 1019 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
52
53
54
55
56
---
title: Sensive Help Guides
timezone: America/New_York
collections:
changelog:
title: Changelog
output: false
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
description: Sensive is a better way to manage your team’s design resources
baseurl:
permalink: "/:title/"
url: https://help.sensive.co
logo_image:
light: logo-light.svg
dark: logo-dark.svg
author:
name: The Sensive Team
email: [email protected]
website:
facebook:
flickr:
dribbble:
github:
googleplus:
instagram:
linkedin:
pinterest:
twitter: https://twitter.com/getsensive
vimeo:
youtube:
twitter_username:
github_username:
footer:
copyright: ©2020 <a href="https://sensive.co/">Sensive LLC</a>
disqus:
shortname:
google_analytics:
google_maps_api_key:
post_assets: "/assets/posts/"
markdown: kramdown
highlighter: rouge
gems:
- jekyll-feed
- jekyll-seo-tag
- jekyll-gist
exclude:
- Gemfile
- Gemfile.lock
- node_modules
sass:
style: compressed