config.toml (2461B)
1 # Site Settings 2 baseURL = "https://www.shimmy1996.com" 3 relativeURLs = true 4 theme = ["hugo-ataru", "hugo-hyperskip"] 5 footnoteReturnLinkContents = "↩" 6 defaultContentLanguage = "en" 7 defaultContentLanguageInSubdir = true 8 disableKinds = ["taxonomy", "taxonomyTerm"] 9 disableHugoGeneratorInject = true 10 hasCJKLanguage = true 11 paginateRev = true 12 13 [author] 14 name = "Shimmy Xu" 15 email = "shimmy.xu@shimmy1996.com" 16 17 [mediaTypes] 18 [mediaTypes."application/atom+xml"] 19 suffixes = ["xml"] 20 21 [outputFormats] 22 [outputFormats.comments] 23 baseName = "comments" 24 mediaType = "application/atom+xml" 25 26 [outputs] 27 home = ["HTML", "RSS", "COMMENTS"] 28 29 [markup] 30 [markup.goldmark] 31 [markup.goldmark.renderer] 32 unsafe = true 33 [markup.goldmark.extensions] 34 typographer = false 35 [markup.highlight] 36 codeFences = false 37 38 [params] 39 webmentionEndpoint = "https://webmention.io/www.shimmy1996.com/webmention" 40 41 [permalinks] 42 posts = "/posts/:filename/" 43 hoots = "/hoots/:filename/" 44 45 [languages] 46 [languages.en] 47 languageName = "English" 48 copyright = "© 2014–2023 Shimmy Xu" 49 title = "Library of Trantor" 50 summaryLength = 50 51 52 [[languages.en.menu.main]] 53 name = "Timeline" 54 url = "/en/" 55 weight = 1 56 [[languages.en.menu.main]] 57 name = "Posts" 58 url = "/en/posts/" 59 weight = 2 60 [[languages.en.menu.main]] 61 name = "Hoots" 62 url = "/en/hoots/" 63 weight = 3 64 65 [languages.zh] 66 languageName = "中文" 67 copyright = "© 2014–2023 Shimmy Xu" 68 title = "川陀大学图书室" 69 summaryLength = 25 70 71 [[languages.zh.menu.main]] 72 name = "时间线" 73 url = "/zh/" 74 weight = 1 75 [[languages.zh.menu.main]] 76 name = "日志" 77 url = "/zh/posts/" 78 weight = 2 79 [[languages.zh.menu.main]] 80 name = "鸮文" 81 url = "/zh/hoots/" 82 weight = 3 83 84 [languages.ja] 85 languageName = "日本語" 86 copyright = "© 2014–2023 Shimmy Xu" 87 title = "トランター大学図書室" 88 summaryLength = 25 89 90 [[languages.ja.menu.main]] 91 name = "タイムライン" 92 url = "/ja/" 93 weight = 1 94 [[languages.ja.menu.main]] 95 name = "記事" 96 url = "/ja/posts/" 97 weight = 2 98 [[languages.ja.menu.main]] 99 name = "ツイート" 100 url = "/ja/hoots/" 101 weight = 3