Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 16 additions & 10 deletions content/en/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,30 @@ 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"
%}}

<!--
Want a cover without an image?
Add the following argument to the blocks/cover shortcode:
color="primary bg-gradient td-below-navbar"
-->

<!-- prettier-ignore -->
{{% _param description %}}
{.display-6}

<!-- prettier-ignore -->
<div class="td-cta-buttons my-5">
<a {{% _param btn-lg primary %}} href="docs/">
Learn More
{{% _param FA solid arrow-alt-circle-right "" %}}
Learn more
</a>
<a {{% _param btn-lg secondary %}}
href="{{% param github_repo %}}">
Download
href="{{% param github_repo %}}"
target="_blank" rel="noopener noreferrer">
Get the code
{{% _param FA brands github "" %}}
</a>
</div>
Expand All @@ -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
Expand All @@ -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" %}}

Expand Down Expand Up @@ -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

Expand Down
13 changes: 10 additions & 3 deletions content/en/about/index.md
Original file line number Diff line number Diff line change
@@ -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.
<!-- prettier-ignore -->
{{% _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
Expand Down
1 change: 1 addition & 0 deletions content/en/site.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Website information
likeTitle: Site info
description: Information about the website.
type: docs
params:
body_class: td-no-left-sidebar
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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=
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down