title = "Leafee98's Blog" theme = "hugo-theme-flat" enableRobotsTXT = true hasCJKLanguage = true paginate = 6 baseURL = "https://blog.leafee98.com/" # these values are hugo built in markup config [markup.highlight] anchorLineNos = false codeFences = true guessSyntax = false hl_Lines = '' lineAnchors = '' lineNoStart = 1 lineNos = false lineNumbersInTable = false noClasses = false noHl = false style = 'monokailight' tabWidth = 4 [params] description = "I blog here, mostly about playing with computers and the internet. Sometimes I also share what I just learned." mainSections = [ 'posts' ] [params.remark42] host='https://remark42.leafee98.com' site_id='blog' max_shown_comments=100 theme='light' locale='en' show_email_subscription=false simple_view=true # you can set multi row of footers like these [[params.footer_rows]] [[params.footer_rows.items]] name = "Creative Commons Attribution 4.0 International" url = "https://creativecommons.org/licenses/by/4.0/" pre = "Copyright CC BY-4.0" [[params.footer_rows]] [[params.footer_rows.items]] name = "Hugo" url = "https://gohugo.io" pre = "Powered by Hugo" [[params.footer_rows.items]] name = "theme flat" url = "https://git.leafee98.com/leafee98/hugo-theme-flat" pre = "Theme hugo-theme-flat" [[menus.main]] name = "Posts" url = "/posts/" weight = 20 [[menus.main]] name = "Essays" url = "/essays/" weight = 30 [[menus.main]] pageref = "about" name = "About" weight = 80 [security.exec] allow = [ "^asciidoctor$" ]