Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/full-config.toml')
-rw-r--r--exampleSite/full-config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/full-config.toml b/exampleSite/full-config.toml
index 28a9e01..2f847de 100644
--- a/exampleSite/full-config.toml
+++ b/exampleSite/full-config.toml
@@ -94,6 +94,10 @@ defaultContentLanguage = "en" # Default language to use
showMenuLanguageChooser = true
showAuthorInfo = true # show author info below the article
+
+ # Optional custom wallpaper image URL. Can be a remote image or local /static/img/wallpaper.jpg (make sure it has a small filesize for quick site painting)
+ # wallpaper = "/static/img/wallpaper.jpg"
+ wallpaper = "https://followingmyfeet.com/wp-content/uploads/2018/02/825_2229-HDR.jpg"
# 一些全局开关,你也可以在每一篇内容的 front matter 中针对单篇内容关闭或开启某些功能,在 archetypes/default.md 查看更多信息。
# Some global options, you can also close or open something in front matter for a single post, see more information from `archetypes/default.md`.