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

github.com/lgaida/mediumish-gohugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLenard Gaida <mail@lgaida.de>2018-10-07 22:58:51 +0300
committerLenard Gaida <mail@lgaida.de>2018-10-07 22:58:51 +0300
commit8048808c41ea9f4b2efa6393e3162832eb0447fd (patch)
treeb7425f885ca2cc543a0096e4b4cfb03b4357d1fd
parent50d2ed73704dcd5ead76cc2ba33e1d8d9663be5b (diff)
update exampleSite-config
-rw-r--r--exampleSite/config.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 3338b1b..9d2944e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,16 +1,18 @@
-baseURL = "https://localhost:1313"
+baseURL = "https://localhost:1313/mediumish-gohugo-theme-demo/"
languageCode = "en-us"
title = "Mediumish"
theme = "mediumish-gohugo-theme"
summaryLength = 25
copyright = "John Doe - All rights reserved"
enableEmoji = true
+publishDir = "docs"
#disqusShortname = "your-shortname-here"
#googleAnalytics = "UA-1XXXXXXX1-1"
[params]
logo = "/images/logo.png"
description ="the clean blog!"
+ #mailchimp = "you can provide a mailchimp-link here"
[params.author]
name = "John Doe"
@@ -22,7 +24,9 @@ enableEmoji = true
title = "John Doe"
subtitle = "I'm a unique placeholder. Working here and there!"
mdtext = '''
-Seeking ~~knowledge and~~ money. Currently trying to get this blog running, still don't know what the blog will be about!
+Currently trying to get this blog running, still don't know what the blog will be about!\
+**This textblock is a demonstration of the mdtext-param.**\
+### This is a markdown heading
'''
alertbar = false