-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config_dev.yml
More file actions
executable file
·48 lines (46 loc) · 1.3 KB
/
_config_dev.yml
File metadata and controls
executable file
·48 lines (46 loc) · 1.3 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
title: Ezora Theme!
email: git@ezrasavard.com
greeting: Welcome to the Ezora Sample Site
description: > # this means to ignore newlines until another tag
Ezora is a responsive Jekyll theme with a clean single column layout, nifty text overlays for images and a mobile friendly navigation bar.
github: ezrasavard
linkedin: ezrasavard
favicon: favicon.png
# Build settings
paginate: 3
baseurl: "" # the subpath of your site, e.g. /blog/
#baseurl: ""
url: "http://localhost:4000" # the base hostname & protocol for your site
highlights: pygments
permalink: posts/:title/
include: ["_pages"]
gems: [jekyll-paginate]
markdown: kramdown
excerpt_separator: "<!--more-->"
sass:
sass_dir: _sass
style: compressed
# cover images are expected to be 900px by 240px, or at least 15:4 aspect ratio
# thumbnails look best with 3:1 or 5:2 ratios in this layout.
defaults:
-
scope:
path: ""
values:
layout: "default"
-
scope:
path: ""
type: "posts"
values:
author: "Ezra Savard"
cover: "/media/header.jpg"
layout: "post"
-
scope:
path: ""
type: "pages"
values:
author: "Ezra Savard"
cover: "/media/header.jpg"
layout: "default"