surtur
f49929e49d
Some checks reported errors
continuous-integration/drone/push Build encountered an error
* attempting to build the site with hugo-extended * replaced old references with relevant paths
83 lines
2.0 KiB
INI
83 lines
2.0 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 friend. hello friend? that's lame. maybe I should give you a name."
|
|
|
|
[params.logo]
|
|
logoText = "dotya.ml"
|
|
logoHomeLink = "/"
|
|
|
|
[[params.social]]
|
|
name = "telegram"
|
|
url = "https://t.me/#"
|
|
|
|
[[params.social]]
|
|
name = "email"
|
|
url = "mailto:"
|
|
|
|
[languages]
|
|
[languages.en]
|
|
title = "dotya.ml"
|
|
subtitle = ""
|
|
keywords = "homepage, development, git, programming"
|
|
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 = "gitea"
|
|
name = "gitea"
|
|
url = "https://git.dotya.ml"
|
|
[[languages.en.menu.main]]
|
|
identifier = "drone"
|
|
name = "drone"
|
|
url = "https://drone.dotya.ml"
|
|
[[languages.en.menu.main]]
|
|
identifier = "status"
|
|
name = "status"
|
|
url = "/status"
|
|
|
|
# And you can even create generic menu
|
|
[menu]
|
|
[[menu.main]]
|
|
identifier = "about"
|
|
name = "about"
|
|
url = "/about"
|
|
[[menu.main]]
|
|
identifier = ""
|
|
name = ""
|
|
url = "#"
|