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

github.com/bjacquemet/personal-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Fink <jannisfink@web.de>2020-05-05 23:40:37 +0300
committerJannis Fink <jannisfink@web.de>2020-05-05 23:40:37 +0300
commitb687381ce6658da83eabc8abc1c74037caf5cd6f (patch)
tree5e6688b18b22aaaa8743b506d7793c6a5e64273f
parenta45ffc3894e9a64965e82dee64451710a3fd0854 (diff)
add the new param to the exampleSite config
-rw-r--r--exampleSite/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 915c676..ffbe5ca 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -13,6 +13,9 @@ pygmentsCodeFences=true
main = "Hi, I'm Edna :wave:"
sub = "I'm a Web Developer and Entrepreneur"
+[params.main]
+ latestPublishHeader = "My Latest Project"
+
[taxonomies]
design = "designs"
tech = "techs"