From 51e7c343bd27996ad92b4ca665ff9dd0af1276eb Mon Sep 17 00:00:00 2001 From: AliciaMstt Date: Thu, 4 Jan 2024 11:43:39 +0100 Subject: [PATCH] kramdown opts --- _config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_config.yml b/_config.yml index 3452c0d..d96862f 100644 --- a/_config.yml +++ b/_config.yml @@ -37,3 +37,9 @@ back_to_top_text: "Back to top" # Footer last edited timestamp last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html + +# plugins and other config +kramdown: + syntax_highlighter_opts: + block: + line_numbers: false \ No newline at end of file