PaperMod Cover Image

PaperMod Features Demo

Introduction This is a demonstration of the Hugo PaperMod theme features. Code Highlighting PaperMod supports syntax highlighting for various languages with line numbers and copy buttons. 1 2 3 def hello_world(): print("Hello, World!") # This line is highlighted return True 1 2 3 4 5 6 7 package main import "fmt" func main() { fmt.Println("Hello, Hugo!") } Rich Content You can include images, lists, and other markdown elements. ...

2023年10月27日 · 1 分钟 · 133 字 · 原晨瑜

Second Post: Pagination Test

Why this post exists? This post is created to demonstrate: Pagination: If we had enough posts, this would be on a list. Related Posts: Since this shares the features tag with the demo post, it should appear in the “Related Posts” section. Lorem Ipsum 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. ...

2023年11月1日 · 1 分钟 · 93 字 · 原晨瑜

用手机写代码并实时上线:Claude Mobile Code 体验

Claude 手机端 App 更新了 Code 功能,可以连接 GitHub 仓库,通过对话写代码并实时推送到线上。本文分享了这一全新工作流的真实体验。

2026年2月25日 · 1 分钟 · 91 字 · 原晨瑜

实践|飞书多维表格公式计算每周净工作日(包括调休&节假日处理)

在飞书多维表格中,通过简单的公式计算和辅助表,快速得到每周的净工作日(包括调休和节假日的处理),可用于精确的排班管理、个人时间管理。

2024年4月29日 · 原晨瑜

什么是心理账户?

举个简单的例子:路上捡到100块钱,你会很乐意用它买之前舍不得买的东西;但如果是你辛苦兼职挣来的100块,你却舍不得花。同样是100块,为什么感受完全不同?这就是心理账户。

2024年1月23日 · 原晨瑜