From eafb88c4a6f9db03e4e1deb9898d70b4ed951bbc Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Sun, 27 Dec 2020 17:02:24 +0000
Subject: [PATCH] edit example

---
 exampleSite/config.toml |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 808f555..1c1405c 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -32,7 +32,7 @@
     hl_Lines = ""
     lineNoStart = 1
     lineNos = true
-    lineNumbersInTable = true
+    lineNumbersInTable = false
     noClasses = false
     style = "monokai"
     tabWidth = 2
@@ -51,6 +51,12 @@
   time_format_default = "January 2, 2006"
   enableDarkMode = true # set to false to disable darkmode by default # user will still have the option to use dark mode
 
+  # sets the maximum number of lines per codeblock. The codeblock will however be scrollable and expandable.
+  codeMaxLines = 7
+
+  # disable showing line numbers by default. Switch to `true` if you'd rather have them on.
+  codeLineNumbers = false
+
   # Site logo
   [params.logo]
     lightMode = "compose.svg"
@@ -66,3 +72,4 @@
   [params.author]
     name = "Weru"
     url = "https://neuralvibes.com/author/"
+

--
Gitblit v1.10.0