Version: 0.7.1
Last Updated: Unknown
Use this tempalate to generate new lift projects.
| Variable | Data Type | Info |
|---|---|---|
name | string | Name of the blog post |
1---2basedir: content/blog3---4---5date: "<%= name.split('-').filter((_data, index) => index < 3).join("-") %>"6image: https://cdn.dennisokeeffe.com/assets/<%= name %>/main-image.png7title: <%= _.startCase(name.split('-').filter((_data, index) => index >= 3)) %>8description: <%= description %>9tags: "nfts,ethereum"10icons: "dok,ethereum,opensea"11---1213This post will ...1415## ...1617...1819## Summary2021Today's post demonstrated how to ...2223## Resources and further reading2425- [Etheruem](https://www.ethereum.org/)26- [OpenSea](https://opensea.io/)2728_Photo credit: [`user`](https://unsplash.com/@user)_