You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
329 B
YAML

site:
entry-points:
- source: index.html
pipeline:
- layout: layouts/base
- target: dist/index.html
- source: 'posts/{post-name}.md'
pipeline:
- plugin: markdown
- layout: layouts/base
- layout: layouts/post.html
- target: 'dist/posts/{post-name}/index.html'