forked from geek-cookbook/geek-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs-insiders.yml
72 lines (72 loc) · 2.03 KB
/
mkdocs-insiders.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
# This file exists for production builds where we use the mkdocs-material-insiders code, with exclusive features
# that don't degrade for the open-source version
INHERIT: mkdocs.yml
plugins:
extra-sass:
meta:
blog:
# post_excerpt: required
post_url_format: "{date}/{file}" # this allows us to change the post title in future without breaking URLs
tags:
tags_file: blog/tags.md
rss:
match_path: blog/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
abstract_chars_count: 200
image: https://geek-cookbook.funkypenguin.co.nz/images/site-logo.png
url_parameters:
utm_source: "geek-cookbook-blog"
utm_medium: "RSS"
utm_campaign: "feed-syndication"
social:
cards_layout_options:
font_family: Ubuntu
cards_color:
fill: "#FFFFFF"
text: "#000000"
privacy:
external_links_attr_map:
target: _blank
rel: nofollow
external_assets_exclude:
- shields.io/*
optimize:
enabled: true
with-pdf:
#author: David Young
#copyright: ANY TEXT
# cover: true
back_cover: true
#cover_title: TITLE TEXT
#cover_subtitle: SUBTITLE TEXT
# cover_logo: images/cover_logo.png
custom_template_path: with_pdf_template
#toc_title: TOC TITLE TEXT
#heading_shift: true
toc_level: 3
ordered_chapter_level: 4
excludes_children:
- '*/:discourse-comments'
- '*/:employ-your-chef-engage'
- '*/:flirt-with-waiter-subscribe'
- '*/:fn:1'
exclude_pages:
- 'reference/oauth_proxy/'
- 'appendix/contribute/'
convert_iframe:
- src: IFRAME SRC
img: POSTER IMAGE URL
text: ALTERNATE TEXT
- src: ...
# two_columns_level: 3
render_js: false
# headless_chrome_path: /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
output_path: funkypenguins-geek-cookbook.pdf
debug_html: false
show_anchors: true
verbose: false
enabled_if_env: ENABLE_PDF_EXPORT