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

github.com/halogenica/beautifulhugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgio-va <45832157+gio-va@users.noreply.github.com>2020-08-08 11:20:30 +0300
committerGitHub <noreply@github.com>2020-08-08 11:20:30 +0300
commitd4f482a6046c3a506fb9f2592288721c0650ffc5 (patch)
tree0a5644d720309422a4f9d0fa35b5ce291bfef3c5
parent1ff3894b84b1802433b58e22dd22f4eb46a49fa9 (diff)
Update config.toml
+ duplicated *DefaultContentLanguage* removed + *metaDataFormat* removed, not used anymore.
-rw-r--r--exampleSite/config.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 97699ba..50e29fc 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,9 +1,7 @@
baseurl = "https://username.github.io"
DefaultContentLanguage = "en"
-#DefaultContentLanguage = "ja"
title = "Beautiful Hugo"
theme = "beautifulhugo"
-metaDataFormat = "yaml"
pygmentsStyle = "trac"
pygmentsUseClasses = true
pygmentsCodeFences = true