diff options
author | mayx | 2025-04-17 03:51:49 +0000 |
---|---|---|
committer | mayx | 2025-04-17 03:51:49 +0000 |
commit | 9f2bed804edb18f5fca4ed27a2121943c64c6022 (patch) | |
tree | dbe87d16c5ec459c17b35005ff2bf7c770116cd0 /_config.yml | |
parent | 8211f6d1a2f152fe8a1f5d81382d0947e9b7ad07 (diff) |
Update 5 files
- /_config.yml - /assets/css/style.scss - /assets/js/main.js - /_layouts/default.html - /_layouts/post.html
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 7cab47c..87494a1 100644 --- a/_config.yml +++ b/_config.yml @@ -7,6 +7,13 @@ description: Mayx's Home Page timezone: Asia/Shanghai excerpt_separator: <!--more--> paginate: 7 +kramdown: + syntax_highlighter_opts: + span: + line_numbers: false + block: + line_numbers: true + start_line: 1 plugins: - jekyll-sitemap - jekyll-feed |