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

github.com/rafed/ramium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafed Muhammad Yasir <rafed123@yahoo.com>2020-04-23 01:25:02 +0300
committerRafed Muhammad Yasir <rafed123@yahoo.com>2020-04-23 01:25:02 +0300
commit9d11ecae19612443f0bcdf27350f345859930ea3 (patch)
tree7508d2a3b8df904f4c3fdf4c9f886c9c979c6070
parentea4b16cfa03ce7132080c3b0c1e76f093fffe0a4 (diff)
Fixed empty values
-rw-r--r--exampleSite/config.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0e0c9aa..3e644ec 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -5,15 +5,15 @@ languageCode = "en-us"
theme = "ramium"
title = "Ramium"
-disqusShortname = "
-googleAnalytics =
+disqusShortname = ""
+googleAnalytics = ""
summaryLength = 40
pluralizeListTitles = false
enableemoji = false
[params]
description = "A description for the meta tag of the site"
- googleSearch =
+ googleSearch = ""
showDate = true # make false if dont want to show date
math = false # best to enable this in the front matter of a page
githubLink = "rafed/ramium/"