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

github.com/darshanbaral/mero.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2019-03-03 07:15:38 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-03-03 07:15:38 +0300
commit592a0e4161630b425760ba558ecda8383946e384 (patch)
tree8a4f03755c1ce8b43a65717cd0c2aba526fa1a52
parente9ddc17084984cccd9548f59e8a152efbda4aae3 (diff)
Changes theme name in config
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 9e21d6e..5c168bb 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,7 +1,7 @@
baseURL = "/"
languageCode = "en-us"
title = "My Blog"
-theme = "sanstha"
+theme = "mero"
[params]
author = "Firstname Lastname"