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

github.com/wayjam/hugo-theme-mixedpaper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayJam So <imsuwj@gmail.com>2020-07-15 19:55:23 +0300
committerWayJam So <imsuwj@gmail.com>2020-07-15 19:56:05 +0300
commit02f80e96db0e30b6d62702b1ab41ea257d89e871 (patch)
tree047544a452a6d39b79bb3abcef771defc843cd87
parent08f591e857e8b8abc40d0712736ec2ac221517b9 (diff)
update doc
-rw-r--r--README.md7
-rw-r--r--exampleSite/config.toml2
2 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index ee9854a..0cd0a27 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,13 @@ Then, add the theme to the site configuration(`config.toml`).
Refer to the [Hugo docs](https://gohugo.io/getting-started/quick-start/) for more information.
+## Upgrade
+
+```
+cd themes/mixedpaper
+git submodule update --remote --merge
+```
+
## Configuration
#### Hightlight
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index a2225f6..21b6ade 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,7 +1,7 @@
baseURL = "https://example.com"
languageCode = "en-us"
title = "Mixedpaper"
-theme = "hugo-theme-mixedpaper"
+theme = "mixedpaper"
enableRobotsTXT = true
paginate = 3 # Set the number of posts to show before overflowing to the next page.
summaryLength = 100 # Configure how long the post summary should be on the homepage.