关于
本博客由 Hugo 搭建,由于框架非常简单,事实上我并没有做什么实质性的工作,多半就是在已有的模板上修修改改而已。
主题
大部分主题样式照搬了 Hugo Theme Stack,自己做了一些修改,希望以后可以自己完善或添加一些功能。
寄语
希望能在这里分享一些我在学习过程中遇到问题然后解决的方法,希望能坚持下去(真的可以吗。。。。
测试
以下为测试内容
列表测试
- 无序列表项 1
- 嵌套无序列表项 1.1
- 嵌套无序列表项 1.2
- 无序列表项 2
- 有序列表项 1
- 有序列表项 2
- 嵌套有序列表项 2.1
- 嵌套有序列表项 2.2
引用测试
这是一个引用块。
带有脚注的引用
Don’t communicate by sharing memory, share memory by communicating. — Rob Pike1
A footnote can also have multiple lines2.
代码测试
# 中文测试
def hello_world():
print("Hello, World!")
链接测试
点击访问 Hugo 官网
图片测试
表格测试
表头 1 | 表头 2 | 表头 3 |
---|---|---|
内容 1 | 内容 2 | 内容 3 |
内容 4 | 内容 5 | 内容 6 |
内容 7 | 内容 8 | 内容 9 |
文本测试
这是粗体文本
这是斜体文本
这是粗体加斜体文本
这是删除线文本
这是下划线文本
Emoji 测试
Hello! 👋
分隔线测试
任务列表测试
- 已完成任务
- 未完成任务
折叠测试
点击展开内容
这是折叠内容。
颜色可视化
这是一个颜色示例 #FF0000
和另一个颜色 rgb(0, 255, 0)
,这是正常的代码 text
。
图表测试
graph TD; A-->B; A-->C; B-->D; C-->D;
Shortcodes 测试
Bilibili 视频
带源的引用
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
― A famous person, The book he wrote
PDF 查看
高级块引用
NOTE
Useful information that users should know, even when skimming content.
TIP
Helpful advice for doing things better or more easily.
IMPORTANT
Key information users need to know to achieve their goal.
WARNING
Urgent info that needs immediate user attention to avoid problems.
CAUTION
Advises about risks or negative outcomes of certain actions.