An independent website created based on the weekly template to record self media and overseas trips.
Relying on the ability to showcase on GitHub pages.
yarn dev
yarn build
git commit
一个页面只能有一个 h1,就是标题,所以页面内容要从 h2 开始
开源测试
Markdown允许你轻松地编写网页内容。它的语法简单明了。
你也可以创建斜体和粗体文本,甚至是斜体加粗体。
列表是Markdown中常用的元素:
- 项目一
- 项目二
- 子项目一
- 子项目二
- 项目三
- 第一项
- 第二项
- 第三项
链接和图片也很容易添加:
代码块和引用也是Markdown的重要组成部分:
console.log('Hello, MDX!');
开源测试2
这是一个引用文本。