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

config.toml - github.com/salsysd/hugo-assembly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3fe48f5f7e300a6ff6578a563e3c75ee366f14dd (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Main config file for icon theme.
theme = "hugo-assembly"
baseURL = "https://example.co"
languageCode = "en-US"
title = "Assembly"

# Metadata
[params]
  author = "A Human Name"
  description = "The description"

# This is <strong>Assembly</strong>, a free, fully standards-compliant CSS template designed by <a href="http://templated.co" rel="nofollow">TEMPLATED</a>. The photos in this template are from <a href="http://fotogrph.com/"> Fotogrph</a>. This free template is released under the <a href="http://templated.co/license">Creative Commons Attribution</a> license, so you're pretty much free to do whatever you want with it (even use it commercially) provided you give us credit for it. Have fun :)

# banner section (from here on is for assembly theme)
[params.banner]
  title = "This is Assembly Template"
  byline = "a free, CSS template ported over to a Hugo theme."

[params.actions] # CTAs
  enable = true
  register = "CTA Now!"

# Navigation section
[params.nav]
  home = "Welcome"
  services = "Services"
  team = "About Us"
  contact = "Contact Us"

# Services section
[params.services]
  enable = true
  title = "Services"
  subtitle = "Lorem ipsum dolor sit amet, consectetur adipisicing elit."

  [[params.services.item]]
    weight = "A"
    description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit."
    button_item_info = "Safer"

  [[params.services.item]]
    weight = "B"
    description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit.Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit."
    button_item_info = "Faster"

  [[params.services.item]]
    weight = "C"
    description = "Possimus id dicta consequuntur veritatis, reiciendis at sint distinctio eligend Lorem ipsum dolor sit amet, consectetur adipisicing elit.Lorem ipsum dolor sit amet, consectetur adipisicing elit."
    button_item_info = "Smarter"

# Welcome section
[params.welcome]
  enable = true
  title = "Welcome Assembly"
  subtitle = "Lorem ipsum dolor sit amet, consectetur adipisicing elit."

  description = "This is <strong>Assembly</strong>, a free, fully standards-compliant CSS template designed by <a href=\"http://templated.co\" rel=\"nofollow\">TEMPLATED</a>. The photos in this template are from <a href=\"http://fotogrph.com/\"> Fotogrph</a>. This free template is released under the <a href=\"http://templated.co/license\">Creative Commons Attribution</a> license, so you're pretty much free to do whatever you want with it (even use it commercially) provided you give us credit for it. Have fun :)"
  button_text = "Call Now"

# Contact section
[params.contact]
  enable = true
#   title = "Get In Touch"
#   message = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Eveniet nam itaque ipsam iste provident quo ipsam iste provident."
#   name_placeholder = "Your name"
#   email_placeholder = "Your email"
#   email_disclaimer = "We'll never share your email with anyone else."
#   message_placeholder = "Please enter a message."
#   button_text = "Submit"

# Footer section
[params.footer]
  enable = true
  copy = "&copy; MobiClaim! All rights reserved."
  twitter = "mobiclaim"
  facebook = "mobiclaim"
  instagram = "mobiclaim"