-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
89 lines (83 loc) · 2.17 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
title: "Italia Design Jekyll Theme - by G.Gentili 2018"
description: "A theme for Jekyll or GitHub Pages derived from Clean Blog by Start Bootstrap"
baseurl: "/"
url: "https://ggentili.github.io/Italia-Design-Jekyll-Theme/"
author: "Redazione"
# Header data
header_parent_title: Nome ente sovraordinato
header_parent_url: "http://entepubblico-sovraordinato.it"
header_language_selector: false
header_logo: https://placehold.it/75x80?text=header_logo
header_title: Nome ente o titolo del sito
header_subtitle: sottotitolo
search: true
search_full_content: false
mega_menu: true # if true, require _data/menu.yml
mega_menu_accedi: false
# Social profiles
social_block: true
social_username: "@Account" # short
medium_username: abcuser
facebook_username: abcuser
twitter_username: abcuser
youtube_username: abcuser
linkedin_username:
github_username: abcuser
# Footer data
footer_logo: https://placehold.it/75x80?text=footer_logo
footer_title: Nome ente
footer_subtitle: sottotitolo
recapiti1: Recapiti
recapiti2: Via autem reiciendis maiores
recapiti3: autem reiciendis maiores
recapiti4: Tel. (+00) 00.0000.0000
email: [email protected]
pec: [email protected]
privacy_url: "privacy"
note_legali_url: "note_legali"
contatti_url: "contatti"
# Home sections
links_buttons: true
links_buttons_title:
posts_list: true
posts_list_title: Autem reiciendis post
section_lists: true
section_lists_title: Dignissimos recusandae landing
twitter_list: true
twitter_list_title: Twitter@amministrazione
links_leads: true
links_leads_title: A est rerum leads
# Build settings
# permalink: /:categories/:title/
markdown: kramdown
paginate: 5
paginate_path: "/posts/page:num/"#
locale: "it-IT"
plugins:
- jekyll-feed
- jekyll-paginate
defaults:
# _pages
- scope:
path: ""
type: pages
values:
layout: single
toc: false
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: false
read_time: false
comments: false
share: true
related: false
# _foo
- scope:
path: ""
type: foo
values:
layout: single