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

github.com/lucperkins/hugo-fresh.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlucperkins <lucperkins@gmail.com>2018-08-04 15:18:24 +0300
committerlucperkins <lucperkins@gmail.com>2018-08-04 15:18:24 +0300
commit0c3f8107319e4e46eb7adca4ccbed3bda782ba90 (patch)
treed33b6a83b6ead8d95abc9dacf5b6f576fc7011a1 /exampleSite
parent0376f2cb37c153776e3b61b89ea9b65d1877f746 (diff)
Resize screenshots
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.yaml70
1 files changed, 69 insertions, 1 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index 43bd0e6..01ec60f 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -9,7 +9,9 @@ params:
title: Manage. Deploy.
# Hero subtitle (optional)
subtitle: Lorem ipsum sit dolor amet is dummy text used by the typography industry
+ # Button text
buttontext: Get started
+ # Where the main hero button links to
buttonlink: "#"
# Hero image (from /images/___)
image: illustrations/worker.svg
@@ -35,4 +37,70 @@ params:
- title: Add-ons & plugins
icon: plug-cloud
text: This is some explanatory text that is on two rows
- buttonText: Get started \ No newline at end of file
+ buttonText: Get started
+ section2:
+ title: You're here because you want the best
+ subtitle: And we know it
+ features:
+ - title: Powerful and unified interface
+ text: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ornare magna eros, eu pellentesque tortor vestibulum ut. Maecenas non massa sem. Etiam finibus odio quis feugiat facilisis.
+ # Icon (from /images/illustrations/icons/___.svg)
+ icon: laptop-globe
+ - title: Cross-device synchronisation
+ text: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ornare magna eros, eu pellentesque tortor vestibulum ut. Maecenas non massa sem. Etiam finibus odio quis feugiat facilisis.
+ icon: doc-sync
+ - title: Nomad system
+ text: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ornare magna eros, eu pellentesque tortor vestibulum ut. Maecenas non massa sem. Etiam finibus odio quis feugiat facilisis.
+ icon: mobile-feed
+ section3:
+ title: One platform
+ subtitle: To rule them all
+ image: illustrations/mockups/app-mockup.png
+ buttonText: Get started
+ buttonLink: "#"
+ section4:
+ title: Our Clients love us!
+ subtitle: Lorem ipsum sit dolor amet is a dummy text used by typography industry
+ clients:
+ - name: Irma Walters
+ quote: Lorem ipsum dolor sit amet, elit deleniti dissentias quo eu, hinc minim appetere te usu, ea case duis scribentur has. Duo te consequat elaboraret, has quando suavitate at.
+ job: Accountant
+ img: 1
+ - name: John Bradley
+ quote: Lorem ipsum dolor sit amet, elit deleniti dissentias quo eu, hinc minim appetere te usu, ea case duis scribentur has. Duo te consequat elaboraret, has quando suavitate at.
+ job: Financial Analyst
+ img: 2
+ - name: Gary Blackman
+ quote: Lorem ipsum dolor sit amet, elit deleniti dissentias quo eu, hinc minim appetere te usu, ea case duis scribentur has. Duo te consequat elaboraret, has quando suavitate at.
+ job: HR Manager
+ img: 3
+ footer:
+ # Logo (from /images/logos/___)
+ logo: fresh-white-alt.svg
+ product:
+ - text: Discover features
+ link: /
+ - text: Why choose our product?
+ link: /
+ - text: Compare features
+ link: /
+ - text: Our roadmap
+ link: /
+ - text: Request features
+ link: /
+ docs:
+ - text: Get started
+ link: /
+ - text: User guides
+ link: /
+ - text: Admin guide
+ link: /
+ - text: Developers
+ link: /
+ blogroll:
+ - text: Latest news
+ link: /
+ - text: Tech articles
+ link: /
+ - text: Video blog
+ link: / \ No newline at end of file