From 9e9b29ae1b08dcc9805f0528ed5ee02aba03d6de Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 22 Mar 2023 17:34:28 -0700 Subject: [PATCH] Convert home page to hero, social shortcodes --- exampleSite/content/_index.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index 3c46b71e..b78be849 100644 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -1,14 +1,6 @@ --- description: "Powerful, pliable pixel perfection." -layout: "paige/home" paige: - home: - blurb: "Paige is designed to put your content front and center, avoiding the typical clutter. The look is seamless and smooth, scalable and readable, portable and efficient. The layout is minimal and responsive, using verticality and white space to focus and delineate parts of the page. The implementation is flexible and extensible. It's a versatile canvas that serves most web needs." - greeting: "An advanced Hugo theme" - image: - alt: "Landscape" - stretch: true - url: "https://images.unsplash.com/photo-1490604001847-b712b0c2f967?w=1296" social: github: class: "bi bi-github" @@ -26,4 +18,17 @@ paige: title: "Paige" --- -Install it now. +{{< paige/hero + alt="Landscape" + header="An advanced Hugo theme" + image="https://images.unsplash.com/photo-1490604001847-b712b0c2f967?w=1296" + imageclass="rounded-4 shadow" + stretch=true >}} +Paige is designed to put your content front and center, avoiding the typical clutter. The look is seamless and smooth, scalable and readable, portable and efficient. The layout is minimal and responsive, using verticality and white space to focus and delineate parts of the page. The implementation is flexible and extensible. It's a versatile canvas that serves most web needs. +{{< /paige/hero >}} + +

+ Install it now. +

+ +{{< paige/social >}}