diff --git a/content/en/_index.md b/content/en/_index.md index 4b0a55d7be..5bbf687fd5 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -6,11 +6,17 @@ params: --- {{% blocks/cover - title="Welcome to Goldydocs: A Docsy Example Project!" - image_anchor="top" + title="Welcome to Goldydocs: A Docsy Example and Starter Project!" height="full td-below-navbar" + image_anchor="top" %}} + + {{% _param description %}} {.display-6} @@ -18,12 +24,12 @@ params:
@@ -32,7 +38,7 @@ params: {{% /blocks/cover %}} -{{% blocks/lead color="primary" %}} +{{% blocks/lead color="white" %}} Goldydocs provides a single web UI providing visibility into porridge temperature, chair size, and bed softness metrics! You can even find out who's @@ -43,7 +49,7 @@ to create your own real websites with [Docsy](https://docsy.dev)) {{% /blocks/lead %}} -{{% blocks/section color="white" type="row" %}} +{{% blocks/section color="primary" type="row" %}} {{% blocks/feature title="New chair metrics!" icon="fa-lightbulb" %}} @@ -74,13 +80,13 @@ For announcement of latest features etc. {{% /blocks/section %}} -{{% blocks/section type="row text-center h1" %}} +{{% blocks/section color="white" type="row text-center h1" %}} This is the second section {{% /blocks/section %}} -{{% blocks/section type="row text-center h1" %}} +{{% blocks/section color="secondary" type="row text-center h1" %}} This is the another section with center alignment diff --git a/content/en/about/index.md b/content/en/about/index.md index 5a4db61b80..45f6dba6f9 100644 --- a/content/en/about/index.md +++ b/content/en/about/index.md @@ -1,16 +1,23 @@ --- title: About Goldydocs linkTitle: About +description: A sample site using the Docsy Hugo theme. menu: { main: { weight: 10 } } --- -{{% blocks/cover title="About Goldydocs" image_anchor="bottom" height="auto td-below-navbar" %}} +{{% blocks/cover + title="About Goldydocs" + height="auto td-below-navbar" + image_anchor="bottom" +%}} -A sample site using the Docsy Hugo theme. + +{{% _param description %}} +{.display-6} {{% /blocks/cover %}} -{{% blocks/lead %}} +{{% blocks/lead color="white" %}} Goldydocs is a sample site using the [Docsy](https://github.com/google/docsy) Hugo theme that shows what it can do and provides you with a template site diff --git a/content/en/site.md b/content/en/site.md index 1ab1096a7a..2e658101bc 100644 --- a/content/en/site.md +++ b/content/en/site.md @@ -1,6 +1,7 @@ --- title: Website information likeTitle: Site info +description: Information about the website. type: docs params: body_class: td-no-left-sidebar diff --git a/go.mod b/go.mod index c187b84bf3..60fb4a1e28 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,6 @@ module github.com/google/docsy-example go 1.12 -require github.com/google/docsy v0.13.1-0.20260206173603-ec568185e725 +require github.com/google/docsy v0.13.1-0.20260209191548-234f18dd3708 // cSpell:ignore github docsy diff --git a/go.sum b/go.sum index 81e9510e9d..d8c7443d45 100644 --- a/go.sum +++ b/go.sum @@ -1,6 +1,6 @@ github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 h1:/iluJkJiyTAdnqrw3Yi9rH2HNHhrrtCmj8VJe7I6o3w= github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo= -github.com/google/docsy v0.13.1-0.20260206173603-ec568185e725 h1:43GeDx0qEH7cdsPzO1+eWsE0nGmSnDIV20GloLYxC4I= -github.com/google/docsy v0.13.1-0.20260206173603-ec568185e725/go.mod h1:1Fj1W1O3esZh7IBQ8XAYtxtg10udBXuGI89+LUQc1AU= +github.com/google/docsy v0.13.1-0.20260209191548-234f18dd3708 h1:6SjTBOMwUNCc+XUtWsDXNjB9pxaNIkpPOHv6dUQ69U0= +github.com/google/docsy v0.13.1-0.20260209191548-234f18dd3708/go.mod h1:1Fj1W1O3esZh7IBQ8XAYtxtg10udBXuGI89+LUQc1AU= github.com/twbs/bootstrap v5.3.8+incompatible h1:eK1fsXP7R/FWFt+sSNmmvUH9usPocf240nWVw7Dh02o= github.com/twbs/bootstrap v5.3.8+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= diff --git a/package.json b/package.json index 032a5025b0..badd110bd6 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "devDependencies": { "autoprefixer": "^10.4.24", "cross-env": "^10.1.0", - "hugo-extended": "0.155.2", + "hugo-extended": "0.155.3", "postcss-cli": "^11.0.1", "rtlcss": "^4.3.0" },