53 lines
1.0 KiB
TOML
53 lines
1.0 KiB
TOML
baseURL = "http://www.example.com"
|
|
title = "Gokarna"
|
|
theme = "gokarna"
|
|
languageCode = "en"
|
|
defaultContentLanguage = "en"
|
|
enableEmoji = true
|
|
|
|
paginate = 20
|
|
|
|
# Choose one of emacs, trac or perldoc
|
|
pygmentsStyle = "monokai"
|
|
|
|
[params]
|
|
footer = "The Marauders"
|
|
description = "Sky above, sand below & peace within"
|
|
avatarURL = "https://upload.wikimedia.org/wikipedia/commons/7/7a/1859-Martinique.web.jpg"
|
|
avatarSize = "size-m"
|
|
customHeadHTML = ""
|
|
showPostsOnHomePage = "popular"
|
|
|
|
[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 = "Tags"
|
|
url = "/tags/"
|
|
weight = 4
|
|
|
|
[[menu.main]]
|
|
identifier = "coffee"
|
|
pre = "<span data-feather='coffee'></span>"
|
|
url = "/a/"
|
|
weight = 5
|
|
|
|
[[menu.main]]
|
|
identifier = "github"
|
|
pre = "<span data-feather='github'></span>"
|
|
url = "https://github.com/526avijitgupta/gokarna"
|
|
weight = 6
|