-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
81 lines (66 loc) · 1.9 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
# Site settings
title: UFO ECS Deploy Tool
email: [email protected]
url: http://ufoships.com
description: "AWS ECS Deploy Tool"
keywords: "AWS EC2 Container Service, AWS ECS, UFO, Deploy to ECS, ufo ship"
skills: ""
meta_author: Tung Nguyen
# Google webmaster tools
google_verify:
google_analytics: UA-98684555-4
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
bing_verify:
# Contact form:
# - static : pass through formspree.io to validate email sending
# - disqus : replace contact form by disqus thread
# - comment the line below if you want to stick with the default PHP contact form
contact: static
# If you use disqus you need disqus shortname
# https://help.disqus.com/customer/portal/articles/466208
disqus_shortname:
# Color settings (hex-codes without the leading hash-tag)
color:
primary: FFF
primary-rgb: "24,288,156" #"128,179,255"
secondary: 2c3e50 #FD6E8A
secondary-dark: 233140 #A2122F
links: 0275d8
# Footer settings
footer:
copyright: BoltOps, LLC
location: San Francisco, CA
social: BoltOps
credits:
contact: [email protected]
phone:
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
social:
- title: twitter
url: http://twitter.com/boltopslabs
- title: github
url: http://github.com/boltopslabs
# Credits content
credits: 'BoltOps, LLC'
# Build settings
markdown: kramdown
permalink: pretty
gh_url: "https://github.com/boltops-tools/ufo-docs"
collections:
docs:
name: "Documentation"
output: true
reference:
name: "Reference"
output: true
defaults:
- values:
layout: default
plugins_dir:
- jekyll-coffeescript
# List of supported plugins:
# https://pages.github.com/versions.json
# https://github.com/github/pages-gem/issues/171
plugins:
- jekyll-include-cache # Supported by GitHub pages
ads_url: "https://ads.boltops.com"