diff --git a/content/en/pages/music.md b/content/en/pages/music.md new file mode 100644 index 0000000..310b7be --- /dev/null +++ b/content/en/pages/music.md @@ -0,0 +1,20 @@ ++++ +Categories = [] +Tags = [] +date = "2024-08-31T00:00:00-05:00" +title = "Music" + ++++ + +Did you know I'm also a multi-instrumentalist musician and composer as well as a tech geek? Here you can find my music! + +## Into Æther + +My debut album, Into Æther, is a concept album based on the worlds of Magic: The Gathering. Progressive rock influenced primary by Rush, JT Bruce, and Porcupine Tree. + +2024-09-01: Preview MP3s for all 9 tracks are available now! These are MuseSounds exports without real instruments or vocals. Planning to record over Winter 2024/2025 for a spring 2025 release. + + + + diff --git a/hugo.toml b/hugo.toml index 864dcff..ddf5de4 100644 --- a/hugo.toml +++ b/hugo.toml @@ -77,11 +77,16 @@ theme = "hugo-blog-awesome" name = 'Hardware' url = '/hardware/' weight = 40 + [[Languages.en-ca.menu.main]] + pageRef="music" + name = 'Music' + url = '/music/' + weight = 50 [[Languages.en-ca.menu.main]] pageRef="legal" name = 'Legal' url = '/legal/' - weight = 40 + weight = 100 [Languages.en-ca.params] sitename = "Joshua Boniface, sysadmin"