-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·83 lines (73 loc) · 2.05 KB
/
_config.yml
File metadata and controls
executable file
·83 lines (73 loc) · 2.05 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
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
# Setup
title: noinnion
tagline: 'A Jekyll theme'
description: 'A reserved <a href="http://jekyllrb.com" target="_blank">Jekyll</a> theme that places the utmost gravity on content with a hidden drawer. Made by <a href="https://twitter.com/mdo" target="_blank">@mdo</a>.'
url: http://noinnion.com
baseurl: ''
repository: noinnion/noinnion.github.io
excerpt_separator: <!--more-->
# Custom vars
version: 1.0.0
# Conversion
markdown: kramdown
# Pagination
plugins: [jekyll-paginate]
paginate: 6
paginate_path: "blog/page:num"
# About/contact
author:
name: noinnion
url: https://twitter.com/noinnion
email: noinnion@gmail.com
# Collections
collections:
pages:
output: true
permalink: /:title
faqs:
output: true
permalink: /:collection/:name
defaults:
-
scope:
path: ""
type: pages
values:
layout: page
# Jekyll-Picture-Tag
picture:
source: assets/img/_fullsize
output: assets/img
markup: picture
presets:
# Full width pictures
default:
ppi: [1, 1.5]
attr:
class: blog-full
itemprop: image
source_lrg:
media: "(min-width: 40em)"
width: 1024
source_med:
media: "(min-width: 30em)"
width: 800
source_default:
width: 420
# Self-set resolution sources. Useful if you don't want a 1:1 image size to dppx ratio.
gallery:
source_wide_hi:
media: "(min-width: 40em) and (min-resolution: 1.5dppx)"
width: 900
height: 600
source_wide:
media: "(min-width: 40em)"
width: 600
height: 400
source_default:
width: 250
height: 250