forked from staticallyio/statically
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_production.yml
137 lines (113 loc) · 3.35 KB
/
_production.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
# General
title: "Staticaly"
# A simple tagline: Make it Static!
tagline: >-
Free CDN for GitHub, GitLab, Bitbucket, Images and more
# Define description for the site
description: >-
Staticaly is Free, Open Source CDN for GitHub, GitLab, Bitbucket, Images and other static files with advanced features so you can load your project more easier.
# Also used for SEO Tag
logo: "https://www.staticaly.com/static/images/staticaly_wide.svg"
lang: "en_US"
# URL must be set to localhost
# If on development config
url: "https://www.staticaly.com"
encoding: "UTF-8"
permalink: /:title
highlighter: rouge
version: 0.9.3
year: 2018
# Utilities
future: true
jailed: false
gfm_quirks: paragraph_end
repo: "https://github.com/marsble/staticaly"
# Staticaly
staticaly:
devs_url: "https://developers.marsble.com"
datacenter_num: 152+
main_cdn: "CloudFlare, Fastly, and CDN77"
newsletter_url: >-
https://marsble.us18.list-manage.com/subscribe/post?u=4dfd4ae04677bf4f6248182fc&id=397ea962f2
# Analytics
marsble:
username: staticaly
analytics_url: "https://pixel.marsble.com"
analytics_id: "921b301945cfd2a048e13a9d1a1b67a86be4b8c8"
# Google
google:
analytics_id: "UA-74801412-7"
# Social
social:
name: "Staticaly"
links:
- https://www.marsble.com/u/staticaly
- https://twitter.com/staticalyhq
- https://www.instagram.com/staticalyhq
- https://www.facebook.com/staticaly
- https://www.linkedin.com/company/staticaly
- https://plus.google.com/+staticaly
- https://github.com/staticaly
# Twitter
twitter:
username: staticalyhq
# Facebook
facebook:
app_id: 1234
publisher: staticaly
admins: fransallen
# Instagram
instagram:
username: staticalyhq
# GitHub
github_username: marsble/staticaly
# The author
author:
twitter: fransallen
# Default image for socmed
defaults:
- scope:
path: "/static/images"
values:
image: "/staticaly_icon_bg_dark_lg.png"
# Static files
cdn:
domain: "cdn.staticaly.com"
url: "https://cdn.staticaly.com"
imgpx_domain: "cdn.staticaly.com/img"
imgpx_url: "https://cdn.staticaly.com/img"
favicons_domain: "cdn.staticaly.com/favicons"
favicons_url: "https://cdn.staticaly.com/favicons"
badge_domain: "cdn.staticaly.com/badges"
badge_url: "https://cdn.staticaly.com/badges"
static: "https://www.staticaly.com/static"
sass:
sass_dir: "./static/css"
style: compressed
# Include to public directory
include:
- "_headers"
- "_pages"
- "_redirects"
- "_redirections"
# Exclude from public directory
exclude:
- "scripts"
- "vendor"
kramdown:
input: GFM
hard_wrap: false
# Plugins
plugins:
- jekyll-coffeescript
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-feed
- jekyll-minifier
# From here
# Don't include on development config
jekyll-minifier:
remove_https_protocol: true
exclude:
- "static/js/app.js"