Copy notes
This commit is contained in:
parent
5e3b9a16e9
commit
2e41dfa710
@ -12,7 +12,7 @@ A starter repository showing how to build a blog with the [Eleventy](https://www
|
||||
- Automated [image optimization](https://www.11ty.dev/docs/plugins/image/) via the `{% image %}` shortcode (images can be co-located with posts) (with zero-JavaScript output).
|
||||
- Built-in [syntax highlighter](https://www.11ty.dev/docs/plugins/syntaxhighlight/) (with zero-JavaScript output).
|
||||
- Automated next/previous links on blog posts.
|
||||
- Use `draft: true` to only show draft blog posts (during `--serve` and `--watch` run modes). Drafts are excluded from full builds.
|
||||
- Use `draft: true` to mark a blog post as a draft. Drafts are **only** included during `--serve`/`--watch` and are excluded from full builds.
|
||||
- Easily [deploy to a subfolder without changing any content](https://www.11ty.dev/docs/plugins/html-base/)
|
||||
- Easily configure templates via the [Eleventy Data Cascade](https://www.11ty.dev/docs/data-cascade/)
|
||||
- Output URLs are independent of content’s location on the file system.
|
||||
|
Loading…
Reference in New Issue
Block a user