- 404 page background images are not being loaded
- sitemap.xml not deployed on netlify
- recursive rendering of lit / html / and markdown
- "import" markdown with frontmatter
- mdjs update to unified v10 AND go esm only (only cjs pkg we have now)
- Add "menuExclude" => to actually exclude the menu item
- write to
_site-dev
instead of_site
while usingrocket start
- nested
recursive.data.js
do not overwrite the parent data - support in markdown
- make error nice for parent page not found in index => auto generate page? 🤔
-
docs site, blog (simple), blog (complex), minimal
-
add stackblitz/codesandbox examples => does not work because of
@parcel/watcher
parcel-bundler/watcher#99 -
Example: export variable and use it in rendering
-
Example: fetch data from an api and display it
-
Example: usage of image
- support
@change
in markdown - support "hey ${foo.map(f =>
${f} + 1
)}" - ENGINE: Rename "options.docsDir" to "options.inputDir"
- Replace magic "resolve:pkg/foo.css" with a directive
${resolve()}
?