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:
-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.