-
Notifications
You must be signed in to change notification settings - Fork 22
/
peru.yaml
76 lines (56 loc) · 1.52 KB
/
peru.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
imports:
# The dircolors file just goes at the root of our project.
elegant: themes/elegant/
plugins|sitemap: plugins/
plugins|yuicompressor: plugins/
plugins|better_figures_and_images: plugins/
plugins|better_codeblock_line_numbering: plugins/
plugins|extract_toc: plugins/
plugins|tipue_search: plugins/
plugins|liquid_tags: plugins/
plugins|neighbors: plugins/
plugins|render_math: plugins/
plugins|related_posts: plugins/
plugins|share_post: plugins/
plugins|series: plugins/
plugins|assets: plugins/
plugins|post_stats: plugins/
plugins|photos: plugins/
revealmd: plugins/revealmd/
git module elegant:
url: https://github.com/Pelican-Elegant/elegant.git
rev: next
git module revealmd:
url: https://github.com/iranzo/pelican-revealmd/
git module plugins:
url: https://github.com/getpelican/pelican-plugins.git
rule sitemap:
pick: sitemap
rule yuicompressor:
pick: yuicompressor
rule better_figures_and_images:
pick: better_figures_and_images
rule better_codeblock_line_numbering:
pick: better_codeblock_line_numbering
rule extract_toc:
pick: extract_toc
rule tipue_search:
pick: tipue_search
rule liquid_tags:
pick: liquid_tags
rule neighbors:
pick: neighbors
rule render_math:
pick: render_math
rule related_posts:
pick: related_posts
rule share_post:
pick: share_post
rule series:
pick: series
rule assets:
pick: assets
rule post_stats:
pick: post_stats
rule photos:
pick: photos