forked from poole/lanyon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
55 lines (50 loc) · 1.39 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
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
# relative_permalinks: true
# Setup
title: Joshua Beatty
tagline: 'Libraries, history, &c.'
description: 'Libraries, history, &c.'
url: https://jfbeatty.github.io
baseurl: ""
paginate: 10
# About/contact
author:
name: Joshua Beatty
name_first: Joshua
name_last: Beatty
twitter: https://twitter.com/beattyjf
zotero: https://www.zotero.org/jfbeatty
pinboard: https://pinboard.in/u:jfbeatty
github: https://github.com/jfbeatty
email: [email protected]
# Prose.io
prose:
media: "images"
metadata:
_posts:
- name: "published"
field:
label: "Published"
element: "checkbox"
value: "true"
- name: "layout"
field:
label: "Layout"
element: "text"
value: "post"
- name: "title"
field:
label: "Title"
element: "text"
value: "Title here"
- name: "date"
field:
label: "Date and time"
element: "text"
value: CURRENT_DATETIME
# Custom vars
version: 1.0.0
gems: [jekyll-paginate]