-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
62 lines (52 loc) · 1.28 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
title: "Tofumelo - Receitas Vegan Fáceis e Deliciosas"
description: "Descubra as melhores receitas vegan para pequenos-almoços, almoços, jantares e sobremesas. Simples, saborosas e saudáveis."
baseurl: ""
url: "https://tofumelo.pt"
jekyll-sitemap:
changefreq: "weekly"
priority: "0.8"
enable: true
canonical: true
collections:
authors:
output: true
chefs:
output: true # Ensures the pages from the _chefs collection are generated
sitemap: false
pages:
output: true
permalink: pretty
markdown: kramdown
sass:
sass_dir: assets/css/_sass
style: compressed
defaults:
- scope:
path: "_pages"
type: "pages"
values:
layout: "default" # Applies the default layout for all pages in `_pages`
- scope:
path: ""
type: "authors"
values:
layout: "author" # Applies the author layout to authors
- scope:
path: ""
type: "posts"
values:
layout: "post" # Applies the post layout to blog posts
- scope:
path: ""
values:
layout: "default" # Catch-all default layout
plugins:
- jekyll-sitemap
exclude:
- _chefs/bepureinside/
- _chefs/derek-sarno/
- _chefs/evagoodlife/
- _chefs/fitgreenmind/
- _chefs/greentastecuisine/
- _chefs/omeletes_sem_ovos/
- _chefs/tuga-vegetal/