From aa3f9e9f7ae6185bcfe67f6d5430ee751ca85fd8 Mon Sep 17 00:00:00 2001 From: Daniel Alejandro Gallegos Date: Wed, 21 Jun 2023 19:22:20 -0400 Subject: [PATCH] trim hugo settings --- config.toml | 57 ----------------------------------------------------- 1 file changed, 57 deletions(-) diff --git a/config.toml b/config.toml index 5291fd4..07ceb61 100644 --- a/config.toml +++ b/config.toml @@ -5,65 +5,8 @@ theme = 'avian' [markup] defaultMarkdownHandler = 'goldmark' - [markup.asciidocExt] - backend = 'html5' - extensions = [] - failureLevel = 'fatal' - noHeaderOrFooter = true - preserveTOC = false - safeMode = 'unsafe' - sectionNumbers = false - trace = false - verbose = false - workingFolderCurrent = false - [markup.asciidocExt.attributes] [markup.goldmark] - [markup.goldmark.extensions] - definitionList = true - footnote = true - linkify = true - linkifyProtocol = 'https' - strikethrough = true - table = true - taskList = true - [markup.goldmark.extensions.typographer] - apostrophe = '’' - disable = false - ellipsis = '…' - emDash = '—' - enDash = '–' - leftAngleQuote = '«' - leftDoubleQuote = '“' - leftSingleQuote = '‘' - rightAngleQuote = '»' - rightDoubleQuote = '”' - rightSingleQuote = '’' [markup.goldmark.parser] - autoHeadingID = true - autoHeadingIDType = 'github' - wrapStandAloneImageWithinParagraph = true [markup.goldmark.parser.attribute] block = true title = true - [markup.goldmark.renderer] - hardWraps = false - unsafe = false - xhtml = false - [markup.highlight] - anchorLineNos = false - codeFences = true - guessSyntax = false - hl_Lines = '' - hl_inline = false - lineAnchors = '' - lineNoStart = 1 - lineNos = false - lineNumbersInTable = true - noClasses = true - noHl = false - style = 'monokai' - tabWidth = 4 - [markup.tableOfContents] - endLevel = 3 - ordered = false - startLevel = 2