Skip to content

Commit

Permalink
fix example site to work with newer hugo versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Mar 30, 2020
1 parent c414e87 commit 593cdf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title = "Material Docs"
theme = "hugo-material-docs"
metadataformat = "yaml"
canonifyurls = true
themesDir = "../.."
# Enable Google Analytics by entering your tracking id
googleAnalytics = ""

Expand Down
10 changes: 5 additions & 5 deletions exampleSite/content/index.md → exampleSite/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,26 @@ git clone [email protected]:digitalcraftsman/hugo-material-docs.git themes/hugo-mat

- Beautiful, readable and very user-friendly design based on Google's material
design guidelines, packed in a full responsive template with a well-defined
and [easily customizable color palette]({{< relref "getting-started/index.md#changing-the-color-palette" >}}), great typography, as well as a
and [easily customizable color palette]({{< relref "getting-started#changing-the-color-palette" >}}), great typography, as well as a
beautiful search interface and footer.

- Well-tested and optimized Javascript and CSS including a cross-browser
fixed/sticky header, a drawer that even works without Javascript using
the [checkbox hack](http://tutorialzine.com/2015/08/quick-tip-css-only-dropdowns-with-the-checkbox-hack/) with fallbacks, responsive tables that scroll when
the screen is too small and well-defined print styles.

- Extra configuration options like a [project logo]({{< relref "getting-started/index.md#adding-a-logo" >}}), links to the authors
[GitHub and Twitter accounts]({{< relref "getting-started/index.md#adding-a-github-and-twitter-account" >}}) and display of the amount of stars the
- Extra configuration options like a [project logo]({{< relref "getting-started#adding-a-logo" >}}), links to the authors
[GitHub and Twitter accounts]({{< relref "getting-started#adding-a-github-and-twitter-account" >}}) and display of the amount of stars the
project has on GitHub.

- Web application capability on iOS – when the page is saved to the homescreen,
it behaves and looks like a native application.

See the [getting started guide]({{< relref "getting-started/index.md" >}}) for instructions how to get
See the [getting started guide]({{< relref "getting-started" >}}) for instructions how to get
it up and running.

## Acknowledgements

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.

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.
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.

0 comments on commit 593cdf5

Please sign in to comment.