generated from Skynet/deploy_user
57 lines
1.4 KiB
TOML
57 lines
1.4 KiB
TOML
baseurl = "localhost"
|
|
title = "My Blog"
|
|
languageCode = "en-us"
|
|
theme = "hello-friend-ng"
|
|
paginate = 10
|
|
|
|
[params]
|
|
dateform = "Jan 2, 2006"
|
|
dateformShort = "Jan 2"
|
|
dateformNum = "2006-01-02"
|
|
dateformNumTime = "2006-01-02 15:04"
|
|
|
|
# Subtitle for home
|
|
homeSubtitle = "A simple and beautiful blog"
|
|
|
|
# Set disableReadOtherPosts to true in order to hide the links to other posts.
|
|
disableReadOtherPosts = false
|
|
|
|
# Enable sharing buttons, if you like
|
|
enableSharingButtons = true
|
|
|
|
# Show a global language switcher in the navigation bar
|
|
enableGlobalLanguageMenu = true
|
|
|
|
# Metadata mostly used in document's head
|
|
description = "My new homepage or blog"
|
|
keywords = "homepage, blog"
|
|
images = [""]
|
|
|
|
[taxonomies]
|
|
category = "blog"
|
|
tag = "tags"
|
|
series = "series"
|
|
|
|
[languages]
|
|
[languages.en]
|
|
title = "Hello Friend NG"
|
|
keywords = ""
|
|
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
|
|
readOtherPosts = "Read other posts"
|
|
|
|
[languages.en.params]
|
|
subtitle = "A simple theme for Hugo"
|
|
|
|
[languages.en.params.logo]
|
|
logoText = "hello friend ng"
|
|
logoHomeLink = "/"
|
|
# or
|
|
#
|
|
# path = "/img/your-example-logo.svg"
|
|
# alt = "Your example logo alt text"
|
|
|
|
# And you can even create generic menu
|
|
[[menu.main]]
|
|
identifier = "blog"
|
|
name = "Blog"
|
|
url = "/posts"
|