-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
42 lines (35 loc) · 897 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
# Site settings
title: FacioQuo
tagline: Tool and microsite builders
lang: en-US
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://facioquo.com" # the base hostname & protocol for your site, e.g. http://example.com
# SEO configuration
# see https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
image:
path: /assets/social-banner.png
height: 640
width: 1280
alt: FacioQuo
organization:
name: FacioQuo
email: [email protected]
# Build settings
plugins:
- jekyll-minifier
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-last-modified-at
include:
- _headers
# Theme settings
minima:
social_links:
- { platform: github, user_url: "https://github.com/facioquo" }
defaults:
- scope:
path: "" # an empty string here means all files in the project
values:
layout: "base"
footer: true
image: /assets/social-banner.png