baseURL = "https://example.com" title = "Fuji Demo" theme = "fuji" hasCJKLanguage = true enableEmoji = true enableRobotsTXT = true disableKinds = ["RSS", "taxonomyTerm"] ## Change this two to switch between different language ## Now support: en, zh-hans, zh-hant, ja defaultContentLanguage = "en" languageCode = "en" summaryLength = 100 # Custom cummary length, add in post file to custom split point paginate = 10 # Set your Google Analytics UA here, or comment out to disable # googleAnalytics = "UA-000000000-0" [permalinks] post = "/:filename/" # Custom post links, e.g. "/:year/:month/:title/" [params] author = "DSRKafuU" # You can also set author in post front matter individually subTitle = "This is a Sub Title" # Open Graph & Twitter Card variables # You can also set description and images in post front matter individually description = "A minimal hugo theme powered by Primer CSS." images = ["img/og.png"] # This will use the image called og.png in static/img folder # Posts shown in homepage mainSections = ["post"] # Bangumi image chart id # bgmImageChart = "000000" # Show scroll to top button scrollTop = true # License license = "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)" licenseLink = "http://creativecommons.org/licenses/by-nc-sa/4.0/" # Comments # utterances, see: https://utteranc.es/ utterancesComment = false cdnUtterancesJS = "https://utteranc.es/client.js" utterancesRepo = "[ENTER REPO HERE]" utterancesIssueTerm = "pathname" utterancesTheme = "github-light" # Disqus, see: https://disqus.com/admin/install/platforms/universalcode/ disqusComment = false disqusShortname = "[ENTER YOUR DISQUS SHORTNAME HERE]" # Custom lazyload placeholder # 16:9 cdnLazyPlaceholder = "https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr@1.1.0/lazyload/dsrca_loading_480x270.svg" # 32:9 cdnLazyPlaceholderRow = "https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr@1.1.0/lazyload/dsrca_loading_960x270.svg" # 8:9 cdnLazyPlaceholderCol = "https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr@1.1.0/lazyload/dsrca_loading_480x540.svg" # Custom css & js CDN cdnLazysizesAsyncJS = "https://cdn.jsdelivr.net/npm/lazysizes@5.2.0/lazysizes.min.js" cdnJQueryJS = "https://cdn.jsdelivr.net/npm/jquery@3.2.1/dist/jquery.min.js" cdnProgessJS = "https://cdn.jsdelivr.net/npm/progressbar.js@1.1.0/dist/progressbar.min.js" # Replace all webp img if there are no fallback set (DEVELOPMENT USE ONLY) # webpChecker = true [markup] [markup.highlight] style = "monokailight" [markup.tableOfContents] startLevel = 2 # Start level of TOC, 2 means h2 or ## endLevel = 2 # End level of TOC, 3 means h3 or ### [taxonomies] tag = "tags" [menu] [[menu.nav]] name = "Home" url = "/" weight = 1 [[menu.nav]] name = "Archives" url = "/archives/" weight = 2 [[menu.nav]] name = "About" url = "/about/" weight = 3 [[menu.link]] name = "GitHub" url = "https://github.com/amzrk2" weight = 1 [[menu.link]] name = "bilibili" url = "https://space.bilibili.com/19767474" weight = 2