mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Move menu configuration in config.toml (#25)
This commit is contained in:
parent
6ad74b6295
commit
d5a9c64a7c
@ -17,3 +17,11 @@ title = "Hugo Themes"
|
|||||||
languageName = "Français"
|
languageName = "Français"
|
||||||
weight = 2
|
weight = 2
|
||||||
title = "Thèmes Hugo"
|
title = "Thèmes Hugo"
|
||||||
|
|
||||||
|
[menu]
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "tutorials"
|
||||||
|
name = "Tutorials"
|
||||||
|
url = "/post/"
|
||||||
|
weight = 5
|
@ -2,11 +2,6 @@
|
|||||||
author: "Michael Henderson"
|
author: "Michael Henderson"
|
||||||
date: 2014-09-28
|
date: 2014-09-28
|
||||||
linktitle: Creating a New Theme
|
linktitle: Creating a New Theme
|
||||||
menu:
|
|
||||||
main:
|
|
||||||
parent: tutorials
|
|
||||||
next: /tutorials/github-pages-blog
|
|
||||||
prev: /tutorials/automated-deployments
|
|
||||||
title: Creating a New Theme
|
title: Creating a New Theme
|
||||||
weight: 10
|
weight: 10
|
||||||
series:
|
series:
|
||||||
|
@ -13,7 +13,6 @@ categories = [
|
|||||||
"Development",
|
"Development",
|
||||||
"golang",
|
"golang",
|
||||||
]
|
]
|
||||||
menu = "main"
|
|
||||||
series = ["Hugo 101"]
|
series = ["Hugo 101"]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
@ -12,7 +12,6 @@ categories = [
|
|||||||
"Development",
|
"Development",
|
||||||
"golang",
|
"golang",
|
||||||
]
|
]
|
||||||
menu = "main"
|
|
||||||
series = ["Hugo 101"]
|
series = ["Hugo 101"]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
@ -1,10 +1,6 @@
|
|||||||
---
|
---
|
||||||
date: 2014-03-10
|
date: 2014-03-10
|
||||||
linktitle: Migrating from Jekyll
|
linktitle: Migrating from Jekyll
|
||||||
menu:
|
|
||||||
main:
|
|
||||||
parent: tutorials
|
|
||||||
prev: /tutorials/mathjax
|
|
||||||
title: Migrate to Hugo from Jekyll
|
title: Migrate to Hugo from Jekyll
|
||||||
weight: 10
|
weight: 10
|
||||||
series:
|
series:
|
||||||
|
Loading…
Reference in New Issue
Block a user