github.com/mweagle/Sparta@v1.15.0/docs_source/config.toml (about) 1 baseURL = "/" 2 languageCode = "en-US" 3 defaultContentLanguage = "en" 4 title = "Sparta Documentation" 5 theme = "hugo-theme-learn" 6 metaDataFormat = "yaml" 7 defaultContentLanguageInSubdir= true 8 enableGitInfo=true 9 publishDir = "../docs" 10 11 [markup] 12 defaultMarkdownHandler = "goldmark" 13 [markup.goldmark] 14 [markup.goldmark.renderer] 15 unsafe = true 16 [markup.highlight] 17 codeFences = true 18 guessSyntax = false 19 hl_Lines = "" 20 lineNoStart = 1 21 lineNos = false 22 lineNumbersInTable = true 23 noClasses = true 24 style = "vs" 25 tabWidth = 2 26 27 [params] 28 editURL = "https://github.com/mweagle/Sparta/tree/docs/content/" 29 description = "Sparta - AWS Lambda Microservices" 30 author = "Matt Weagle" 31 showVisitedLinks = false 32 disableBreadcrumb = false 33 disableNextPrev = false 34 themeVariant = "sparta" 35 ordersectionsby = "weight" 36 37 [outputs] 38 home = [ "HTML", "RSS", "JSON"] 39 40 [Languages] 41 [Languages.en] 42 title = "Sparta - AWS Lambda Microservices" 43 weight = 1 44 languageName = "English" 45 46 [[Languages.en.menu.shortcuts]] 47 name = "<i class='fab fa-fw fa-github'></i> Github repo" 48 identifier = "ds" 49 url = "https://github.com/mweagle/Sparta" 50 weight = 10 51 52 [[Languages.en.menu.shortcuts]] 53 name = "<i class='fas fa-fw fa-camera'></i> Showcases" 54 url = "https://github.com/mweagle?utf8=%E2%9C%93&tab=repositories&q=Sparta&type=&language=" 55 weight = 11 56 57 [[Languages.en.menu.shortcuts]] 58 name = "<i class='fas fa-fw fa-signal'></i> Release History" 59 url = "https://github.com/mweagle/Sparta/blob/master/CHANGES.md" 60 weight = 12