generated from layer5io/layer5-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Pranav Singh <[email protected]>
- Loading branch information
1 parent
4266704
commit 378f578
Showing
121 changed files
with
14,267 additions
and
1,816 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,5 @@ | ||
# Binaries for programs and plugins | ||
*.exe | ||
*.exe~ | ||
*.dll | ||
*.so | ||
*.dylib | ||
|
||
# Test binary, built with `go test -c` | ||
*.test | ||
|
||
# Output of the go coverage tool, specifically when used with LiteIDE | ||
*.out | ||
|
||
# build output | ||
/node_modules/ | ||
|
||
# Dependency directories (remove the comment below to include it) | ||
# vendor/ | ||
|
||
# IDEs | ||
.vscode/* | ||
|
||
# Hugo output | ||
/public | ||
/resources/ | ||
.hugo_build.lock | ||
resources/ | ||
node_modules/ | ||
package-lock.json | ||
.hugo_build.lock |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
lts/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{{ define "main" -}} | ||
<div class="td-content"> | ||
<h1>Not found</h1> | ||
<p>Oops! This page doesn't exist. Try going back to the <a href="{{ "" | relURL }}">home page</a>.</p> | ||
<p>You can learn how to make a 404 page like this in <a href="https://gohugo.io/templates/404/">Custom 404 Pages</a>.</p> | ||
</div> | ||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
FROM klakegg/hugo:ext-alpine | ||
|
||
RUN apk add git && \ | ||
git config --global --add safe.directory /src |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/* | ||
Add styles or override variables from the theme here. | ||
*/ | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# THIS IS A TEST CONFIG ONLY! | ||
# FOR THE CONFIGURATION OF YOUR SITE USE hugo.yaml. | ||
# | ||
# As of Docsy 0.7.0, Hugo 0.110.0 or later must be used. | ||
# | ||
# The sole purpose of this config file is to detect Hugo-module builds that use | ||
# an older version of Hugo. | ||
# | ||
# DO NOT add any config parameters to this file. You can safely delete this file | ||
# if your project is using the required Hugo version. | ||
|
||
module: | ||
hugoVersion: | ||
extended: true | ||
min: 0.110.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
--- | ||
title: Goldydocs | ||
--- | ||
|
||
{{< blocks/cover title="Welcome to Goldydocs: A Docsy Example Project!" image_anchor="top" height="full" >}} | ||
<a class="btn btn-lg btn-primary me-3 mb-4" href="/docs/"> | ||
Learn More <i class="fas fa-arrow-alt-circle-right ms-2"></i> | ||
</a> | ||
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/google/docsy-example"> | ||
Download <i class="fab fa-github ms-2 "></i> | ||
</a> | ||
<p class="lead mt-5">Porridge temperature assessment — in the cloud!</p> | ||
{{< blocks/link-down color="info" >}} | ||
{{< /blocks/cover >}} | ||
|
||
|
||
{{% blocks/lead color="primary" %}} | ||
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. | ||
|
||
(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)) | ||
{{% /blocks/lead %}} | ||
|
||
|
||
{{% blocks/section color="dark" type="row" %}} | ||
{{% blocks/feature icon="fa-lightbulb" title="New chair metrics!" %}} | ||
The Goldydocs UI now shows chair size metrics by default. | ||
|
||
Please follow this space for updates! | ||
{{% /blocks/feature %}} | ||
|
||
|
||
{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" url="https://github.com/google/docsy-example" %}} | ||
We do a [Pull Request](https://github.com/google/docsy-example/pulls) contributions workflow on **GitHub**. New users are always welcome! | ||
{{% /blocks/feature %}} | ||
|
||
|
||
{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!" url="https://twitter.com/docsydocs" %}} | ||
For announcement of latest features etc. | ||
{{% /blocks/feature %}} | ||
|
||
|
||
{{% /blocks/section %}} | ||
|
||
|
||
{{% blocks/section %}} | ||
This is the second section | ||
{.h1 .text-center} | ||
{{% /blocks/section %}} | ||
|
||
|
||
{{% blocks/section type="row" %}} | ||
|
||
{{% blocks/feature icon="fab fa-app-store-ios" title="Download **from AppStore**" %}} | ||
Get the Goldydocs app! | ||
{{% /blocks/feature %}} | ||
|
||
{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" | ||
url="https://github.com/google/docsy-example" %}} | ||
We do a [Pull Request](https://github.com/google/docsy-example/pulls) | ||
contributions workflow on **GitHub**. New users are always welcome! | ||
{{% /blocks/feature %}} | ||
|
||
{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!" | ||
url="https://twitter.com/GoHugoIO" %}} | ||
For announcement of latest features etc. | ||
{{% /blocks/feature %}} | ||
|
||
{{% /blocks/section %}} | ||
|
||
|
||
{{% blocks/section %}} | ||
This is the another section | ||
{.h1 .text-center} | ||
{{% /blocks/section %}} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: About Goldydocs | ||
linkTitle: About | ||
menu: {main: {weight: 10}} | ||
--- | ||
|
||
{{% blocks/cover title="About Goldydocs" image_anchor="bottom" height="auto" %}} | ||
|
||
A sample site using the Docsy Hugo theme. | ||
{.mt-5} | ||
|
||
{{% /blocks/cover %}} | ||
|
||
{{% blocks/lead %}} | ||
|
||
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 | ||
structure. It’s designed for you to clone and edit as much as you like. See the | ||
different sections of the documentation and site for more ideas. | ||
|
||
{{% /blocks/lead %}} | ||
|
||
{{% blocks/section %}} | ||
|
||
# This is another section | ||
{.text-center} | ||
|
||
{{% /blocks/section %}} | ||
|
||
{{% blocks/section %}} | ||
|
||
# This is another section | ||
{.text-center} | ||
|
||
{{% /blocks/section %}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Blog | ||
menu: {main: {weight: 30}} | ||
--- | ||
|
||
This is the **blog** section. It has two categories: News and Releases. | ||
|
||
Files in these directories will be listed in reverse chronological order. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: News | ||
weight: 20 | ||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.