config.toml (1131B)
1 baseURL = "https://chris.bracken.jp/" 2 languageCode = "en" 3 defaultContentLanguage = "en" 4 title = "Chris Bracken" 5 enableRobotsTXT = true 6 enableEmoji = true 7 disableHugoGeneratorInject = true 8 theme = "mofo" 9 10 preserveTaxonomyNames = true 11 hasCJKLanguage = true 12 13 [sitemap] 14 changefreq = "weekly" 15 priority = 0.5 16 filename = "sitemap.xml" 17 18 [permalinks] 19 post = "/:year/:month/:slug/" 20 21 [[menu.main]] 22 name = "Home" 23 weight = 10 24 identifier = "home" 25 url = "/" 26 [[menu.main]] 27 name = "About" 28 weight = 20 29 identifier = "about" 30 url = "/about/" 31 [[menu.main]] 32 name = "Code" 33 weight = 30 34 identifier = "code" 35 url = "/code/" 36 37 [pagination] 38 pagerSize = 5 39 40 [params] 41 since = "2000" # Initial site creation, start of copyright. 42 dateFormat = "02 January 2006" # See https://gohugo.io/functions/format/ 43 ccAttributionName = "Chris Bracken" 44 ccAttributionUrl = "https://chris.bracken.jp/about" 45 ccLicenseName = "CC BY 4.0" 46 ccLicenseUrl = "https://creativecommons.org/licenses/by/4.0" 47 [params.author] 48 email = "chris@bracken.jp" 49 name = "Chris Bracken" 50 fediverse = "https://famichiki.jp/@akande"