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

github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config-examples/en-us/config.toml3
-rw-r--r--config-examples/zh-cn/config.toml3
2 files changed, 6 insertions, 0 deletions
diff --git a/config-examples/en-us/config.toml b/config-examples/en-us/config.toml
index 195f489..cf00cd1 100644
--- a/config-examples/en-us/config.toml
+++ b/config-examples/en-us/config.toml
@@ -830,6 +830,9 @@ uglyURLs = false
# only support absolute URLs
# relative to root, e.g.
# /videos/meme.mp4
+ #
+ # and the HTML code you add must
+ # start with `<video src="`
enableVideoHost = false
diff --git a/config-examples/zh-cn/config.toml b/config-examples/zh-cn/config.toml
index ff694b3..d054ad7 100644
--- a/config-examples/zh-cn/config.toml
+++ b/config-examples/zh-cn/config.toml
@@ -793,6 +793,9 @@ uglyURLs = false
#
# 只支持相对于网站根目录的绝对链接
# 比如:/videos/meme.mp4
+ #
+ # 且你添加的 HTML 代码必需以以下开头:
+ # `<video src="`
# 是否开启
enableVideoHost = false