Move menu configuration in config.toml (#25)

This commit is contained in:
Alexandros 2019-02-20 21:30:20 +02:00 committed by digitalcraftsman
parent 6ad74b6295
commit d5a9c64a7c
5 changed files with 9 additions and 12 deletions

View file

@ -17,3 +17,11 @@ title = "Hugo Themes"
languageName = "Français"
weight = 2
title = "Thèmes Hugo"
[menu]
[[menu.main]]
identifier = "tutorials"
name = "Tutorials"
url = "/post/"
weight = 5

View file

@ -2,11 +2,6 @@
author: "Michael Henderson"
date: 2014-09-28
linktitle: Creating a New Theme
menu:
main:
parent: tutorials
next: /tutorials/github-pages-blog
prev: /tutorials/automated-deployments
title: Creating a New Theme
weight: 10
series:

View file

@ -13,7 +13,6 @@ categories = [
"Development",
"golang",
]
menu = "main"
series = ["Hugo 101"]
+++

View file

@ -12,7 +12,6 @@ categories = [
"Development",
"golang",
]
menu = "main"
series = ["Hugo 101"]
+++

View file

@ -1,10 +1,6 @@
---
date: 2014-03-10
linktitle: Migrating from Jekyll
menu:
main:
parent: tutorials
prev: /tutorials/mathjax
title: Migrate to Hugo from Jekyll
weight: 10
series: