baseURL = "https://roo.news/" title = "Roo News" enableRobotsTXT = true enableEmoji = true theme = "mediumish" paginate = 100 # Highlight options. See https://gohugo.io/content-management/syntax-highlighting/ PygmentsCodeFences = true # Enable syntax highlighting with GitHub flavoured code fences PygmentsUseClasses = true # Use CSS classes to format highlighted code PygmentsCodefencesGuessSyntax = true PygmentsOptions = "linenos=table" # language support # en / zh-cn / other... translations present in i18n/ defaultContentLanguage = "en" # Default language to use [languages.en] languageCode = "en" [params.author.name] # essential name = "TW" [sitemap] # essential changefreq = "weekly" priority = 0.5 filename = "sitemap.xml" [[menu.main]] # config your menu name = "Home" weight = 10 identifier = "home" url = "/" [[menu.main]] name = "Blogs" weight = 20 identifier = "blogs" url = "/blogs/" [[menu.main]] name = "Issues" weight = 40 identifier = "issues" url = "/issues/" [params] debug = false # If true, load `eruda.min.js`. See https://github.com/liriliri/eruda since = "2023" # Site creation time homeFullContent = false # if false, show post summaries on home page. Othewise show full content. rssFullContent = true # if false, Rss feed instead of the summary # site info (optional) logoTitle = "Roo News" # default: the title value description = "" # paginate of archives, tags and categories archive-paginate = 100 # paginate style, default use numbered pagination links # if true, use original "Previous" and "Next" links. # paginateOriginalStyle = true # The date format to use; for a list of valid formats, see https://gohugo.io/functions/format/ dateFormatToUse = "2006-01-02" # show word count and read time ? moreMeta = true # show language chooser in menu showMenuLanguageChooser = true # Some global options, you can also close or open something in front matter for a single post, see more information from `archetypes/default.md`. toc = true photoswipe = true # see https://github.com/dimsemenov/PhotoSwipe bootcdn = false # In china. @Deprecated: use [params.publicCDN] mathjax = false # see https://www.mathjax.org/ contentCopyright = 'CC BY-NC-ND 4.0' # Link custom CSS and JS assets # (relative to /static/css and /static/js respectively) customCSS = [] # if ['custom.css'], load '/static/css/custom.css' file customJS = [] # if ['custom.js'], load '/static/js/custom.js' file [params.publicCDN] # load these files from public cdn enable = false jquery = '' slideout = '' gitmentJS = '' gitmentCSS = ''