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

github.com/salsysd/hugo-assembly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsalomon valverde <x84@sal.sh>2018-06-27 09:05:01 +0300
committersalomon valverde <x84@sal.sh>2018-06-27 09:05:01 +0300
commit117bbccba05b1d411c621896f0d76097fcb958f5 (patch)
tree67c72edcc6f046c03bd02c75545bd2e03160697f
parente6f04948fb482fb760bca8eda6d1139cc0662d9d (diff)
homepage adjustments
-rw-r--r--config.toml24
-rw-r--r--layouts/partials/header.html2
-rw-r--r--layouts/partials/menu.html32
-rw-r--r--layouts/partials/services.html2
4 files changed, 30 insertions, 30 deletions
diff --git a/config.toml b/config.toml
index 48ef612..0e4fef0 100644
--- a/config.toml
+++ b/config.toml
@@ -1,22 +1,22 @@
# Main config file for icon theme.
theme = "hugo-assembly"
-baseURL = "https://www.example.com/"
+baseURL = "https://mobiclaim.co"
languageCode = "en-US"
-title = "My Hugo Config"
+title = "MobiClaim!"
# Metadata
[params]
author = "Salomon Valverde"
- description = "Cool description"
+ description = "The fastest most convenient way to reclaim your lost device."
# banner section (from here on is for assembly theme)
[params.banner]
- title = "MobiClaim!"
- byline = "Reclaim your devices faster and safer with us"
+ title = "Reclaim your Mobile Device"
+ byline = "We are proactively trying to keep lost and found a thing of the past!"
[params.actions] # CTAs
enable = true
- register = "Recover your Phone!"
+ register = "Dropoff my Phone"
# Navigation section
[params.nav]
@@ -44,23 +44,23 @@ title = "My Hugo Config"
# 4 column
[[params.services.item]]
weight = 1
- description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repudiandae aliquid aperiam eveniet officia molestiae temporibus beatae dolores dignissimos"
+ description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit."
button_item_info = "Learn more"
[[params.services.item]]
weight = 2
- description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nulla explicabo, molestiae eaque fugiat dolores est esse, doloremque placeat assumenda corrupti officia dolorum."
+ description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit."
button_item_info = "Locate Phone"
[[params.services.item]]
weight = 3
- description = "Possimus id dicta consequuntur veritatis, reiciendis at expedita voluptate sint distinctio eligendi!"
- button_item_info = "My Bounty"
+ description = "Possimus id dicta consequuntur veritatis, reiciendis at sint distinctio eligendi!"
+ button_item_info = "Delivery"
[[params.services.item]]
weight = 4
- description = "Possimus id dicta consequuntur veritatis, reiciendis at expedita voluptate sint distinctio eligendi!"
- button_item_info = "My Bounty"
+ description = "Possimus id dicta consequuntur veritatis, voluptate sint distinctio eligendi!"
+ button_item_info = "Recover"
# Team section
[params.team]
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index cf7b773..4883844 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,6 +1,6 @@
<div id="header" class="container">
<div id="logo">
- <h1><a href="#">{{ with .Site.Params.banner.title }}{{ . | markdownify }}{{ end }}</a></h1>
+ <h1><a href="#">{{ with .Site.Params.title }}{{ . | markdownify }}{{ end }}</a></h1>
</div>
{{ partial "menu.html" . }}
</div>
diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html
index ed1789e..c3e5d39 100644
--- a/layouts/partials/menu.html
+++ b/layouts/partials/menu.html
@@ -1,16 +1,16 @@
- <div id="menu">
- <ul>
- {{ if .Site.Params.home.enable }}
- <li class="active"><a href="#" accesskey="1" title="">{{ with .Site.Params.nav.home }}{{ . | markdownify }}{{ end }}</a></li>
- {{ end }}
- {{ if .Site.Params.services.enable }}
- <li><a href="#" accesskey="2" title="">{{ with .Site.Params.nav.services }}{{ . | markdownify }}{{ end }}</a></li>
- {{ end }}
- {{ if .Site.Params.team.enable }}
- <li><a href="#" accesskey="3" title="">{{ with .Site.Params.nav.team }}{{ . | markdownify }}{{ end }}</a></li>
- {{ end }}
- {{ if .Site.Params.contact.enable }}
- <li><a href="#" accesskey="4" title="">{{ with .Site.Params.nav.contact }}{{ . | markdownify }}{{ end }}</a></li>
- {{ end }}
- </ul>
- </div>
+<div id="menu">
+ <ul>
+ {{ if .Site.Params.nav.home }}
+ <li class="active"><a href="#" accesskey="1" title="">{{ with .Site.Params.nav.home }}{{ . | markdownify }}{{ end }}</a></li>
+ {{ end }}
+ {{ if .Site.Params.services.enable }}
+ <li><a href="#" accesskey="2" title="">{{ with .Site.Params.nav.services }}{{ . | markdownify }}{{ end }}</a></li>
+ {{ end }}
+ {{ if .Site.Params.team.enable }}
+ <li><a href="#" accesskey="3" title="">{{ with .Site.Params.nav.team }}{{ . | markdownify }}{{ end }}</a></li>
+ {{ end }}
+ {{ if .Site.Params.contact.enable }}
+ <li><a href="#" accesskey="4" title="">{{ with .Site.Params.nav.contact }}{{ . | markdownify }}{{ end }}</a></li>
+ {{ end }}
+ </ul>
+</div>
diff --git a/layouts/partials/services.html b/layouts/partials/services.html
index 5fd0a30..b7b9078 100644
--- a/layouts/partials/services.html
+++ b/layouts/partials/services.html
@@ -1,4 +1,4 @@
- <div id="three-column" class="container">
+ <div id="four-column" class="container">
{{ with .Site.Params.services }}
<div class="title">
<h2>{{ .title }}</h2>