-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnanoc.yaml
60 lines (53 loc) · 1.75 KB
/
nanoc.yaml
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
text_extensions: [ 'adoc', 'asciidoc', 'atom', 'coffee', 'css', 'erb', 'haml', 'handlebars', 'hb', 'htm', 'html', 'js', 'less', 'markdown', 'md', 'ms', 'mustache', 'org', 'php', 'rb', 'rdoc', 'sass', 'scss', 'slim', 'tex', 'txt', 'xhtml', 'xml' ]
prune:
auto_prune: true
data_sources:
- type: filesystem
encoding: utf-8
environments:
default:
dev: true
site:
url: 'http://localhost:3000' # FIXME not very nice to hardcode port
prod:
dev: false
site:
url: https://lecture.opatry.net
site:
lang: fr
title: 📚 Les lectures d'Olivier
description: Les livres que j'ai lu avec une note et un résumé rapide pour partager.
uuid: 4effbc5e-6476-4f0b-a81c-77011812d4f6
feed:
max_entries: 20
social:
badge_size: 25
badges:
sc:
label: Mon profil SensCritique
icon_identifier: '/static/senscritique.*'
tint: '#60d16f'
url: https://www.senscritique.com/OlivYé/collection?universe=2&action=RATING&order=MY_RATING_DESC
babelio:
label: Mon profil Babelio
icon_identifier: '/static/babelio.*'
tint: '#fbb91e'
url: https://www.babelio.com/bibliotheque.php?&s1=1&id_user=1664025&tri=note&sens=decroissant
rss:
label: Flux RSS
icon_identifier: '/static/rss.*'
tint: '#6ddfe3'
url: https://lecture.opatry.net/feed.xml
pwa_screenshot_width:
phone: 651
desktop: 470
favicon_reprs: [ 'default' ]
cover:
quality: '85%'
width:
mini: 50 # width of mini cover in main table (see content/index.html `formatterParams`)
medium: 75 # width of medium cover in recent readings (see content/static/style.css `.book-cover-card`)
default: 150 # width of cover by default (see content/static/style.css `.book-cover`)
avatar_size:
compact: 48
default: 128