Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Code Typo in README.md #40

Open
agucova opened this issue Feb 2, 2018 · 3 comments
Open

Code Typo in README.md #40

agucova opened this issue Feb 2, 2018 · 3 comments

Comments

@agucova
Copy link

agucova commented Feb 2, 2018

In the menu section there is a small but powerful typo.

+++
menu = "main"
+++

The equal sign should be replaced to a colon:

+++
menu: "main"
+++

Oherwise:

ERROR 2018/02/02 19:01:09 failed to parse page metadata for "acerca.md": yaml: line 5: could not find expected ':'
Error: Error building site: Errors reading pages: Error: failed to parse page metadata for "acerca.md": yaml: line 5: could not find expected ':' for acerca.md
@hanzei
Copy link

hanzei commented Apr 14, 2018

@BenBergman
Copy link

@agucova is actually referring to the .md files, not config.toml. By adding menu: "main" to the frontmatter, you can get your page automatically added to the menu without having to touch config.toml.

@Programazing
Copy link

@agucova @hanzei @BenBergman

I've forked this repo and started working on updating it if you're interested in an actively developed theme:

https://github.com/Programazing/hugo-strata-theme-II

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants