说明
这是我的第一篇文章,用来记录如何使用这个主题,当我再发10篇文章熟悉后就删除。
如何写一篇文章
文章的开头如下,按需配置,接下来正常使用markdown即可。
---
title: "origin"
date: 2026-01-24
toc: true # 是否启用目录
hide_title: false # 是否隐藏标题
---
音乐
代码
<div style="width: 100%; height: 86px; padding: 0; margin: 0; line-height: 0; overflow: hidden;">
<iframe
frameborder="0"
border="0"
marginwidth="0"
marginheight="0"
src="//music.163.com/outchain/player?type=2&id=28851139&auto=0&height=66"
style="width: 100%; height: 100%; border: none !important; box-shadow: none !important; border-radius: 0 !important; aspect-ratio: unset !important; padding: 0 !important; margin: 0 !important; display: block; vertical-align: top; line-height: 0;"
></iframe>
</div>
效果
视频
代码
<iframe
src="////www.bilibili.com/blackboard/html5mobileplayer.html?isOutside=true&aid=115915144299522&bvid=BV1cbkxBmEYB&cid=35462055974&page=1&Danmaku=0"
scrolling="no"
border="0"
frameborder="no"
framespacing="0"
allowfullscreen="true"
style="width: 100%; height: 100%;"
></iframe>
效果
图片
图床我使用imgbb作为我的图床。github作为备选方案。
