Skip to content

Commit 095d683

Browse files
authored
First Draft (#5)
* made initial changes Signed-off-by: Jatin <goyaljatin171@gmail.com> * first draft of docs Signed-off-by: Jatin <goyaljatin171@gmail.com> --------- Signed-off-by: Jatin <goyaljatin171@gmail.com>
1 parent 89474b3 commit 095d683

File tree

124 files changed

+2997
-13198
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+2997
-13198
lines changed
Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
/*
1+
:root {
2+
--bg-color: #fff;
3+
--text-color: #000;
4+
}
25

3-
Add styles or override variables from the theme here.
4-
5-
*/
6+
body {
7+
background: var(--bg-color);
8+
color: var(--text-color);
9+
}
610

11+
body.dark-mode {
12+
--bg-color: #111;
13+
--text-color: #fff;
14+
}

config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ module:
1313
hugoVersion:
1414
extended: true
1515
min: 0.110.0
16+

content/en/_index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
title: Goldydocs
2+
title: Goldydo
33
---
44

5-
{{< blocks/cover title="Welcome to Goldydocs: A Docsy Example Project!" image_anchor="top" height="full" >}}
5+
{{< blocks/cover title="Welcome to GITx" image_anchor="top" height="full" >}}
66
<a class="btn btn-lg btn-primary me-3 mb-4" href="/docs/">
77
Learn More <i class="fas fa-arrow-alt-circle-right ms-2"></i>
88
</a>
9-
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/google/docsy-example">
9+
10+
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/gitxtui">
1011
Download <i class="fab fa-github ms-2 "></i>
1112
</a>
1213
<p class="lead mt-5">Porridge temperature assessment &mdash; in the cloud!</p>
@@ -74,4 +75,5 @@ For announcement of latest features etc.
7475
{{% blocks/section %}}
7576
This is the another section
7677
{.h1 .text-center}
77-
{{% /blocks/section %}}
78+
{{% /blocks/section %}}
79+
-485 KB
Binary file not shown.
5.3 KB
Loading

content/en/about/index.md

Lines changed: 33 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,56 @@
11
---
2-
title: About Goldydocs
2+
title: About gitx
33
linkTitle: About
44
menu: {main: {weight: 10}}
55
---
66

7-
{{% blocks/cover title="About Goldydocs" image_anchor="bottom" height="auto" %}}
87

9-
A sample site using the Docsy Hugo theme.
10-
{.mt-5}
8+
{{< blocks/cover
9+
title="About GITx"
10+
image="featured-background.png"
11+
image_anchor="center"
12+
height="full"
13+
>}}
14+
15+
<div class="mt-5 lead text-center">
16+
<p>
17+
<strong>A sample site using the Docsy Hugo theme.</strong>
18+
</p>
19+
</div>
1120

1221
{{% /blocks/cover %}}
1322

23+
1424
{{% blocks/lead %}}
1525

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.
26+
<div class="lead text-center">
27+
Goldydocs is a sample site using the <a href="https://github.com/google/docsy">Docsy</a>
28+
Hugo theme that shows what it can do and provides you with a template site structure.<br>
29+
It’s designed for you to clone and edit as much as you like.<br>
30+
<em>See the different sections of the documentation and site for more ideas.</em>
31+
</div>
2032

2133
{{% /blocks/lead %}}
2234

35+
2336
{{% blocks/section %}}
2437

25-
# This is another section
26-
{.text-center}
38+
<h2 class="text-center mt-5">Discover More Features</h2>
39+
40+
<p class="text-center">
41+
Explore the documentation and learn how to customize your own Docsy-powered site.<br>
42+
<a class="btn btn-primary mt-3" href="/docs/">Get Started</a>
43+
</p>
2744

2845
{{% /blocks/section %}}
2946

3047
{{% blocks/section %}}
3148

32-
# This is another section
33-
{.text-center}
49+
<h2 class="text-center mt-5">Join the Community</h2>
50+
51+
<p class="text-center">
52+
Contribute, ask questions, or share your experience with others.<br>
53+
<a class="btn btn-secondary mt-3" href="https://github.com/google/docsy">Visit Docsy on GitHub</a>
54+
</p>
3455

3556
{{% /blocks/section %}}

content/en/docs/_index.md

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

content/en/docs/concepts.md

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

content/en/docs/contribution-guidelines.md

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

content/en/docs/examples.md

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

0 commit comments

Comments
 (0)