-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsite.yaml
More file actions
27 lines (25 loc) · 758 Bytes
/
site.yaml
File metadata and controls
27 lines (25 loc) · 758 Bytes
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
site:
base_url: https://exploring-data.com
author: Ramiro Gómez
feed_title: Exploring Data News Feed
amazon_tag:
us: xpdt-20
# Settings that affect collections in the document index. Top-level keys of
# collections can be used as document attributes for grouping it in the
# corresponding collection.
collections:
tags:
path: tags
template: index.html
shirt_collections:
path: prints
template: collections/prints.html
extensions:
jinja: # https://jinja.palletsprojects.com/extensions/
- 'jinja2.ext.loopcontrols'
markdown: # https://python-markdown.github.io/extensions/
- 'attr_list'
- 'def_list'
- 'fenced_code'
- 'toc'
- 'tables'