Step 1: Write your blog
Create your new article folder in the docs
.
We make a demo-blog
folder for example.
bash
├── docs
│ ├── demo-blog
│ │ ├── assets
│ │ │ ├── clonex.png
│ │ │ └── doodle.png
│ │ ├── clonex.md
│ │ ├── doodle.md
│ │ └── index.md
Then, try to access http://localhost:5173/demo-blog/clonex.html and you should see the content of clonex.md is shown.
The clonex.md
content looks like this
md
---
basicPrice: 0.001
name: A clonex
description: This is the clonex NFT
image: ./assets/clonex.png
---
# CloneX
20,000 next-gen Avatars, by RTFKT and Takashi Murakami 🌸
If you own a clone without any Murakami trait please read the terms regarding RTFKT - Owned Content here: <https://rtfkt.com/legal-2A>
You are also entitled to a commercial license, please read the terms to that here: <https://rtfkt.com/legal-2C>

Please note that the top section is the article metadata that require you to put them all to indicate you want to make this article as an NFT. They will be used as the NFT's standard metadata fields and show on Opensea then.