Back to home

blog/

nfts

Version: 0.7.1

Last Updated: Unknown


Basic Lift Template

Use this tempalate to generate new lift projects.

Required

VariableData TypeInfo
namestringName of the blog post

Module files

1---
2basedir: content/blog
3---
4---
5date: "<%= name.split('-').filter((_data, index) => index < 3).join("-") %>"
6image: https://cdn.dennisokeeffe.com/assets/<%= name %>/main-image.png
7title: <%= _.startCase(name.split('-').filter((_data, index) => index >= 3)) %>
8description: <%= description %>
9tags: "nfts,ethereum"
10icons: "dok,ethereum,opensea"
11---
12
13This post will ...
14
15## ...
16
17...
18
19## Summary
20
21Today's post demonstrated how to ...
22
23## Resources and further reading
24
25- [Etheruem](https://www.ethereum.org/)
26- [OpenSea](https://opensea.io/)
27
28_Photo credit: [`user`](https://unsplash.com/@user)_

Install


Lift generate


Repository

https://github.com/okeeffed/pkg-lift-blog

Sections