-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
143 lines (127 loc) · 3.27 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
# Build settings
future: true
markdown: kramdown
highlighter: rouge
permalink: /:year/:month/:day/:title/
plugins:
- jemoji
- jekyll-paginate
# Site settings
title: "Robert's Blog"
description: > # this means to ignore newlines until "email:"
Software Engineer. .NET Developer. Amateur Photographer. Drum & Bass DJ. Welcome to my blog!
email: "[email protected]"
#blog logo
logo: "/assets/images/bg.jpg"
# blog cover
cover: "/assets/images/cover.jpg"
name: 'Robert Iagar'
author: 'Robert Iagar'
author_image: "/assets/images/bg.jpg"
paginate: 5
paginate_path: "/page:num"
collections:
project31:
output: true
permalink: /projects/project31/:path/
name: "Project 31"
description: >
This started out as photography project to improve my photography. I wanted to take a picture each day of the year 2015. I've only made it to 31 days out of 365. Much more than I anticipated.
url: "http://www.robertiagar.com" # the base hostname & protocol for your site
baseurl: ""
# social icons and sharing options
social:
- icon: twitter
url: https://twitter.com/robertiagar
desc: Follow me on twitter
share_url: http://twitter.com/share
share_title: ?via=robertiagar&text=
share_link: "&url="
- icon: facebook
url: https://facebook.com/robert.iagar
desc: Connect with me facebook
share_url: //www.facebook.com/sharer.php
share_title: ?t=
share_link: "&u="
- icon: github
url: https://github.com/robertiagar
desc: Fork me on github
share_url:
share_title:
share_link:
- icon: picture-o
url: https://500px.com/robertiagar
desc: Check out my photographs
share_url:
share_title:
share_link:
- icon: instagram
url: http://instagram.com/robertiagar
desc: Check out my Instagram Feed
share_url:
share_title:
share_link:
- icon: btc
url: http://sendcoins.to/robertiagar
desc: Send me some bitcoins
share_url:
share_title:
share_link:
# - icon: google-plus
# url: https://google.com/???
# desc: Add me on google+
# share_url:
# share_title:
# share_link:
defaults:
-
scope:
path: ""
type: "posts"
values:
author: "Robert Iagar"
email: "[email protected]"
authorimageurl: "/assets/images/bg.jpg"
comments: true
exclude:
- README.md
- Gemfile
- Gemfile.lock
- CNAME
prose:
rooturl: '_posts'
siteurl: 'http://robertiagar.com/'
relativeLinks: 'http://robertiagar.com/links.jsonp'
ignore:
- index.md
- _config.yml
- /_layouts
- /_includes
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "categories"
field:
element: "multiselect"
label: "Add Categories"
placeholder: "Add Categories"
alterable: true
- name: "title"
field:
element: "text"
label: "Post title"
placeholder: "Title"
alterable: true
- name: "image"
field:
element: "text"
label: "Add Image to Post"
placeholder: "Image path (relative to /assets/post-images/)"
alterable: true
- name: "excerpt_separator"
field:
element: "hidden"
value: "<!--more-->"