28 lines
676 B
TOML
28 lines
676 B
TOML
languageCode = "en-us"
|
|
title = "Линия жизни"
|
|
baseURL = "https://sleeptrip.ru/"
|
|
theme = "hugo-theme-massively"
|
|
googleanalytics = ""
|
|
disqusShortname = ""
|
|
disableKinds = ["taxonomy", "taxonomyTerm", "section"]
|
|
|
|
[params]
|
|
# set below parameter to define a favicon
|
|
favicon = "images/favicon.ico"
|
|
# set to change date format
|
|
# dateFormat = "2.1.2006"
|
|
backgroundPath = "images/DESKTOP_NEW_1.jpg"
|
|
|
|
# Below parameters can be set to override default post settings
|
|
# [params.posts]
|
|
# folderName = "post"
|
|
# pageSize = "6"
|
|
# featuredPost = true
|
|
# paginationPages = 2
|
|
# showFirstLast = false
|
|
|
|
# [languages]
|
|
# [languages.en]
|
|
# languageName = "English"
|
|
|