-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
executable file
·47 lines (39 loc) · 1.12 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
---
port: 4000
host: 127.0.0.1
safe: false
### site serving configuration ###
exclude: [CNAME, README.md, .gitignore]
permalink: /:title ## disables post output
timezone: null
lsi: false
markdown: kramdown
### content configuration ###
title: "ADI | Android Developers Italia"
keywords: "android dev community slack italia italian ita mobile web development"
description: "Sito ufficiale della community ADI - Android Developers Italia"
source_link:
favicon: "img/favicon.ico"
touch_icon: "img/apple-touch-icon.png"
## put YOUR key here to enable tracking! (blank to disable)
google_analytics_key:
mailchimp-list: //redgadgets.us10.list-manage.com/subscribe/post?u=210acce5db69d3d4a04b0e25d&id=08c6708f40
### template colors, used site-wide via css ###
colors:
black: '#111111'
white: '#f8f8f8'
blue: '#49a7e9'
green: '#9bcf2f'
purple: '#c869bf'
orange: '#fab125'
turquoise: '#0fbfcf'
adigreen: '#00A257'
adiblue: '#477BC1'
adired: '#E93127'
adigray: '#7E8281'
adiwhite: '#ffffff'
adibackg: '#4D4D4D'
kramdown:
auto_ids: false
plugins:
- jekyll-redirect-from