_index.html 869 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. ---
  2. title: About Goldydocs
  3. linkTitle: About
  4. menu:
  5. main:
  6. weight: 10
  7. ---
  8. {{< blocks/cover title="About Goldydocs" image_anchor="bottom" height="min" >}}
  9. <p class="lead mt-5">A sample site using the Docsy Hugo theme.
  10. </p>
  11. {{< /blocks/cover >}}
  12. {{% blocks/lead %}}
  13. Goldydocs is a sample site using the <a href="https://github.com/google/docsy">Docsy</a> 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.
  14. {{% /blocks/lead %}}
  15. {{< blocks/section >}}
  16. <div class="col-12">
  17. <h1 class="text-center">This is another section</h1>
  18. </div>
  19. {{< /blocks/section >}}
  20. {{< blocks/section >}}
  21. <div class="col-12">
  22. <h1 class="text-center">This is another section</h1>
  23. </div>
  24. {{< /blocks/section >}}