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

github.com/jacobsun/edidor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacobsun <jacob.sun.meta@gmail.com>2021-03-16 18:49:50 +0300
committerjacobsun <jacob.sun.meta@gmail.com>2021-03-16 18:49:50 +0300
commit1935c3611142136b79c62fbd7e64eacb2bd5d885 (patch)
tree8c06c4b6472fcd4a1dfbb7a40154ef9ef9e5ce79 /exampleSite
parent2e96469a53a99e2b18f2e01b5e190ee8427eb649 (diff)
update all dev dependanciesv1.1.0
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 80533e6..1f25183 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -35,8 +35,8 @@ googleAnalytics = "your ga id"
# author, title, description are used in the home page, you can embed html tag in description
[params]
# will use AuthorName if you leave it blank, but you can set it to arbitrary text
- author = "Ziox"
- title = "ZIOX DEMO"
+ author = "sunfy"
+ title = "SUNFY DEMO"
description = "A hugo site using Edidor. <br/><br/> Ctrl+B toggle sidebar. "
# change it to false if you don't need syntax highlighting, and save a little bandwidth
isHighlightCode = true