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:
authorBrett Johnson <brett.johnson@hakai.org>2021-04-11 07:41:39 +0300
committerGitHub <noreply@github.com>2021-04-11 07:41:39 +0300
commitb34f588bc4dd85f7ca7342c3d7201e06d27665d9 (patch)
treeb24d47752f3c7eda9eee1fbad7c619c61711db16
parentda745bbf2aed02af3130aa680287da4396993126 (diff)
remove special characters from base url
When installing this theme with blogdown in r studio the spaces in your example base URL cause an error. Filling it with a dash instead off a space fixed the issue for me.
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 1f25183..2d33423 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,6 +1,6 @@
theme = "edidor"
title = "Edidor Demo"
-baseurl = "https://your site url"
+baseurl = "https://your-site-url"
AuthorName = "Jon Doe"
# place your logo file to ./static/images to set logo