Skip to content

v1.2.2

Latest
Compare
Choose a tag to compare
@cestoliv cestoliv released this 04 Sep 19:05
· 2 commits to main since this release

Features

  • cestmaddy is now a NPM module 🎉, with a command to init, build, watch and start a website
  • Two new blog settings to disable the creation of a feed (feed: boolean) and the addition to the global feed (global_feed: boolean)
  • New built-in shortcode and hotcode: env that can return the value of an environment variable. ⚠️ This should be used very carefully!

Improvements

  • We can now create nested {short,hot}codes up to 50 nested level
${
    "a": {
        "nested": "object",
    }
}

Fixes

  • Removal of the bold function from a deleted dependency
  • There was a typo in the JavaScript template