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

config.toml « examplesite - github.com/hdcdstr8fwd/foundation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b02a012a689062299b3402d18bffab3ab62259cf (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
baseurl = "/"
author = "Howard Colin"
title = "Hugo Foundation"
languageCode = "en-us"
theme = "hugof"
enableRobotsTXT = true
SectionPagesMenu = ["main", "social"]

[params.meta]
description = "Hugo and Foundation mobile enabled theme."
keywords = "foundation6, hugo, responsive, theme, mobile, developer"

[params.hero]
herotitle = "Welcome! to Hugo-Foundation"
herodiscription = "A simple, mobile friendly theme for Hugo. Built using Foundation."
btnblue = "Learn More"
btngreen = "Send Us a Message"

[params.main]
contentOneTitle = "Easy to use"
contentTwoTitle = "See Gary's Tutorial"

contentOneBody = "A simple and easy to use hugo theme that anyone can expand and develop further. The design was ported to a Hugo Theme from the youtube video series posted by Gary Jennings. You can easily change the layout of this section in the main.html partial in the themes dir"

contentTwoBody = "You can see Gary's tutorial [here:](https://www.youtube.com/watch?v=2QcpR6cHpnk) *Markdown* can be used in these two panels to quickly **style** content."

[params.footer]
phone = "02920 000000"
email = "hello@example.com"
address = "123 Busy Street"

[[menu.main]]
name = "About"
url = "/about"

[[menu.main]]
name = "Contact"
url = "/contact"

[[menu.main]]
name = "Services"
url = "/services"

[[menu.social]]
name = "Facebook"
url = "http://facebook.com"

[[menu.social]]
name = "Twitter"
url = "http://twitter.com"

[[menu.social]]
name = "Instagram"
url = "http://instagram.com"

[[menu.social]]
name = "Github"
url = "http://github.com"