some changes to themes
This commit is contained in:
parent
26c526e433
commit
8237b6aa19
51 changed files with 852 additions and 12 deletions
37
config.toml
37
config.toml
|
@ -1,25 +1,54 @@
|
|||
baseURL = "https://fzorb.xyz/"
|
||||
languageCode = "en-us"
|
||||
title = "fzorb.xyz"
|
||||
theme = "fzmin"
|
||||
theme = "fzmin2"
|
||||
|
||||
[[menus.main]]
|
||||
name = "/"
|
||||
name = "Home"
|
||||
pageRef = "/"
|
||||
weight = 10
|
||||
|
||||
[[menus.main]]
|
||||
name = "/posts"
|
||||
name = "Posts"
|
||||
pageRef = "/posts"
|
||||
weight = 20
|
||||
|
||||
[[menus.main]]
|
||||
name = "/services"
|
||||
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<br>All content on this page is released under <a href='https://creativecommons.org/publicdomain/zero/1.0/'>CC0</a>"
|
||||
|
||||
[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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue