config.toml (810B)
1 baseURL = "https://ybbond.id/" 2 languageCode = "en-us" 3 title = "YBBond" 4 copyright = "CC BY-SA 4.0" 5 6 [permalinks] 7 posts = "/posts/:year-:month-:slug/" 8 9 [params] 10 author = "Yohanes Bandung Bondowoso" 11 description = "Thoughts, Ideas and Writings." 12 mainSiteURL = "https://ybbond.id" 13 email = "hi@ybbond.id" 14 twitter = "ybbond_" 15 github = "ybbond" 16 microblog = "ybbond" 17 instagram = "ybbond" 18 19 [markup.goldmark.renderer] 20 hardWraps = true 21 unsafe = true 22 xhtml = true 23 24 [[menu.main]] 25 identifier = "home" 26 name = "Home" 27 url = "/" 28 weight = 8 29 [[menu.main]] 30 identifier = "about" 31 name = "About" 32 url = "/about" 33 weight = 9 34 [[menu.main]] 35 identifier = "contact" 36 name = "Contact" 37 url = "/contact" 38 weight = 10 39 [[menu.main]] 40 identifier = "uses" 41 name = "Uses" 42 url = "/uses" 43 weight = 11