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:09:09 +0300
committerYue Yang <g1enyy0ung@gmail.com>2021-06-06 06:09:09 +0300
commit81300dd748023d1281f6dc9af8f8d63acd9d85f1 (patch)
treebb314fb620ae11de32e3ee27f0c8ec21bfccb4fc
parent89bd0510c8ae4f6b50d0eacc7672ab478fd24d00 (diff)
Update docs
-rw-r--r--docs/base-configurations.md4
-rw-r--r--docs/index.html40
2 files changed, 22 insertions, 22 deletions
diff --git a/docs/base-configurations.md b/docs/base-configurations.md
index 7674c04..c77f1e0 100644
--- a/docs/base-configurations.md
+++ b/docs/base-configurations.md
@@ -14,10 +14,10 @@ The site title.
`enableRobotsTXT = true`
-Optional, here is this config's [doc](https://gohugo.io/templates/robots).
+Optional. Here is this config's [doc](https://gohugo.io/templates/robots).
`hasCJKLanguage = true`
-Because my blog was written in Chinese, I need to set this to correct my post's `{{ .ReadingTime }}`
+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 a00f8bb..dcee840 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1,23 +1,23 @@
<!DOCTYPE html>
<html lang="en">
-<head>
- <meta charset="UTF-8">
- <title>Hugo Theme Dream</title>
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
- <meta name="description" content="Description">
- <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
- <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
-</head>
-<body>
- <div id="app"></div>
- <script>
- window.$docsify = {
- name: 'hugo-theme-dream',
- repo: 'g1eny0ung/hugo-theme-dream',
- loadSidebar: true,
- themeColor: 'seagreen'
- }
- </script>
- <script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
-</body>
+ <head>
+ <meta charset="UTF-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <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" />
+ </head>
+ <body>
+ <div id="app"></div>
+ <script>
+ window.$docsify = {
+ name: 'hugo-theme-dream',
+ repo: 'g1eny0ung/hugo-theme-dream',
+ loadSidebar: true,
+ themeColor: 'seagreen',
+ }
+ </script>
+ <script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
+ </body>
</html>