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-05-10 10:09:33 +0300
committerWayJam So <imsuwj@gmail.com>2020-05-10 10:09:33 +0300
commitfbd300cf50d808343bcc734dab284cdedbbb16fa (patch)
tree5cbf0b3c6819f9f9309592e33dd4831b38f4b465 /exampleSite
parentdb37fcad30733951834a12d45be557e141ff22b8 (diff)
fix: set a default baseurl
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d65cb2f..2ed5e50 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,7 +1,7 @@
baseURL = "https://example.com"
languageCode = "en-us"
title = "Mixedpaper"
-theme = "mixedpaper-hugo"
+theme = "hugo-theme-mixedpaper"
enableRobotsTXT = true
paginate = 10 # Set the number of posts to show before overflowing to the next page.
summaryLength = 10 # Configure how long the post summary should be on the homepage.