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

config.toml « exampleSite - gitlab.com/kskarthik/resto-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4336205c6ef60577e303d2db08403583139d980d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
baseURL = "http://example.org/"
languageCode = "en-us"
title = "Resto Hugo - Port of resto theme for hugo"
theme = "resto-hugo"
copyright = "&copy 2019 Resto Hugo" # HTML tags supported
googleAnalytics = "UA-123-45"
disqusShortname = "yourdiscussshortname"

# Theme specific configuration
[params]
logo = "img/logo.png"
enableDisqus = true # enable / disable comments for blog posts
enableGA = true # enable / disable google analytics
heroText = "We Love <br> Delicious Foods !"
footerText = "This area supports HTML code. Text can be edited with <code>footerText</code> value in config.toml"
facebook = "https://facebook.com"
twitter = "https://twitter.com"
instagram = "https://instagram.com"