-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
107 lines (87 loc) · 2.11 KB
/
_config.yml
File metadata and controls
107 lines (87 loc) · 2.11 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
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
- jekyll-archives
title: "Valentino Urbano"
description: >
iOS Developer, Swift, Writer, Husband
email: valentino@valentinourbano.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: "@valentinourbano"
#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/valentinourbano
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
jekyll-archives:
enabled: [
year, month, day, categories #, tags
]
layout: archive-tagcategory
layouts:
year: archive-year
month: archive-month
day: archive-day
category: archive-tagcategory
tag: archive-tagcategory
permalinks:
year: '/archive/:year/'
month: '/archive/:year/:month/'
day: '/archive/:year/:month/:day/'
tag: '/archive/tag/:name/'
category: '/archive/category/:name/'