-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy path_config_pdf_smartphones.yml
80 lines (72 loc) · 1.43 KB
/
_config_pdf_smartphones.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
scope: all
title: "Journey away from smartphones"
subtitle: "Regaining focus"
author: Tom Johnson
url_tagline: idratherbewriting.com/smartphones
media: /Users/tomjohnson/projects/idratherbewriting/images/
type: pdf
# if cover is set to true, the title and subtitle aren't used. instead, the cover_image is used instead.
cover_hybrid: true
cover_image: images/journeyawayfromsmartphonestitle.png
sidebar: sidebar_smartphones
baseurl: /Users/tomjohnson/projects/idratherbewriting/_site
language: english
format: print
destination: _site
port: 4000
highlighter: rouge
exclude:
- ebooks
- pdf
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
collections:
docs:
output: false
zamm:
output: false
smartphones:
output: true
restapicourse:
output: false
publishingapidocs:
output: false
voiceovertechniques:
output: false
visualcommunication:
output: false
podcasts:
output: false
youngadultnovel:
output: false
user_centered_doc:
output: false
sass:
style: compressed
defaults:
-
scope:
path: ""
type: pages
values:
layout: printpdf
published: true
-
scope:
path: ""
type: smartphones
values:
layout: printpdf
published: true
collection: smartphones
-
scope:
path: _docs/pdf_frontmatter
type: docs
values:
layout: printpdf
published: true