Skip to content

Commit f5ce7cd

Browse files
authored
Update to docsy v0.13.1-0.20260209191548-234f18dd3708 (#415)
1 parent d38d7e5 commit f5ce7cd

6 files changed

Lines changed: 31 additions & 17 deletions

File tree

content/en/_index.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,30 @@ params:
66
---
77

88
{{% blocks/cover
9-
title="Welcome to Goldydocs: A Docsy Example Project!"
10-
image_anchor="top"
9+
title="Welcome to Goldydocs: A Docsy Example and Starter Project!"
1110
height="full td-below-navbar"
11+
image_anchor="top"
1212
%}}
1313

14+
<!--
15+
Want a cover without an image?
16+
Add the following argument to the blocks/cover shortcode:
17+
color="primary bg-gradient td-below-navbar"
18+
-->
19+
1420
<!-- prettier-ignore -->
1521
{{% _param description %}}
1622
{.display-6}
1723

1824
<!-- prettier-ignore -->
1925
<div class="td-cta-buttons my-5">
2026
<a {{% _param btn-lg primary %}} href="docs/">
21-
Learn More
22-
{{% _param FA solid arrow-alt-circle-right "" %}}
27+
Learn more
2328
</a>
2429
<a {{% _param btn-lg secondary %}}
25-
href="{{% param github_repo %}}">
26-
Download
30+
href="{{% param github_repo %}}"
31+
target="_blank" rel="noopener noreferrer">
32+
Get the code
2733
{{% _param FA brands github "" %}}
2834
</a>
2935
</div>
@@ -32,7 +38,7 @@ params:
3238

3339
{{% /blocks/cover %}}
3440

35-
{{% blocks/lead color="primary" %}}
41+
{{% blocks/lead color="white" %}}
3642

3743
Goldydocs provides a single web UI providing visibility into porridge
3844
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))
4349

4450
{{% /blocks/lead %}}
4551

46-
{{% blocks/section color="white" type="row" %}}
52+
{{% blocks/section color="primary" type="row" %}}
4753

4854
{{% blocks/feature title="New chair metrics!" icon="fa-lightbulb" %}}
4955

@@ -74,13 +80,13 @@ For announcement of latest features etc.
7480

7581
{{% /blocks/section %}}
7682

77-
{{% blocks/section type="row text-center h1" %}}
83+
{{% blocks/section color="white" type="row text-center h1" %}}
7884

7985
This is the second section
8086

8187
{{% /blocks/section %}}
8288

83-
{{% blocks/section type="row text-center h1" %}}
89+
{{% blocks/section color="secondary" type="row text-center h1" %}}
8490

8591
This is the another section with center alignment
8692

content/en/about/index.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
---
22
title: About Goldydocs
33
linkTitle: About
4+
description: A sample site using the Docsy Hugo theme.
45
menu: { main: { weight: 10 } }
56
---
67

7-
{{% blocks/cover title="About Goldydocs" image_anchor="bottom" height="auto td-below-navbar" %}}
8+
{{% blocks/cover
9+
title="About Goldydocs"
10+
height="auto td-below-navbar"
11+
image_anchor="bottom"
12+
%}}
813

9-
A sample site using the Docsy Hugo theme.
14+
<!-- prettier-ignore -->
15+
{{% _param description %}}
16+
{.display-6}
1017

1118
{{% /blocks/cover %}}
1219

13-
{{% blocks/lead %}}
20+
{{% blocks/lead color="white" %}}
1421

1522
Goldydocs is a sample site using the [Docsy](https://github.com/google/docsy)
1623
Hugo theme that shows what it can do and provides you with a template site

content/en/site.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Website information
33
likeTitle: Site info
4+
description: Information about the website.
45
type: docs
56
params:
67
body_class: td-no-left-sidebar

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module github.com/google/docsy-example
22

33
go 1.12
44

5-
require github.com/google/docsy v0.13.1-0.20260206173603-ec568185e725
5+
require github.com/google/docsy v0.13.1-0.20260209191548-234f18dd3708
66

77
// cSpell:ignore github docsy

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 h1:/iluJkJiyTAdnqrw3Yi9rH2HNHhrrtCmj8VJe7I6o3w=
22
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
3-
github.com/google/docsy v0.13.1-0.20260206173603-ec568185e725 h1:43GeDx0qEH7cdsPzO1+eWsE0nGmSnDIV20GloLYxC4I=
4-
github.com/google/docsy v0.13.1-0.20260206173603-ec568185e725/go.mod h1:1Fj1W1O3esZh7IBQ8XAYtxtg10udBXuGI89+LUQc1AU=
3+
github.com/google/docsy v0.13.1-0.20260209191548-234f18dd3708 h1:6SjTBOMwUNCc+XUtWsDXNjB9pxaNIkpPOHv6dUQ69U0=
4+
github.com/google/docsy v0.13.1-0.20260209191548-234f18dd3708/go.mod h1:1Fj1W1O3esZh7IBQ8XAYtxtg10udBXuGI89+LUQc1AU=
55
github.com/twbs/bootstrap v5.3.8+incompatible h1:eK1fsXP7R/FWFt+sSNmmvUH9usPocf240nWVw7Dh02o=
66
github.com/twbs/bootstrap v5.3.8+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"devDependencies": {
5151
"autoprefixer": "^10.4.24",
5252
"cross-env": "^10.1.0",
53-
"hugo-extended": "0.155.2",
53+
"hugo-extended": "0.155.3",
5454
"postcss-cli": "^11.0.1",
5555
"rtlcss": "^4.3.0"
5656
},

0 commit comments

Comments
 (0)