|
1 | | -+++ |
2 | | -title = "Goldydocs" |
3 | | -linkTitle = "Goldydocs" |
4 | | - |
5 | | -+++ |
6 | | - |
7 | | -{{< blocks/cover title="Welcome to Goldydocs: A Docsy Example Project!" image_anchor="top" height="full" color="orange" >}} |
8 | | -<div class="mx-auto"> |
9 | | - <a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/docs" >}}"> |
10 | | - Learn More <i class="fas fa-arrow-alt-circle-right ml-2"></i> |
11 | | - </a> |
12 | | - <a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://github.com/google/docsy-example"> |
13 | | - Download <i class="fab fa-github ml-2 "></i> |
14 | | - </a> |
15 | | - <p class="lead mt-5">Porridge temperature assessment - in the cloud!</p> |
16 | | - {{< blocks/link-down color="info" >}} |
17 | | -</div> |
| 1 | +--- |
| 2 | +title: Goldydocs |
| 3 | +--- |
| 4 | + |
| 5 | +{{< blocks/cover title="Welcome to Goldydocs: A Docsy Example Project!" image_anchor="top" height="full" >}} |
| 6 | +<a class="btn btn-lg btn-primary me-3 mb-4" href="/docs/"> |
| 7 | + Learn More <i class="fas fa-arrow-alt-circle-right ms-2"></i> |
| 8 | +</a> |
| 9 | +<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/google/docsy-example"> |
| 10 | + Download <i class="fab fa-github ms-2 "></i> |
| 11 | +</a> |
| 12 | +<p class="lead mt-5">Porridge temperature assessment — in the cloud!</p> |
| 13 | +{{< blocks/link-down color="info" >}} |
18 | 14 | {{< /blocks/cover >}} |
19 | 15 |
|
20 | 16 |
|
21 | 17 | {{% blocks/lead color="primary" %}} |
22 | | -Goldydocs provides a single web UI providing visibility into porridge temperature, chair size, and bed softness metrics! You can even find out who's been eating **your** porridge. |
| 18 | +Goldydocs provides a single web UI providing visibility into porridge |
| 19 | +temperature, chair size, and bed softness metrics! You can even find out who's |
| 20 | +been eating **your** porridge. |
23 | 21 |
|
24 | | -(Sadly, Goldydocs isn't a real project, but you can use this site as an example to create your own real websites with [Docsy](https://docsy.dev)) |
| 22 | +(Sadly, Goldydocs isn't a real project, but you can use this site as an example |
| 23 | +to create your own real websites with [Docsy](https://docsy.dev)) |
25 | 24 | {{% /blocks/lead %}} |
26 | 25 |
|
27 | | -{{< blocks/section color="dark" type="row" >}} |
| 26 | + |
| 27 | +{{% blocks/section color="dark" type="row" %}} |
28 | 28 | {{% blocks/feature icon="fa-lightbulb" title="New chair metrics!" %}} |
29 | 29 | The Goldydocs UI now shows chair size metrics by default. |
30 | 30 |
|
|
42 | 42 | {{% /blocks/feature %}} |
43 | 43 |
|
44 | 44 |
|
45 | | -{{< /blocks/section >}} |
46 | | - |
| 45 | +{{% /blocks/section %}} |
47 | 46 |
|
48 | | -{{< blocks/section >}} |
49 | | -<div class="col"> |
50 | | -<h1 class="text-center">This is the second Section</h1> |
51 | | -</div> |
52 | 47 |
|
53 | | -{{< /blocks/section >}} |
| 48 | +{{% blocks/section %}} |
| 49 | +This is the second section |
| 50 | +{.h1 .text-center} |
| 51 | +{{% /blocks/section %}} |
54 | 52 |
|
55 | 53 |
|
| 54 | +{{% blocks/section type="row" %}} |
56 | 55 |
|
57 | | -{{< blocks/section type="row" >}} |
58 | 56 | {{% blocks/feature icon="fab fa-app-store-ios" title="Download **from AppStore**" %}} |
59 | 57 | Get the Goldydocs app! |
60 | 58 | {{% /blocks/feature %}} |
61 | 59 |
|
62 | | - |
63 | | -{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" url="https://github.com/google/docsy-example" %}} |
64 | | -We do a [Pull Request](https://github.com/google/docsy-example/pulls) contributions workflow on **GitHub**. New users are always welcome! |
| 60 | +{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" |
| 61 | + url="https://github.com/google/docsy-example" %}} |
| 62 | +We do a [Pull Request](https://github.com/google/docsy-example/pulls) |
| 63 | +contributions workflow on **GitHub**. New users are always welcome! |
65 | 64 | {{% /blocks/feature %}} |
66 | 65 |
|
67 | | - |
68 | | -{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!" url="https://twitter.com/GoHugoIO" %}} |
| 66 | +{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!" |
| 67 | + url="https://twitter.com/GoHugoIO" %}} |
69 | 68 | For announcement of latest features etc. |
70 | 69 | {{% /blocks/feature %}} |
71 | 70 |
|
| 71 | +{{% /blocks/section %}} |
72 | 72 |
|
73 | | -{{< /blocks/section >}} |
74 | | - |
75 | | -{{< blocks/section >}} |
76 | | - |
77 | | -<div class="col-12"> |
78 | | -<h1 class="text-center">This is another Section</h1> |
79 | | -</div> |
80 | 73 |
|
81 | | -{{< /blocks/section >}} |
| 74 | +{{% blocks/section %}} |
| 75 | +This is the another section |
| 76 | +{.h1 .text-center} |
| 77 | +{{% /blocks/section %}} |
0 commit comments