Testing Categories and Tags
This is a test post to demonstrate categories and tags functionality. Features Multiple categories Multiple tags Automatic taxonomy pages Easy filtering
This is a test post to demonstrate categories and tags functionality. Features Multiple categories Multiple tags Automatic taxonomy pages Easy filtering
欢迎来到 Web3 Blog!这是一个基于 Hugo 构建的去中心化博客系统,具有以下特点: 主要功能 去中心化存储 文章内容存储在 IPFS 网络 永久保存,无需担心数据丢失 通过 IPFS Hash 可以随时访问 Markdown 支持 使用 SimpleMDE 编辑器 实时预览 支持所有标准 Markdown 语法 分类和标签 文章分类管理 标签云展示 快速导航和筛选 响应式设计 适配桌面和移动设备 清晰的阅读体验 优雅的动画效果 代码示例 // 发布文章到 IPFS async function publishToIPFS(content) { const file = new File([content], 'article.md', { type: 'text/markdown' }); const cid = await client.storeBlob(file); return cid; } 图片示例 快速开始 点击右上角的"写文章" 使用 Markdown 编写内容 添加分类和标签 点击"发布到IPFS" 等待自动部署完成 就是这么简单!开始你的 Web3 写作之旅吧!