qzio
April 21, 2017, 9:21am
1
github issue: https://github.com/spf13/hugo/issues/3373
reproduce: https://themes.gohugo.io/theme/material-docs/ and click the “Getting started” link in the menu.
This works as expected in hugo 0.19.
I’m not sure if this is a bug in the theme or in hugo…
@digitalcraftsman Just from a quick look, does this have anything to do with using index.md
as a single page in the demo site rather than the preferred _index.md
?
---
date: 2016-03-09T00:11:02+01:00
title: Getting started
weight: 10
---
## Installation
### Installing Hugo
Hugo itself is just a single binary without dependencies on expensive runtimes like Ruby, Python or PHP and without dependencies on any databases. You just need to download the [latest version](https://github.com/spf13/hugo/releases). For more information read the official [installation guides](http://gohugo.io/overview/installing/).
Let's make sure Hugo is set up as expected. You should see a similar version number in your terminal:
```sh
hugo version
# Hugo Static Site Generator v0.15 BuildDate: 2016-01-03T12:47:47+01:00
```
### Installing Material
This file has been truncated. show original