My personal website and Gemini capsule
at main 1.9 kB view raw
1baseURL = "https://hyperreal.coffee/" 2theme = "hugo-bearcub" 3title = "hyperreal's nook of the interwebz" 4copyright = "Jeffrey Serio (CC BY-SA 4.0)" 5defaultContentLanguage = "en" 6 7enableRobotsTXT = true 8 9[markup] 10 [markup.highlight] 11 lineNos = false 12 lineNumbersInTable = false 13 noClasses = true 14 style = "catppuccin-mocha" 15 tabWidth = 4 16 wrapperClass = "highlight" 17 [markup.goldmark.renderer] 18 hardWraps = true 19 unsafe = true 20 21[languages] 22 [languages.en] 23 title = "hyperreal.coffee" 24 languageName = "en-US 🇺🇸" 25 LanguageCode = "en-US" 26 contentDir = "content" 27 [languages.en.params] 28 madeWith = "Made with my fork of [Bear Cub](https://codeberg.org/hyperreal/hugo-bearcub)" 29 30[params] 31 description = "The website of me. I'm hyperreal." 32 favicon = "favicon.png" 33 title = "hyperreal.coffee" 34 dateFormat = "2006-01-02" 35 themeStyle = "catppuccin" 36 generateSocialCard = true 37 38 [params.social] 39 mastodon = "https://tilde.zone/@hyperreal" 40 41 [params.author] 42 name = "Jeffrey Serio" 43 email = "hyperreal@moonshadow.dev" 44 45[menu] 46 [[menu.main]] 47 identifier = "posts" 48 name = "Posts" 49 url = "/posts" 50 weight = 10 51 [[menu.main]] 52 identifier = "about" 53 name = "About" 54 url = "/about" 55 weight = 20 56 [[menu.main]] 57 identifier = "computing" 58 name = "Computing" 59 url = "/computing" 60 weight = 30 61 [[menu.main]] 62 identifier = "recipes" 63 name = "Recipes" 64 url = "/recipes" 65 weight = 40 66 [[menu.main]] 67 identifier = "resources" 68 name = "Resources" 69 url = "/resources" 70 weight = 50 71 [[menu.main]] 72 identifier = "techne" 73 name = "Techne" 74 url = "https://techne.hyperreal.coffee" 75 weight = 60