-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
88 lines (78 loc) · 1.83 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
title: Platoniq.net
email: [email protected]
description: >-
Static site for platoniq.
baseurl: ""
url: "https://platoniq.net" # the base hostname & protocol for your site, e.g. http://example.com
analytics_id: G-LLGWB6TLNS
#repository: "https://github.com/Platoniq/platoniq.net"
repository: "https://github.com/temp-platoniq/platoniq.net"
twitter:
username: platoniq
# card: summary_large_image
image:
# path: /media/volumes/social/cover-01.png
# Build settings
theme: jekyll-theme-platoniq.net
timezone: Europe/Madrid
collections:
pages:
output: true
custom_permalink_placeholders: ["locale","slug"]
permalink: /:locale/:slug/
projects:
output: true
custom_permalink_placeholders: ["locale","slug"]
permalink: /:locale/projects/:slug/
categories:
output: true
custom_permalink_placeholders: ["locale","slug"]
permalink: /:locale/categories/:slug/
services:
output: true
custom_permalink_placeholders: ["locale", "slug"]
permalink: /:locale/services/:slug/
states:
output: false
collaborators:
output: false
members:
output: false
call_to_actions:
output: false
offers:
output: true
custom_permalink_placeholders: ["locale","slug"]
permalink: /:locale/offers/:slug/
defaults:
- scope:
path: ""
values:
layout: "default"
locale: es
- scope:
path: "*/en/*"
values:
locale: "en"
- scope:
path: "*/es/*"
values:
locale: "es"
- scope:
path: "*/cat/*"
values:
locale: "cat"
- scope:
type: projects
values:
layout: "project"
- scope:
type: categories
values:
layout: "category"
exclude: [Gemfile, Gemfile.lock, README.md, LICENSE.txt, .editorconfig]
plugins:
- jekyll-redirect-from
- jekyll-loading-lazy
- jekyll-target-blank
- jekyll-sitemap