-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
71 lines (59 loc) · 1.48 KB
/
_config.yml
File metadata and controls
71 lines (59 loc) · 1.48 KB
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
title: Azienda Agricola Fea di Valente Giuseppe
email: aziendafea@gmail.com
description: Fea Vini, Azienda Agricola Fea
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://feavini.com" # the base hostname & protocol for your site
repository: feavini/feavini.github.io
logo: "/assets/images/logo.png"
masthead_title: " "
# i18n
locale: "it-IT"
# languages: ["it", "en", "de"]
languages: ["it", "en"]
default_lang: "it"
exclude_from_localization: ["javascript", "images", "css", "assets", "Old Website"]
parallel_localization: true
#index:
# it: index.it.md
# en: index.en.md
# de: index.de.md
lang_vars: ['locale']
search: false
footer:
links:
- label: "Facebook"
icon: "fab fa-facebook-square"
url: "https://www.facebook.com/feavini/"
markdown: kramdown
# remote_theme: mmistakes/minimal-mistakes@4.24.0
theme: minimal-mistakes-jekyll
plugins:
- jekyll-paginate
- jekyll-remote-theme
- jekyll-include-cache
github: [metadata]
collections:
vini:
output: true
permalink: /:collection/:path/
# Doesn't really work
# sort_by: order
# Note: links top-right are found in _data/navigation.yml
defaults:
# _pages
- scope:
path: ""
type: pages
values:
layout: single
author_profile: false
# _vini
- scope:
path: ""
type: vini
values:
layout: single
author_profile: false
share: false
exclude: ['README.md', 'Gemfile', 'Gemfile.lock', '.travis.yml', 'vendor']
include: ["_pages"]