update pdf
[static.git] / site.yaml
1 context:
2     data:
3         domain: https://prawokultury.pl
4 plugins:
5     - hyde.ext.plugins.meta.MetaPlugin
6     - hyde.ext.plugins.meta.AutoExtendPlugin
7     - hyde.ext.plugins.urls.UrlCleanerPlugin
8     - hyde.ext.plugins.meta.GrouperPlugin
9     - hyde.ext.plugins.meta.SorterPlugin
10     - hyde.ext.plugins.structure.FlattenerPlugin
11     - hyde.ext.plugins.css.SassyCSSPlugin
12 meta:
13     nodemeta: meta.yaml
14 urlcleaner:
15     index_file_names:
16         - index.html
17     strip_extensions:
18         - html
19     append_slash: true
20 flattener:
21     items:
22         - source: texts/intro
23           target: ""
24         - source: import/rozdzial-1
25           target: ""
26         - source: import/rozdzial-2
27           target: ""
28         - source: import/rozdzial-3
29           target: ""
30         - source: import/rozdzial-4
31           target: ""
32         - source: import/rozdzial-5
33           target: ""
34         - source: import/rozdzial-6
35           target: ""
36 gzipper:
37     extensions:
38         - html
39         - css
40         - js
41 sorter:
42     order:
43         attr:
44             - meta.order
45         filters:
46             source.kind: html
47             meta.listable: true
48     global_order:
49         attr:
50             - meta.section
51             - meta.order
52         filters:
53             source.kind: html
54             meta.listable: true
55 grouper:
56     section:
57         sorter: order
58         groups:
59             - name: intro
60             - name: rozdzial-1
61               title: "Rozdział 1"
62             - name: rozdzial-2
63               title: "Rozdział 2"
64             - name: rozdzial-3
65               title: "Rozdział 3"
66             - name: rozdzial-4
67               title: "Rozdział 4"
68             - name: rozdzial-5
69               title: "Rozdział 5"
70             - name: rozdzial-6
71               title: "Rozdział 6"