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
10
config.toml
10
config.toml
@ -16,4 +16,12 @@ title = "Hugo Themes"
|
||||
[languages.fr]
|
||||
languageName = "Français"
|
||||
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"
|
||||
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:
|
||||
|
@ -13,7 +13,6 @@ categories = [
|
||||
"Development",
|
||||
"golang",
|
||||
]
|
||||
menu = "main"
|
||||
series = ["Hugo 101"]
|
||||
+++
|
||||
|
||||
|
@ -12,7 +12,6 @@ categories = [
|
||||
"Development",
|
||||
"golang",
|
||||
]
|
||||
menu = "main"
|
||||
series = ["Hugo 101"]
|
||||
+++
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user