mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 00:52:43 +00:00
Add menus to config
This commit is contained in:
parent
ddd9d4fae5
commit
8a095d7860
17
config.toml
17
config.toml
@ -44,3 +44,20 @@ enableRobotsTXT = true
|
||||
[[params.ananke_socials]]
|
||||
name = "twitter"
|
||||
url = "https://twitter.com/jslowenmusic"
|
||||
|
||||
[[menu.main]]
|
||||
URL = "about"
|
||||
name = "About"
|
||||
weight = 1
|
||||
[[menu.main]]
|
||||
URL = "music"
|
||||
name = "Music"
|
||||
weight = 2
|
||||
[[menu.main]]
|
||||
URL = "contact"
|
||||
name = "Contact"
|
||||
weight = 3
|
||||
[[menu.main]]
|
||||
URL = "post"
|
||||
name = "News"
|
||||
weight = 4
|
||||
|
@ -3,11 +3,9 @@ title: About
|
||||
description: ''
|
||||
featured_image: "/images/jessica_1920.jpg"
|
||||
omit_header_text: true
|
||||
menu:
|
||||
main:
|
||||
weight: 1
|
||||
|
||||
---
|
||||
|
||||
I am a song-writer and music teacher.
|
||||
|
||||
Currently Midlands-based, I was born and raised in Yorkshire, where my interest in music was cultivated.
|
||||
|
@ -4,9 +4,6 @@ description: ''
|
||||
featured_image: ''
|
||||
type: page
|
||||
omit_header_text: true
|
||||
menu:
|
||||
main:
|
||||
weight: 3
|
||||
|
||||
---
|
||||
You can contact me through [Twitter](https://twitter.com/jslowenmusic), [Facebook](https://www.facebook.com/jslowenmusic) or [SoundCloud](https://soundcloud.com/jslowenmusic).
|
||||
|
@ -3,9 +3,7 @@ title: Music
|
||||
description: ''
|
||||
featured_image: ''
|
||||
omit_header_text: true
|
||||
menu:
|
||||
main:
|
||||
weight: 2
|
||||
|
||||
---
|
||||
## Children's Choir Songs
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user