Releases: daKmoR/rocket
Releases · daKmoR/rocket
@d4kmor/[email protected]
Patch Changes
- 8dec626: Extract title from markdown headline on all pages
@d4kmor/[email protected]
Patch Changes
- f0acb1d: Make sure the hierarchy makes sense when using markdown headlines
- Updated dependencies [f0acb1d]
- @d4kmor/[email protected]
@d4kmor/[email protected]
Minor Changes
-
0bf484a: Allow to read a markdown title with meta data to replace frontmatter.
Example:
# Writing Pages >> Structure ||10
will result in this frontmatter data
{ title: 'Writing Pages Structure', eleventyNavigation: { title: 'Structure', key: 'Writing Pages >> Structure ||10', parent: 'Writing Pages', order: 10, }, }
@d4kmor/[email protected]
Patch Changes
- 1819f5f: Wasm needs to get enough memory so it can access bigger html files. Now up to 256kB.
@d4kmor/[email protected]
Minor Changes
-
0bf484a: Allow to read a markdown title with meta data to replace frontmatter.
Example:
# Writing Pages >> Structure ||10
will result in this frontmatter data
{ title: 'Writing Pages Structure', eleventyNavigation: { title: 'Structure', key: 'Writing Pages >> Structure ||10', parent: 'Writing Pages', order: 10, }, }
@d4kmor/[email protected]
Minor Changes
-
0bf484a: Allow to read a markdown title with meta data to replace frontmatter.
Example:
# Writing Pages >> Structure ||10
will result in this frontmatter data
{ title: 'Writing Pages Structure', eleventyNavigation: { title: 'Structure', key: 'Writing Pages >> Structure ||10', parent: 'Writing Pages', order: 10, }, }
@d4kmor/[email protected]
Patch Changes
- 652b5e7: Make @d4kmor/core a real dependency
@d4kmor/[email protected]
Minor Changes
-
0bf484a: Allow to read a markdown title with meta data to replace frontmatter.
Example:
# Writing Pages >> Structure ||10
will result in this frontmatter data
{ title: 'Writing Pages Structure', eleventyNavigation: { title: 'Structure', key: 'Writing Pages >> Structure ||10', parent: 'Writing Pages', order: 10, }, }
Patch Changes
- Updated dependencies [1819f5f]
- Updated dependencies [0bf484a]
- @d4kmor/[email protected]
- @d4kmor/[email protected]
@d4kmor/[email protected]
Patch Changes
- 41c5bc8: Support functions in rocket config by using an es module singleton instead of a file storage
@d4kmor/[email protected]
Minor Changes
- d51bcf1: Start of restructure, add some tests and types