diff options
author | Dimitri Staessens <[email protected]> | 2019-10-06 21:10:46 +0200 |
---|---|---|
committer | Dimitri Staessens <[email protected]> | 2019-10-06 21:10:46 +0200 |
commit | 568553394d0a8b34668a75c9839a0f1f426469b2 (patch) | |
tree | 175c08844f05611b059ba6900fb6519dbbc735d2 /themes/docsy/userguide/content/en/_index.html | |
parent | d5d6f70371958eec0679831abd283498ff2731e5 (diff) | |
download | website-568553394d0a8b34668a75c9839a0f1f426469b2.tar.gz website-568553394d0a8b34668a75c9839a0f1f426469b2.zip |
theme: Switch to docsy theme
Diffstat (limited to 'themes/docsy/userguide/content/en/_index.html')
-rw-r--r-- | themes/docsy/userguide/content/en/_index.html | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/themes/docsy/userguide/content/en/_index.html b/themes/docsy/userguide/content/en/_index.html new file mode 100644 index 0000000..9a7e700 --- /dev/null +++ b/themes/docsy/userguide/content/en/_index.html @@ -0,0 +1,45 @@ ++++ +title = "Docsy" +linkTitle = "Docsy" + ++++ + +{{< blocks/cover title="Welcome to Docsy!" image_anchor="top" height="full" color="orange" >}} +<div class="mx-auto"> + <a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/about" >}}"> + Learn More <i class="fas fa-arrow-alt-circle-right ml-2"></i> + </a> + + <a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://github.com/google/docsy"> + Download <i class="fab fa-github ml-2 "></i> + </a> + <p class="lead mt-5">A Hugo theme for creating great technical documentation sites</p> + <div class="mx-auto mt-5"> + {{< blocks/link-down color="info" >}} + </div> +</div> +{{< /blocks/cover >}} + + +{{% blocks/lead color="primary" %}} +Docsy is a theme for the Hugo static site generator that's specifically designed for technical documentation sets. Our aim is to help you get a working documentation site up and running as easily as possible, so you can concentrate on creating great content for your users. +{{% /blocks/lead %}} + +{{< blocks/section color="dark" type="features">}} +{{% blocks/feature icon="fa-lightbulb" title="See Docsy in action!" url="/docs/examples/" %}} +As well as our example site, there's a growing number of projects using Docsy for their doc sites. +{{% /blocks/feature %}} + + +{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" url="https://github.com/google/docsy" %}} +We do a [Pull Request](https://github.com/google/docsy/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" %}} +Find out about new features and how our users are using Docsy. +{{% /blocks/feature %}} + + +{{< /blocks/section >}} + |