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

github.com/vaga/hugo-theme-m10c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien CASTERS <fabien@vaga.io>2019-03-05 00:12:05 +0300
committerFabien CASTERS <fabien@vaga.io>2019-04-03 23:05:47 +0300
commitdcb671ccc1a0bc6cc8e03eb36123605ef7732e87 (patch)
tree019ab70bd58486eeb341b272b666964ccfd92bdb /exampleSite
parent8f72bdea484959c552243bbc1d6cebb5457e624c (diff)
Add 404 page
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 58315c2..42eb189 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,7 +1,7 @@
baseURL = "https://example.com"
title = "Your title"
themesDir = "../.."
-theme = "hugo-theme-m10c"
+theme = "m10c"
paginate = 5
[params]