Skip to content

Commit 7c1c866

Browse files
authored
Docsy 0.7.0 and BSv5.2 updates (#221)
1 parent e4f460d commit 7c1c866

44 files changed

Lines changed: 220 additions & 339 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 37 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
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 &mdash; in the cloud!</p>
13+
{{< blocks/link-down color="info" >}}
1814
{{< /blocks/cover >}}
1915

2016

2117
{{% 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.
2321

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))
2524
{{% /blocks/lead %}}
2625

27-
{{< blocks/section color="dark" type="row" >}}
26+
27+
{{% blocks/section color="dark" type="row" %}}
2828
{{% blocks/feature icon="fa-lightbulb" title="New chair metrics!" %}}
2929
The Goldydocs UI now shows chair size metrics by default.
3030

@@ -42,40 +42,36 @@
4242
{{% /blocks/feature %}}
4343

4444

45-
{{< /blocks/section >}}
46-
45+
{{% /blocks/section %}}
4746

48-
{{< blocks/section >}}
49-
<div class="col">
50-
<h1 class="text-center">This is the second Section</h1>
51-
</div>
5247

53-
{{< /blocks/section >}}
48+
{{% blocks/section %}}
49+
This is the second section
50+
{.h1 .text-center}
51+
{{% /blocks/section %}}
5452

5553

54+
{{% blocks/section type="row" %}}
5655

57-
{{< blocks/section type="row" >}}
5856
{{% blocks/feature icon="fab fa-app-store-ios" title="Download **from AppStore**" %}}
5957
Get the Goldydocs app!
6058
{{% /blocks/feature %}}
6159

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!
6564
{{% /blocks/feature %}}
6665

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" %}}
6968
For announcement of latest features etc.
7069
{{% /blocks/feature %}}
7170

71+
{{% /blocks/section %}}
7272

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>
8073

81-
{{< /blocks/section >}}
74+
{{% blocks/section %}}
75+
This is the another section
76+
{.h1 .text-center}
77+
{{% /blocks/section %}}

content/en/about/_index.html

Lines changed: 0 additions & 38 deletions
This file was deleted.

content/en/about/index.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: About Goldydocs
3+
linkTitle: About
4+
menu: {main: {weight: 10}}
5+
---
6+
7+
{{% blocks/cover title="About Goldydocs" image_anchor="bottom" height="auto" %}}
8+
9+
A sample site using the Docsy Hugo theme.
10+
{.mt-5}
11+
12+
{{% /blocks/cover %}}
13+
14+
{{% blocks/lead %}}
15+
16+
Goldydocs is a sample site using the [Docsy](https://github.com/google/docsy)
17+
Hugo theme that shows what it can do and provides you with a template site
18+
structure. It’s designed for you to clone and edit as much as you like. See the
19+
different sections of the documentation and site for more ideas.
20+
21+
{{% /blocks/lead %}}
22+
23+
{{% blocks/section %}}
24+
25+
# This is another section
26+
{.text-center}
27+
28+
{{% /blocks/section %}}
29+
30+
{{% blocks/section %}}
31+
32+
# This is another section
33+
{.text-center}
34+
35+
{{% /blocks/section %}}

content/en/blog/_index.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
---
2-
title: "Docsy Blog"
3-
linkTitle: "Blog"
4-
menu:
5-
main:
6-
weight: 30
2+
title: Blog
3+
menu: {main: {weight: 30}}
74
---
85

9-
106
This is the **blog** section. It has two categories: News and Releases.
117

128
Files in these directories will be listed in reverse chronological order.
13-

content/en/blog/news/_index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
21
---
3-
title: "News About Docsy"
4-
linkTitle: "News"
2+
title: News
53
weight: 20
64
---
7-
8-

content/en/blog/news/first-post/index.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
date: 2018-10-06
3-
title: "Easy documentation with Docsy"
4-
linkTitle: "Announcing Docsy"
5-
description: "The Docsy Hugo theme lets project maintainers and contributors focus on content, not on reinventing a website infrastructure from scratch"
3+
title: Easy documentation with Docsy
4+
linkTitle: Announcing Docsy
5+
description: >
6+
The Docsy Hugo theme lets project maintainers and contributors focus on content,
7+
not on reinventing a website infrastructure from scratch
68
author: Riona MacNamara ([@rionam](https://twitter.com/bepsays))
79
resources:
8-
- src: "**.{png,jpg}"
9-
title: "Image #:counter"
10-
params:
11-
byline: "Photo: Riona MacNamara / CC-BY-CA"
10+
- src: "**.{png,jpg}"
11+
title: "Image #:counter"
12+
params:
13+
byline: "Photo: Riona MacNamara / CC-BY-CA"
1214
---
1315

1416
**This is a typical blog post that includes images.**

content/en/blog/news/second-post.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
21
---
3-
title: "The second blog post"
4-
linkTitle: "Second blog post"
2+
title: Second blog post
53
date: 2018-10-06
64
description: >
7-
A short lead description about this content page. Text here can also be **bold** or _italic_ and can even be split over multiple paragraphs.
5+
A short lead description about this content page. Text here can also be
6+
**bold** or _italic_ and can even be split over multiple paragraphs.
87
---
98

109
Text can be **bold**, _italic_, or ~~strikethrough~~. [Links](https://github.com) should be blue with no underlines (unless hovered over).

content/en/blog/releases/_index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
21
---
3-
title: "New Releases"
4-
linkTitle: "Releases"
2+
title: Releases
53
weight: 20
64
---
7-
8-

content/en/blog/releases/in-depth-monoliths-detailed-spec.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
21
---
3-
title: "Another Great Release"
4-
linkTitle: "Release New Features"
2+
title: Another Great Release
53
date: 2018-01-04
64
description: >
7-
A short lead description about this content page. Text here can also be **bold** or _italic_ and can even be split over multiple paragraphs.
5+
A short lead description about this content page. Text here can also be
6+
**bold** or _italic_ and can even be split over multiple paragraphs.
87
---
98

109
Text can be **bold**, _italic_, or ~~strikethrough~~. [Links](https://github.com) should be blue with no underlines (unless hovered over).

content/en/community/_index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: Community
3-
menu:
4-
main:
5-
weight: 40
3+
menu: {main: {weight: 40}}
64
---
75

86
<!--add blocks of content here to add more sections to the community page -->

0 commit comments

Comments
 (0)