-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
site-production.yaml
39 lines (39 loc) · 1.15 KB
/
site-production.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
extends: "site.yaml"
mode: production
deploy_root: '.final'
plugins:
# From site.yaml
- hyde.ext.plugins.meta.MetaPlugin
- hyde.ext.plugins.git.GitDatesPlugin
- extensions.combine.CombinePlugin
- hyde.ext.plugins.languages.LanguagePlugin
- hyde.ext.plugins.auto_extend.AutoExtendPlugin
- hyde.ext.plugins.sorter.SorterPlugin
- hyde.ext.plugins.tagger.TaggerPlugin
- hyde.ext.plugins.less.LessCSSPlugin
- hyde.ext.plugins.textlinks.TextlinksPlugin
- extensions.css.CSSPrefixerPlugin
- extensions.images.ImageThumbnailsPlugin
- extensions.images.ImageFixerPlugin
- extensions.text.LatexPlugin
- extensions.text.FootnotesPlugin
- extensions.typo.TypographyPlugin
- extensions.pygments.PygmentPlugin
# Additional ones
- hyde.ext.plugins.urls.UrlCleanerPlugin
- hyde.ext.plugins.uglify.UglifyPlugin
- extensions.cdn.CdnPlugin
media_url: "https://d2pzklc15kok91.cloudfront.net/"
cdn:
- path: "files/"
url: "https://media.bernat.ch/files/"
- path: "videos/"
url: "https://media.bernat.ch/videos/"
uglify:
app: /usr/bin/uglifyjs
urlcleaner:
index_file_names:
- index.html
strip_extensions:
- html
append_slash: false