baseURL = "https://csdn.gitcode.host/Survey-Report-on-Developers-in-China" #baseURL = "https://open.gitcode.host/survey" theme = ["hugo-theme-codex","hugo-theme-pdf-js"] title = "《开发者调查报告》" language = "zh-cn" copyright = "CSDN © {year}" ignoreErrors = ["error-remote-getjson"] [params] # Follow the Hugo date/time format reference here: # https://gohugo.io/functions/format/#gos-layout-string dateFormat = "2006-01-02" # Links to your social accounts, comment/uncomment as needed. Icons will be displayed for those specified. # twitter = "https://twitter.com/" # github = "https://github.com/" # email = "mailto:" # mastodon = "https://mastodon.social/@nickname" # facebook = "https://facebook.com/" # gitlab = "https://gitlab.com/" # instagram = "https://instagram.com/" # linkedin = "" # youtube = "https://www.youtube.com/channel/" # Titles for your icons (shown as tooltips), and also their display order. # Currently, these icons are supported: # "Twitter", "GitHub", "Email", "Mastodon", "Facebook", "GitLab", "Instagram", "LinkedIn", "YouTube" iconOrder = ["Twitter", "GitHub"] # Metadata for Twitter cards, defaults to params.twitter # twitterSite = "@" # twitterAuthor = "@" # Set to true to display page title in table of contents in blog posts. showPageTitleInTOC = false # This disables Hugo's default syntax highlighting in favor # of prismjs. If you wish to use Hugo's default syntax highlighting # over prismjs, remove this. You will also need to remove the prismjs # vendor script in layouts/blog/single.html. [markup] [markup.highlight] codeFences = false # Set to false to disallow raw HTML in markdown files [markup.goldmark.renderer] unsafe = true # Controls the navigation [[menu.main]] identifier = "about" name = "首页" url = "/" weight = 1 [[menu.main]] identifier = "blog" name = "调查报告" url = "/survey" weight = 2 [[menu.main]] identifier = "code" name = "仓库" url = "https://codechina.csdn.net/csdn/Survey-Report-on-Developers-in-China" weight = 3