baseURL = "https://transcript-site.tunpok.com" theme = "risotto" title = "Podcast Transcript Result" author = "Ching" copyright = "© Tunpok ." paginate = 50 languageCode = "zh" DefaultContentLanguage = "zh" enableInlineShortcodes = true # prevent build failures when using Hugo's Instagram shortcode due to deprecated Instagram API. # See https://github.com/gohugoio/hugo/issues/7228#issuecomment-714490456 ignoreErrors = ["error-remote-getjson"] pluralizeListTitles = true # Automatically add content sections to main menu sectionPagesMenu = "main" [params] noindex = false [params.theme] palette = "tokyo-night-dark" # Sidebar: about/bio [params.about] title = "Podcast Transcript" description = "通过 [Whisper.cpp](https://github.com/ggerganov/whisper.cpp) 识别的播客文本。" logo = "images/rice.svg" # Sidebar: social links # Available icon sets: # * FontAwesome 6 ('fa-brands', 'fa-normal', or 'fa-solid' for brands) # * Academicons ('ai ai-') # [[params.socialLinks]] # icon = "fa-brands fa-github" # title = "GitHub" # url = "https://github.com/joeroe/risotto" # # [[params.socialLinks]] # icon = "fa-solid fa-envelope" # title = "Email" # url = "mailto:example@example.com" # # [[params.socialLinks]] # icon = "ai ai-orcid" # title = "ORCID" # url = "https://orcid.org/0000-0001-2345-6789" [menu] # [[menu.main]] # identifier = "rss-tools" # name = "RssTools" # url = "/about/" # weight = 10 # # [[menu.main]] # identifier = "about" # name = "About" # url = "/about/" # weight = 20 [[menu.main]] identifier = "categories" name = "Categories" url = "/categories/" weight = 30 [taxonomies] category = "categories" tag = "tags" series = "series" # For hugo >= 0.60.0, enable inline HTML [markup.goldmark.renderer] unsafe = true [markup] # Table of contents # Add toc = true to content front matter to enable [markup.tableOfContents] startLevel = 2 endLevel = 3 ordered = true [privacy] [privacy.vimeo] disabled = false simple = true [privacy.twitter] disabled = false enableDNT = true simple = true [privacy.instagram] disabled = false simple = true [privacy.youtube] disabled = false privacyEnhanced = true [services] [services.instagram] disableInlineCSS = true [services.twitter] disableInlineCSS = true