-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
91 lines (75 loc) · 1.85 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
# Build settings
#markdown: redcarpet
#highlighter: pygments
gems:
- jemoji
# Site settings
title: "The Base"
description: > # this means to ignore newlines until "email:"
Things that came in my mind...
email: [email protected]
#blog logo
logo: "/assets/images/df_logo.jpg"
# blog cover
cover: "/assets/images/background_image.jpg"
name: 'Dirk Fabisch'
author: 'Dirk Fabisch'
author_image: "/assets/images/author.jpg"
paginate: 5
url: "http://blog.base68.com" # the base hostname & protocol for your site
baseurl: ""
#used to display twitter cards
twitter_handle: '@dirkfabisch'
#fill in disqus shortname to use disqus
#disqus: disqus-shortname
# social icons and sharing options
social:
- icon: twitter
url: https://twitter.com/dirkfabisch
desc: Follow me on twitter
share_url: http://twitter.com/share
share_title: ?text=
share_link: "&url="
# - icon: facebook
# url: https://facebook.com/???
# desc: Connect with me facebook
# share_url: https://www.facebook.com/sharer.php
# share_title: ?t=
# share_link: "&u="
- icon: github
url: https://github.com/dirkfabisch
desc: Fork me on github
share_url:
share_title:
share_link:
# - icon: google-plus
# url: https://google.com/???
# desc: Add me on google+
# share_url:
# share_title:
# share_link:
picture:
source: assets/images/_fullsize
output: generated
markup: picture
presets:
# Full width pictures
default:
ppi: [1, 1.5]
source_lrg:
media: "(min-width: 50em)"
width: 1000
source_med:
media: "(min-width: 30em)"
width: 700
source_default:
width: 600
# Glynn settings
ftp_host: 'base68.com'
ftp_dir: '/'
ftp_passive: false
# optional
ftp_port: 21 # default 21
ftp_username: 'f009917a' # default read from stdin
#gems
gems: [jekyll-paginate]