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

github.com/puresyntax71/hugo-theme-chunky-poster.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvirtualcursor <2540378-virtualcursor@users.noreply.gitlab.com>2019-12-13 12:56:51 +0300
committervirtualcursor <2540378-virtualcursor@users.noreply.gitlab.com>2019-12-13 12:56:51 +0300
commit9740e94b1bb41ed91926b1b4af5f157e2f63a580 (patch)
treeec25431ab9d7fa75a6780b3a082f426a8fc1cf62 /exampleSite
parent4d8dcdb42b3e03868a8a49ff5359c30154674825 (diff)
Update a lot of stuffs.
Diffstat (limited to 'exampleSite')
-rwxr-xr-xexampleSite/config.toml11
1 files changed, 10 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 904770e..3910008 100755
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,12 +1,14 @@
baseURL = "https://gohugo.io/"
title = "Hugo Themes"
author = "Steve Francia"
+description = ""
copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved."
paginate = 3
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
footnoteReturnLinkContents = "^"
+googleAnalytics = ""
[menu]
[[menu.main]]
@@ -47,9 +49,16 @@ series = "series"
[params.about]
enable = true
- avatarURL = "https://via.placeholder.com/240x240.png"
+ avatarURL = "https://source.unsplash.com/UWj9zaDnYiE/240x240"
description = "Lorem ipsum dolor sit amet."
+ [params.highlightJS]
+ enable = true
+ languages = [
+ 'javascript',
+ 'xml',
+ ]
+
[services]
[services.instagram]
disableInlineCSS = true