Skip to content

Releases: daKmoR/rocket

@d4kmor/[email protected]

24 Sep 21:57
Compare
Choose a tag to compare

Patch Changes

  • 8dec626: Extract title from markdown headline on all pages

@d4kmor/[email protected]

24 Sep 20:36
Compare
Choose a tag to compare

Patch Changes

@d4kmor/[email protected]

23 Sep 21:28
Compare
Choose a tag to compare

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]

23 Sep 21:28
Compare
Choose a tag to compare

Patch Changes

  • 1819f5f: Wasm needs to get enough memory so it can access bigger html files. Now up to 256kB.

@d4kmor/[email protected]

23 Sep 21:28
Compare
Choose a tag to compare

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]

23 Sep 21:28
Compare
Choose a tag to compare

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]

23 Sep 22:23
Compare
Choose a tag to compare

Patch Changes

  • 652b5e7: Make @d4kmor/core a real dependency

@d4kmor/[email protected]

23 Sep 21:28
Compare
Choose a tag to compare

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

@d4kmor/[email protected]

14 Sep 07:32
Compare
Choose a tag to compare

Patch Changes

  • 41c5bc8: Support functions in rocket config by using an es module singleton instead of a file storage

@d4kmor/[email protected]

13 Sep 21:48
Compare
Choose a tag to compare

Minor Changes

  • d51bcf1: Start of restructure, add some tests and types