-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
53 lines (53 loc) · 1.4 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
title: Stillpoint Software, Inc.
logo: /assets/brand-logoblue.png
description: We are nerds when it comes to software. Our mission is to address the B2B2C communication gap, across all systems and devices, to reach more people more effectively, both inside and outside the enterprise.
baseurl: ""
url: https://stillpoint.netlify.app
hero:
hero__image:
hero__title: Stillpoint Software, Inc.
hero__description:
author:
name:
bio:
image:
avatar:
contact:
description: Have any questions? Reach out to us from our contact form and we will get back to you shortly.
collections:
sections:
output: true
include:
- _pages
defaults:
- scope:
path: _pages
values:
permalink: /:basename:output_ext
google-analytics: null
author-social:
- link: https://github.com/stillpoint-software/
icon: ion-logo-github
- link: https://linkedin.com/company/stillpoint-software/
icon: ion-logo-linkedin
social:
- icon: ion-logo-github
link: https://github.com/stillpoint-software/
- icon: ion-logo-linkedin
link: https://linkedin.com/company/stillpoint-software/
markdown: kramdown
permalink: pretty
plugins:
- jekyll-paginate-v2
- jekyll-sitemap
- jekyll/tagging
pagination:
enabled: false
per_page: 6 # Number of posts per page
permalink: "/page:num/"
tag_page_dir: tag
tag_page_layout: tag_page
tag_permalink_style: pretty
sass:
sass_dir: _sass
style: compressed