-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
87 lines (68 loc) · 1.59 KB
/
_config.yml
File metadata and controls
87 lines (68 loc) · 1.59 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
webrick:
headers:
X-Content-Type-Options: nosniff
X-Frame-Options: deny
X-XSS-Protection: 1; mode=block
plugins:
- jemoji
- jekyll-paginate
- jekyll-time-to-read
- jekyll-sitemap
- pagemaster
title: "Valentino Urbano"
description: ""
email: vale93kotor@gmail.com
#blog logo
logo: "/assets/images/df_logo.png"
float_logo: true # true, false (default)
# blog cover
cover: "/assets/images/logo_image.png"
name: "Valentino Urbano"
author: "Valentino Urbano"
author_image: "/assets/images/author.png"
yearStart: "2012"
paginate: 5
url: "http://www.valentinourbano.com"
baseurl: ""
twitter_handle: ""
#fill in disqus shortname to use disqus
#disqus: disqus-shortname
google_analytics: UA-61742521-6
# social icons and sharing options
social:
- icon: twitter
url: https://twitter.com/
desc: Follow me on twitter
share_url:
share_title:
share_link:
- icon: github
url: https://github.com/valeIT/valeIT.github.io/
desc: This site is open source
share_url:
share_title:
share_link:
kramdown:
default_lang: swift
permalink: /:title.html
defaults:
- scope:
path: "" # an empty string here means all files in the project
values:
layout: "post"
# collections_dir: collections
collections:
bestofmusic:
output: true
source: bestof/music.json
id_key: id
layout: bestof
exclude: [vendor]
future: false #do not allow posts from the future to be published...
assets:
destination: "/assets"
compression: true
caching:
path: ".jekyll-cache/assets"
type: file # Possible values: memory, file
enabled: true