github.com/google/cloudprober@v0.11.3/docs/themes/hugo-material-docs/exampleSite/content/index.md (about) 1 --- 2 date: 2016-03-08T21:07:13+01:00 3 title: Material for Hugo 4 type: index 5 weight: 0 6 --- 7 8 ## Beautiful documentation 9 10 Material is a theme for [Hugo](https://gohugo.io), a fast and flexible static site generator. It is built using Google's [material design](https://www.google.com/design/spec/material-design/introduction.html) 11 guidelines, fully responsive, optimized for touch and pointer devices as well 12 as all sorts of screen sizes. 13 14  15 16 Material is very lightweight – it is built from scratch using Javascript and 17 CSS that weighs less than 30kb (minified, gzipped and excluding Google Fonts 18 and Analytics). Yet, it is highly customizable and degrades gracefully in older 19 browsers. 20 21 ## Quick start 22 23 Install with `git`: 24 25 ```sh 26 git clone git@github.com:digitalcraftsman/hugo-material-docs.git themes/hugo-material-docs 27 ``` 28 29 ## Features 30 31 - Beautiful, readable and very user-friendly design based on Google's material 32 design guidelines, packed in a full responsive template with a well-defined 33 and [easily customizable color palette]({{< relref "getting-started/index.md#changing-the-color-palette" >}}), great typography, as well as a 34 beautiful search interface and footer. 35 36 - Well-tested and optimized Javascript and CSS including a cross-browser 37 fixed/sticky header, a drawer that even works without Javascript using 38 the [checkbox hack](http://tutorialzine.com/2015/08/quick-tip-css-only-dropdowns-with-the-checkbox-hack/) with fallbacks, responsive tables that scroll when 39 the screen is too small and well-defined print styles. 40 41 - Extra configuration options like a [project logo]({{< relref "getting-started/index.md#adding-a-logo" >}}), links to the authors 42 [GitHub and Twitter accounts]({{< relref "getting-started/index.md#adding-a-github-and-twitter-account" >}}) and display of the amount of stars the 43 project has on GitHub. 44 45 - Web application capability on iOS – when the page is saved to the homescreen, 46 it behaves and looks like a native application. 47 48 See the [getting started guide]({{< relref "getting-started/index.md" >}}) for instructions how to get 49 it up and running. 50 51 ## Acknowledgements 52 53 Last but not least a big thank you to [Martin Donath](https://github.com/squidfunk). He created the original [Material theme](https://github.com/squidfunk/mkdocs-material) for Hugo's companion [MkDocs](http://www.mkdocs.org/). This port wouldn't be possible without him. 54 55 Furthermore, thanks to [Steve Francia](https://gihub.com/spf13) for creating Hugo and the [awesome community](https://github.com/spf13/hugo/graphs/contributors) around the project.