baseURL = 'https://example.org/' languageCode = 'en-us' title = 'My New Hugo Site' enableEmoji = true summaryLength = 50 [permalinks] post = "/:filename/" [params] description = "FHA's Theme for coding and blogging !" darklighttogglemode = true includeBootstrapJs = true includejQueryJs = true enablesearch = true enablecopycode = true search_minify = true contentBackgroundColor = "#CFCFCF" contentTextColor = "#212529" contentLinkColor = "#5e807fff" contentLinkHoverColor = "#5e807fff" navbarBackgroundColor = "#2a2d34ff" navbarForegroundColor = "#5e807fff" navbarLinkColor = "rgba(236, 200, 175, 0.75)" navbarLinkHoverColor = "rgba(206, 121, 107, 1)" wrapperMaxWidth = "1280px" customDateFormat = "Jan 2, 2006" customCodeStyle = true customBlockquoteStyle = true showPostSummary = false [menu] [[menu.nav]] name = 'Home' pageRef = '/' weight = 10 [[menu.nav]] name = 'Posts' pageRef = '/posts' weight = 20 [[menu.nav]] name = 'Tags' pageRef = '/tags' weight = 30 [[menu.nav]] name = 'About' pageRef = '/about' weight = 100 [[menu.nav]] identifier = "pAbout" name = "About" url = "/about" parent = "About" weight = 10 [[menu.nav]] identifier = "pCv" name = "CV" url = "/cv" parent = "About" weight = 20 [module] [module.hugoVersion] extended = false min = "0.135.0" [markup] [markup.goldmark] duplicateResourceFiles = false [markup.goldmark.extensions] definitionList = true footnote = true linkify = true linkifyProtocol = 'https' strikethrough = true table = true taskList = true [markup.goldmark.extensions.cjk] eastAsianLineBreaks = false eastAsianLineBreaksStyle = 'simple' enable = false escapedSpace = false [markup.goldmark.extensions.extras] [markup.goldmark.extensions.extras.delete] enable = false [markup.goldmark.extensions.extras.insert] enable = false [markup.goldmark.extensions.extras.mark] enable = false [markup.goldmark.extensions.extras.subscript] enable = false [markup.goldmark.extensions.extras.superscript] enable = false [markup.goldmark.extensions.passthrough] enable = false [markup.goldmark.extensions.passthrough.delimiters] block = [] inline = [] [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.renderHooks] [markup.goldmark.renderHooks.image] enableDefault = false [markup.goldmark.renderHooks.link] enableDefault = false [markup.goldmark.renderer] hardWraps = false unsafe = false xhtml = false [markup.highlight] anchorLineNos = false codeFences = true guessSyntax = false lineAnchors = ' ' lineNoStart = 1 lineNos=true lineNumbersInTable=true noClasses = false noHl = false style = 'monokai' tabWidth = 4 [outputs] home = ["HTML", "RSS", "JSON"]