forked from vincentbernat/vincent.bernat.ch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite-production.yaml
38 lines (38 loc) · 1.1 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
extends: "site.yaml"
mode: production
deploy_root: '.final'
plugins:
- 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
- extensions.css.CSSPrefixerPlugin
- hyde.ext.plugins.textlinks.TextlinksPlugin
- hyde.ext.plugins.urls.UrlCleanerPlugin
- extensions.images.ImageThumbnailsPlugin
- extensions.images.ImageFixerPlugin
- extensions.text.LatexPlugin
- extensions.text.FootnotesPlugin
- hyde.ext.plugins.uglify.UglifyPlugin
- extensions.cdn.CdnPlugin
- extensions.typo.TypographyPlugin
media_url: "https://d1g3mdmxf8zbo9.cloudfront.net/"
cdn:
- path: "files/"
url: "https://media.luffy.cx/files/"
- path: "videos/"
url: "https://media.luffy.cx/videos/"
uglify:
app: /usr/bin/uglifyjs
args:
no-copyright: ""
urlcleaner:
index_file_names:
- index.html
strip_extensions:
- html
append_slash: false