Files
gokarna/exampleSite/config.toml
2021-07-07 07:31:16 +05:30

50 lines
947 B
TOML

baseURL = "http://www.example.com"
title = "Gokarna"
theme = "gokarna"
languageCode = "en"
defaultContentLanguage = "en"
paginate = 20
# Choose one of emacs, trac or perldoc
pygmentsStyle = "emacs"
[params]
footer = "The Marauders"
description = "You miss 100% of the shots you don't take"
avatarURL = "https://upload.wikimedia.org/wikipedia/commons/7/7a/1859-Martinique.web.jpg"
customHTML = ""
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Posts"
url = "/posts/"
weight = 2
[[menu.main]]
name = "Projects"
url = "/projects/"
weight = 3
[[menu.main]]
name = "Resume"
url = "/resume/"
weight = 4
[[menu.main]]
identifier = "linkedin"
pre = "<span data-feather='linkedin'></span>"
url = "/a/"
weight = 5
[[menu.main]]
identifier = "github"
pre = "<span data-feather='github'></span>"
url = "/b/"
weight = 6