-
Notifications
You must be signed in to change notification settings - Fork 21
/
_config.yml
66 lines (59 loc) · 1.47 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
title:
it: Team per la Trasformazione Digitale
en: Digital Transformation Team
email: info@teamdigitale.governo.it
description:
it: "Innovazione digitale per i cittadini e per lo sviluppo del Paese"
en: "Digital innovation for citizens and for the development of the country"
index:
it:
en: en/index.html
url: "https://teamdigitale.governo.it"
highlighter: none
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter_opts:
disable: true
#
# Social links
#
twitter_username:
it: teamdigitaleIT
en: ITdigitalteam
medium_address:
it: https://medium.com/team-per-la-trasformazione-digitale
en: https://medium.com/team-per-la-trasformazione-digitale/english/home
linkedin_address: https://www.linkedin.com/company/teamdigitale
youtube_address: https://www.youtube.com/channel/UCwOMMmrMXiktlvKXx4vHJ-g/
tweetdeck_names:
it: team-digitale
en: digital-team
# Medium posts importer / display settings
medium_archive_url: https://medium.com/team-per-la-trasformazione-digitale
medium_archive_url_eng: https://medium.com/team-per-la-trasformazione-digitale/english
medium_posts_per_row: 3
medium_max_rows: 10
# SEO
logo: /images/logo_big.png
# Build settings
theme: minima
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-toc
- jekyll-last-modified-at
- jekyll-redirect-from
exclude:
- vendor
- README.md
- Gemfile
- Gemfile.lock
- node_modules
- circle.yml
- gulpfile.js
- package.json
- yarn.lock
sass:
style: compressed