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:
authorDarren J. de Lima <darren.delima@yahoo.co.uk>2022-07-29 23:57:57 +0300
committerDarren J. de Lima <darren.delima@yahoo.co.uk>2022-07-29 23:57:57 +0300
commit2f74c212cc032a591fbb9abdb4cb75156d2aea08 (patch)
tree2e44fbd25bc171e6765f78e69a8b3aabe0cc2fdc
parented5e77b93fda61d1891cd5fcad48f9d67aeb46bf (diff)
Implement suggestions
https://github.com/xianmin/hugo-theme-jane/pull/339
-rw-r--r--.gitmodules3
m---------docs0
-rw-r--r--exampleSite/config.toml3
-rw-r--r--exampleSite/full-config.toml3
4 files changed, 3 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules
index 24f4942..e69de29 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +0,0 @@
-[submodule "docs"]
- path = docs
- url = https://github.com/xianmin/hugo-theme-jane.wiki
diff --git a/docs b/docs
deleted file mode 160000
-Subproject b2d398ed95c1c1d53aede725f451d50c75b1d84
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index be318e6..11b08fe 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -72,9 +72,6 @@ defaultContentLanguage = "en" # Default language to use
toc = true # 是否开启目录
photoswipe = true # see https://github.com/dimsemenov/PhotoSwipe # 是否启用PhotoSwipe(图片可点击)
contentCopyright = '<a rel="license noopener" href="https://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank">CC BY-NC-ND 4.0</a>'
-
- # 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 = "https://followingmyfeet.com/wp-content/uploads/2018/02/825_2229-HDR.jpg"
# Link custom CSS and JS assets
# (relative to /static/css and /static/js respectively)
diff --git a/exampleSite/full-config.toml b/exampleSite/full-config.toml
index 28a9e01..d2a81ae 100644
--- a/exampleSite/full-config.toml
+++ b/exampleSite/full-config.toml
@@ -94,6 +94,9 @@ 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 = "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`.