-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
141 lines (120 loc) · 3.11 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
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
138
139
140
141
#
###################################
# Site wide configuration
####################################
#
title: Alto Comando Flotta Stellare | Elite Dangerous
h1title: Alto Comando Flotta Stellare
bio: 'Abbiamo i biscotti'
keywords: elite dangerous, squadrone, squadron, ps4, flotta stellare, github, github pages
locale: it_IT
baseurl: ""
url: https://flottastellare.it
#
###################################
# PWA Settings
####################################
#
name: "Alto Comando Flotta Stellare"
short_name: "ACFS"
lang_direction: "ltr"
color: "#f07b05"
background_color: "#1a1919"
#
###################################
# Jekyll-SEO-tag settings
####################################
#
lang: it_IT
social:
name: Alto Comando Flotta Stellare | Elite Dangerous
links:
- https://twitter.com/Flotta_Stellare
- https://www.facebook.com/Altocomandoflottastellare
- https://ed-acfs.github.io
twitter:
card: summary
username: Flotta_Stellare
logo: /images/logo_843x885.png
settings:
rating: general # May be general, mature, restricted, 14 years or safe for kids
author: skyflash
# Comments
disqus_shortname: flottastellare
analytics-id: UA-147419241-1
facebook: Altocomandoflottastellare
instagram: flottastellare
youtube: altocomandoflottastellare
github: ed-acfs
telegram: flottastellare
# personal
location: Wong Sher
phone: 310-318-5555
email: info@default.com # change this to your email to receive free emails for your contact submissions via Slapform.com
# Other
background_image: /images/bg.jpg
# Tip: The color palette and other styles can be configured in /_sass/lib/_vars.scss
slapform_thankyou_page: /thank-you
# Scopes
defaults:
-
scope:
path: ""
type: posts
values:
permalink: "/blog/:title/"
layout: post
author:
image: /images/logo_843x885.png
-
scope:
path: ""
type: guide
values:
permalink: "/guide/:title/"
layout: post
image: /images/logo_843x885.png
collections:
posts:
output: true
permalink: /blog/:title/
guide:
output: true
permalink: /guide/:title/
author:
output: true
permalink: /autore/:name/
#
###################################
# Jekyll configuration
####################################
#
permalink: /blog/:title/
markdown: kramdown
highlighter: rouge
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
enable_coderay: false
mathjax: true
sass:
sass_dir: _sass
style: compressed
# Gems
plugins:
- jekyll-mentions
- jekyll-sitemap
- jekyll-feed
- jekyll-gist
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from
- jemoji
paginate: 8
paginate_path: "/blog/page:num/"
jekyll-mentions:
base_url: https://github.com
# Exclude list
exclude: [README.md, Gemfile, Gemfile.lock, node_modules, gulpfile.js, package.json, _site, external_sites, src, vendor, CNAME, LICENSE, Rakefile, old]