homepage/config.toml
2019-10-18 22:59:56 +02:00

71 lines
1.6 KiB
INI

baseurl = "/"
languageCode = "en-us"
theme = "hello-friend-ng"
[author]
name = "dotya.ml"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
# Metadata mostly used in document's head
description = "Dotya.ml"
keywords = "homepage, development, git, programming"
images = [""]
# Directory name of your blog content (default is `content/posts`)
contentTypeName = "posts"
# Default theme "light" or "dark"
defaultTheme = "dark"
homeSubtitle = "Hello"
[[params.social]]
name = "telegram"
url = "https://t.me/#"
[[params.social]]
name = "email"
url = "mailto:"
[languages]
[languages.en]
title = "dotya.ml"
subtitle = ""
keywords = ""
copyright = '<a href="http://www.wtfpl.net/about/" rel="noopener">WTFPL</a>'
readOtherPosts = ""
[languages.en.params.logo]
logoText = "dotya.ml"
logoHomeLink = "/"
# or
#
# path = "/img/your-example-logo.svg"
# alt = "Your example logo alt text"
# You can create a language based menu
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[languages.en.menu.main]]
identifier = "git"
name = "Git"
url = "https://git.dotya.ml"
# And you can even create generic menu
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[menu.main]]
identifier = ""
name = ""
url = "#"