Posts

2025

Shortcodes

Rather than writing all your site pages from scratch, Hugo lets you define and use shortcodes.

Rotation Matrix and Rotation Vector

A rotation vector is a convenient and most compact representation of a rotation matrix (since any rotation matrix has just 3 degrees of freedom).

Mermaid Support

Mermaid lets you create diagrams and visualizations using text and code.

风雨

《风雨》出自《诗经·国风·郑风》,描写一位女子与丈夫重逢时欢欣、惊喜的场景,道出其相思和欣喜之情。

乌兰巴托的夜

《乌兰巴托的夜》最初是首创作于1985年的蒙古国歌曲,由桑堆扎布作词,普勒布道尔吉作曲,蒙古微笑乐队原唱,表现了乌兰巴托夜晚的美丽和人们对它的热爱。

Iosevka With JetBrains Mono Style

Build Iosevka with JetBrains Mono Style.

Emacs中去光亮所有符号

之前的文章介绍了如何在Emacs中高亮符号,一般运行 M-x unhighlight-regexp 来选择其中一个符号去高亮。

Better capture template for blog post

An org capture template to create post file in blog directory, and insert some front matters.

Emacs中记笔记

Denote is a simple note-taking tool for Emacs.

Emacs中高亮关键字

Use font-lock to highlight keywords.

Emacs中高亮符号

Use hi-lock to highlight symbol.

Org Mode Archiving

Archiving in agenda view.

Change buffer font in Emacs

From Emacs 23.1, you can change the font of current buffer, using buffer-face-set.

llama.cpp使用

前面的一篇文章介绍了Ollama运行DeepSeek-R1,实际上Ollama的后端使用的是llama.cpp。

Ollama运行DeepSeek-R1

Ollama 是一个用于构建大型语言模型应用的工具,它提供了一个简洁易用的命令行界面和服务器,让你能够轻松下载、运行和管理各种开源LLM。