diff options
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 |