mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 09:12:47 +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]]
|
[[params.ananke_socials]]
|
||||||
name = "twitter"
|
name = "twitter"
|
||||||
url = "https://twitter.com/jslowenmusic"
|
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: ''
|
description: ''
|
||||||
featured_image: "/images/jessica_1920.jpg"
|
featured_image: "/images/jessica_1920.jpg"
|
||||||
omit_header_text: true
|
omit_header_text: true
|
||||||
menu:
|
|
||||||
main:
|
|
||||||
weight: 1
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
I am a song-writer and music teacher.
|
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.
|
Currently Midlands-based, I was born and raised in Yorkshire, where my interest in music was cultivated.
|
||||||
|
@ -4,9 +4,6 @@ description: ''
|
|||||||
featured_image: ''
|
featured_image: ''
|
||||||
type: page
|
type: page
|
||||||
omit_header_text: true
|
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).
|
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: ''
|
description: ''
|
||||||
featured_image: ''
|
featured_image: ''
|
||||||
omit_header_text: true
|
omit_header_text: true
|
||||||
menu:
|
|
||||||
main:
|
|
||||||
weight: 2
|
|
||||||
---
|
---
|
||||||
## Children's Choir Songs
|
## Children's Choir Songs
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user