From 568553394d0a8b34668a75c9839a0f1f426469b2 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 6 Oct 2019 21:10:46 +0200 Subject: theme: Switch to docsy theme --- themes/docsy/userguide/content/en/_index.html | 45 +++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 themes/docsy/userguide/content/en/_index.html (limited to 'themes/docsy/userguide/content/en/_index.html') 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" >}} +
+ }}"> + Learn More + + + + Download + +

A Hugo theme for creating great technical documentation sites

+
+ {{< blocks/link-down color="info" >}} +
+
+{{< /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 >}} + -- cgit v1.2.3