/ hugo.toml
hugo.toml
1 baseURL = 'https://lesec.le-pri.me/' 2 languageCode = 'en-us' 3 title = "Le'Sec" 4 5 [params] 6 BookSection = '*' 7 8 [module] 9 [[module.imports]] 10 path = '../../Le-hugo-book' 11 # path = 'github.com/jugglerx/hugo-whisper-the' 12 13 [markup] 14 [markup.highlight] 15 style = 'solarized-light' 16 [markup.goldmark.renderer] 17 unsafe = true