Add Music page
This commit is contained in:
parent
96ba650c29
commit
cb00bb57ec
|
@ -0,0 +1,21 @@
|
||||||
|
+++
|
||||||
|
Categories = []
|
||||||
|
Tags = []
|
||||||
|
date = "2024-09-01T00:00:00-05:00"
|
||||||
|
title = "Music"
|
||||||
|
|
||||||
|
+++
|
||||||
|
|
||||||
|
Not only am I a tech geek, but I'm also a multi-instrumentalist musician and composer! On this page you can find some of my work.
|
||||||
|
|
||||||
|
## Into Æther
|
||||||
|
|
||||||
|
My debut album, in the works since 2011 (or 2006, depending on how you count it). Into Æther is a progressive rock concept album based on the world of Magic: The Gathering.
|
||||||
|
|
||||||
|
Below is a playlist containing preview audio of all 9 songs, as produced by MuseSounds. No real instruments or vocals yet. I plan to record this over the Winter of 2024/2025 with a goal for a Spring 2025 release. Enjoy.
|
||||||
|
|
||||||
|
<!-- SCM Music Player https://www.scmplayer.net -->
|
||||||
|
<script type="text/javascript" src="https://www.scmplayer.net/script.js"
|
||||||
|
data-config="{'skin':'skins/black/skin.css','volume':50,'autoplay':false,'shuffle':false,'repeat':0,'placement':'top','showplaylist':true,'playlist':[{'title':'Into %C6ther','url':'https://file.bonifacelabs.ca/Public/Into%20Aether/Preview/1%20Into%20Aether.ogg'},{'title':'The Vision','url':'https://file.bonifacelabs.ca/Public/Into%20Aether/Preview/2%20The%20Vision.ogg'},{'title':'The Summoning','url':'https://file.bonifacelabs.ca/Public/Into%20Aether/Preview/3%20The%20Summoning.ogg'},{'title':'Thraximundar','url':'https://file.bonifacelabs.ca/Public/Into%20Aether/Preview/4%20Thraximundar.ogg'},{'title':'Escape','url':'https://file.bonifacelabs.ca/Public/Into%20Aether/Preview/5%20Escape.ogg'},{'title':'Brooding','url':'https://file.bonifacelabs.ca/Public/Into%20Aether/Preview/6%20Brooding.ogg'},{'title':'The Gathering','url':'https://file.bonifacelabs.ca/Public/Into%20Aether/Preview/7%20The%20Gathering.ogg'},{'title':'Lament','url':'https://file.bonifacelabs.ca/Public/Into%20Aether/Preview/8%20Lament.ogg'},{'title':'Thraximundar Defeated','url':'https://file.bonifacelabs.ca/Public/Into%20Aether/Preview/9%20Thraximundar%20Defeated.ogg'}]}" ></script>
|
||||||
|
<!-- SCM Music Player script end -->
|
||||||
|
|
|
@ -72,16 +72,21 @@ theme = "hugo-blog-awesome"
|
||||||
name = 'CV'
|
name = 'CV'
|
||||||
url = '/cv/'
|
url = '/cv/'
|
||||||
weight = 30
|
weight = 30
|
||||||
|
[[Languages.en-ca.menu.main]]
|
||||||
|
pageRef="music"
|
||||||
|
name = 'Music'
|
||||||
|
url = '/music/'
|
||||||
|
weight = 40
|
||||||
[[Languages.en-ca.menu.main]]
|
[[Languages.en-ca.menu.main]]
|
||||||
pageRef="hardware"
|
pageRef="hardware"
|
||||||
name = 'Hardware'
|
name = 'Hardware'
|
||||||
url = '/hardware/'
|
url = '/hardware/'
|
||||||
weight = 40
|
weight = 50
|
||||||
[[Languages.en-ca.menu.main]]
|
[[Languages.en-ca.menu.main]]
|
||||||
pageRef="legal"
|
pageRef="legal"
|
||||||
name = 'Legal'
|
name = 'Legal'
|
||||||
url = '/legal/'
|
url = '/legal/'
|
||||||
weight = 40
|
weight = 90
|
||||||
|
|
||||||
[Languages.en-ca.params]
|
[Languages.en-ca.params]
|
||||||
sitename = "Joshua Boniface, sysadmin"
|
sitename = "Joshua Boniface, sysadmin"
|
||||||
|
|
Loading…
Reference in New Issue