trunk-build-time 0.17.3

Build, bundle & ship your Rust WASM application to the web.
Documentation
1
2
3
4
5
6
# Create a new blog post file named `{year}-{month}-{day}-{fileName}.md`.
newBlogPost fileName:
    #!/bin/sh
    date="$(date +%F)"
    name="${date}-{{fileName}}.md"
    touch ./site/content/blog/${name}