chore: updated page description partial

This commit is contained in:
Xin
2023-08-27 23:44:43 +01:00
parent 259b050dfb
commit a1f2859944
9 changed files with 25 additions and 6 deletions

View File

@ -6,6 +6,8 @@ weight: 3
Hugo uses [Chroma](https://github.com/alecthomas/chroma), a general purpose syntax highlighter in pure Go, for syntax highlighting.
It is recommended to use backticks for code blocks in Markdown content. For example:
<!--more-->
````markdown {filename="Markdown"}
```python
def say_hello():