Skip to content

Commit

Permalink
starters: update Landing
Browse files Browse the repository at this point in the history
  • Loading branch information
Splitter committed Jan 3, 2024
1 parent ed29f2d commit dcd654d
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
Binary file added assets/media/testimonial-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,27 @@ sections:
filename: bg-triangles.svg
filters:
brightness: 0.5
- block: stats
content:
items:
- statistic: "1M+"
description: |
Websites built
with Hugo Blox
- statistic: "10k+"
description: |
GitHub stars
since 2016
- statistic: "3k+"
description: |
Discord community
for support
design:
# Section background color (CSS class)
css_class: "bg-gray-100 dark:bg-gray-900"
# Reduce spacing
spacing:
padding: ["1rem", 0, "1rem", 0]
- block: features
id: features
content:
Expand Down Expand Up @@ -89,12 +110,32 @@ sections:
text: Join Discord
url: https://discord.gg/z8wNYzb
design:
# Section background color (CSS class)
css_class: "bg-gray-100 dark:bg-gray-900"
- block: testimonials
content:
title: ""
text: ""
items:
- name: "Hugo Smith"
role: "Marketing Executive at X"
# Upload image to `assets/media/` and reference the filename here
image: "testimonial-1.jpg"
text: "Awesome, so easy to use and saved me so much work with the swappable pre-designed sections!"
design:
spacing:
# Reduce bottom spacing so the testimonial appears vertically centered between sections
padding: ["6rem", 0, 0, 0]
- block: cta-card
content:
title: Build your future-proof website
text: As easy as 1, 2, 3!
button:
text: Get Started
url: https://hugoblox.com/templates/
design:
card:
# Card background color (CSS class)
css_class: "bg-primary-700"
css_style: ""
---
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.19

require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20231217135217-f1e179b23dc3
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20240103201312-35f75d5b7e3b
)

0 comments on commit dcd654d

Please sign in to comment.