Add Markdown HTML publication
This commit is contained in:
16
examples/local-html.yml
Normal file
16
examples/local-html.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
pipelines:
|
||||
- id: example-html-bundle
|
||||
source:
|
||||
backend: local
|
||||
path: examples/source-bundle
|
||||
destinations:
|
||||
- id: local-html
|
||||
backend: local
|
||||
path: workspace/published/html-bundle
|
||||
publish:
|
||||
source: false
|
||||
html: true
|
||||
transform:
|
||||
markdown_to_html:
|
||||
enabled: true
|
||||
mode: sidecar
|
||||
Reference in New Issue
Block a user