-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
185 lines (163 loc) · 4.45 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
# ------------------------------------------------------
# CONFIGURATIONS
# Head Meta Configs
title: anomalias-x
description: > # this means to ignore newlines until "baseurl:"
David Rodrigues's portfolio, graphic designer, illustrator and infographic lover.
baseurl: ""
url: "http://anomalias-x.com"
port: "8005"
relative_permalinks: false # Jekyll defaults to using absolute permalinks instead of relative permalinks
repository: anomalia-x.github.io
author: MariaCoding
# Build settings
safe: true # will be allowed on Github Pages
markdown: kramdown
highlighter: rouge
#theme: anomalias-x-theme
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-sitemap
- jemoji
- jekyll-paginate
exclude:
- README.md
- LICENSE
- serve.sh
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# SASS settings
sass:
sass_dir: assets
style: compressed
# Settings for analytics
analytics:
provider: google # Set 'provider' to the analytics provider you want to use. Set 'provider' to false to turn analytics off globally.
google:
tracking_id: 'UA-131083124-1'
getclicky:
site_id:
# ------------------------------------------------------
# CONTACTS
# Website Author Contacts
authorweb: http://mariacoding.com/
authoremail: [email protected]
# Project Owner Contacts
contact-data:
phone: +351 925 709 080
email: [email protected]
email-subject: Novo contacto do website anomalias-x
# Laguanges of this site #
language:
first: pt # If you do any changes here, you will have to change it on the scope configurations too
first-name: PORTUGUÊS
second: en # If you do any changes here, you will have to change it on the scope configurations too
second-name: ENGLISH
third: es # If you do any changes here, you will have to change it on the scope configurations too
third-name: ESPAÑOL
# ------------------------------------------------------
# OTHER CONFIGURATIONS: Default Scope definitions
collections:
works:
output: true
permalink: /works/:path/
# Posts Permalinks Configs
show_drafts: false
future: false # doesn't show posts with future dates
permalink: /:categories/:title/
# Pages Configs
include: ['_pages']
relative_permalinks: false
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "page"
lang: "pt"
lang_baseurl: ""
lang_url: "http://anomalias-x.com/"
# Cool Layout:
-
scope:
path: "_pages/layout2" # an empty string here means all files in the project
values:
layout: "default-lyt2"
lang: "pt"
lang_baseurl: "/layout2"
lang_url: "http://anomalias-x.com/layout2"
# Override only the pages with the path "pt"
# -------------------------
# For Pages in English:
-
scope:
path: "_pages/en" # match with the folder name "pt"
values:
lang: "en"
lang_baseurl: "/en"
lang_url: "http://anomalias-x.com/en"
# Cool Layout:
-
scope:
path: "_pages/en/layout2" # an empty string here means all files in the project
values:
layout: "default-lyt2"
lang: "en"
lang_baseurl: "/en/layout2/"
lang_url: "http://anomalias-x.com/en/layout2"
# For Pages in Spanish:
-
scope:
path: "_pages/es" # match with the folder name "pt"
values:
lang: "es"
lang_baseurl: "/es/"
lang_url: "http://anomalias-x.com/es"
# Cool Layout:
-
scope:
path: "_pages/es/layout2" # an empty string here means all files in the project
values:
layout: "default-lyt2"
lang: "es"
lang_baseurl: "/es/layout2/"
lang_url: "http://anomalias-x.com/es/layout2"
# Collections pages
#--------------------------------------------------------
-
scope:
path: ""
type: works
values:
layout: works-pg
# Collections pages in English
#--------------------------------------------------------
-
scope:
path: "en"
type: works
values:
layout: works-pg
# Collections pages in Spanish
#--------------------------------------------------------
-
scope:
path: "es"
type: works
values:
layout: works-pg
# For all DRAFTS
# ---------------------------------------------------------
-
scope:
path: ""
type: "drafts"
values: # Write this layout on the front-matter
layout: "post"
draft: true # Will not be randerized to the folder _site