-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathshortcodes.yaml
34 lines (26 loc) · 889 Bytes
/
shortcodes.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
# Global plugin configurations
enabled: true # Set to false to disable this plugin completely
# Default configurations for special shortcodes
shortcodes:
assets:
enabled: true
options:
type: "css" # Assets type (either "css" or "js")
inline: false # Include assets as block or inline expression
priority: 10 # Priority to add CSS or JS to Grav pipeline, bigger comes first
pipeline: false # Pipeline assets or not
load: "" # Load asset either asynchronously "async" or deferred "defer"
comment:
enabled: true
embed:
enabled: true
options:
template: "" # Default template to render a page
markdown:
enabled: true
options:
extra: true # Enable support for Markdown Extra
summary:
enabled: true
twig:
enabled: true