baseURL = "https://fzorb.xyz/"
languageCode = "en-us"
title = "fzorb.xyz"
theme = "fzmin2"
[[menus.main]]
name = "Home"
pageRef = "/"
weight = 10
[[menus.main]]
name = "Posts"
pageRef = "/posts"
weight = 20
[[menus.main]]
name = "Services"
pageRef = "/services"
weight = 30
[[menus.main]]
name = "Guestbook"
pageRef = "/guestbook"
weight = 40
[[menus.main]]
name = "Who am I?"
pageRef = "/whoami"
weight = 50
[[menus.main]]
name = "Contact"
pageRef = "/contact"
weight = 60
[markup.goldmark.renderer]
unsafe = true
[params]
footer = "Live free or die
All content on this page is released under CC0"
[outputs]
home = ["HTML", "gopher", "RSS"]
section = ["HTML", "gopher", "RSS"]
taxonomy = ["HTML", "gopher", "RSS"]
taxonomyTerm = ["HTML", "gopher", "RSS"]
page = ["HTML", "gopher"]
[outputFormats.gopher]
mediaType = "text/plain"
baseName = "gophermap"
isPlainText = true
protocol = "gopher://"
noUgly = false