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

github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYue Yang <g1enyy0ung@gmail.com>2021-06-06 06:14:45 +0300
committerYue Yang <g1enyy0ung@gmail.com>2021-06-06 06:14:45 +0300
commit2b11927f82389d70249dbaefe105279d2c8d7e00 (patch)
tree52e75f21069914f0a4a63abea22013b952cee908
parent81300dd748023d1281f6dc9af8f8d63acd9d85f1 (diff)
Update docs
-rw-r--r--docs/base-configurations.md16
-rw-r--r--docs/index.html2
2 files changed, 10 insertions, 8 deletions
diff --git a/docs/base-configurations.md b/docs/base-configurations.md
index c77f1e0..d7cb2c8 100644
--- a/docs/base-configurations.md
+++ b/docs/base-configurations.md
@@ -1,23 +1,25 @@
# Base Configurations
-`baseURL = "https://g1eny0ung.site"`
+> View the [full configuration](https://gohugo.io/getting-started/configuration/#all-configuration-settings) for more details.
+
+## Basic
+
+### baseURL = "https://g1eny0ung.site"
The site URL, ensure this is correct!
-`languageCode = "zh-Hans"`
+### languageCode = "zh-Hans"
LanguageCode will be used as `<html lang="zh-Hans">`.
-`title = "g1eny0ung 的博客"`
+### title = "g1eny0ung 的博客"
The site title.
-`enableRobotsTXT = true`
+### enableRobotsTXT = true
Optional. Here is this config's [doc](https://gohugo.io/templates/robots).
-`hasCJKLanguage = true`
+### hasCJKLanguage = true
Because my blog was written in Chinese, I need to set this to correct my post's `{{ .ReadingTime }}`.
-
-Here is the [full configuration](https://gohugo.io/getting-started/configuration/#all-configuration-settings), view it for more details.
diff --git a/docs/index.html b/docs/index.html
index dcee840..ba715d0 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hugo Theme Dream</title>
<meta name="description" content="Hugo theme named Dream" />
- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/themes/buble.css" />
+ <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/themes/vue.css" />
</head>
<body>
<div id="app"></div>