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

config.toml « exampleSite - gitlab.com/kskarthik/monopriv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0b26ab977907038de4ab8a5fdb7e254b038ce00c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
baseURL = "https://gohugo.io/"
title = "Monopriv"
languagecode = "en"
author = "Steve Francia"
copyright = "Copyright © 2008–2019" #supports html markup
paginate = 3
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
footnoteReturnLinkContents = "^"
googleAnalytics = "UA-123-45"
disqusShortname = "yourdiscussshortname"
theme = "monopriv"
enableEmoji = true
summaryLength = 20

[params]  
about = "A privacy focused minimal bootstrap theme"
github = "https://github.com"
gitlab = "https://gitlab.com"
email = "mail@example.com"
# site meta description
metadesc = "A simple privacy oriented bootstrap hugo blog"
# site meta keywords
metakeys = "hugo, simple, minimal, bootstrap, blog"
# enable/disable disqus comments 
disqus = false 
# enable/disable google analytics 
analytics = false

[params.search] # Site search powered by DuckDuckGo
enabled = true
placeholder="Site Search"

[params.hero]
enabled = true
img = "img/logo.png"