-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
49 lines (43 loc) · 846 Bytes
/
_config.yml
File metadata and controls
49 lines (43 loc) · 846 Bytes
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
title: Còdec
description: Codis comuns per una tecnologia més democràtica
url: https://www.codeccoop.org
collections:
authors:
output: true
workshops:
output: true
defaults:
- scope:
path: ""
type: "authors"
values:
layout: "author"
- scope:
path: ""
type: "posts"
values:
layout: "post"
page: "post"
- scope:
path: ""
type: "workshops"
values:
layout: "workshop"
page: "workshop"
- scope:
path: ""
values:
layout: "default"
paginate: 3
paginate_path: "/blog/page:num/"
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-paginate
- jekyll-postcss
- uglifier
sass:
sourcemap: never
style: compressed
exclude: [package.json, package-lock.json, postcss.config.js, LICENSE, README.md, jekyll-cli]