diff --git a/_config.yml b/_config.yml index 546376c..7c6881f 100644 --- a/_config.yml +++ b/_config.yml @@ -29,15 +29,15 @@ kramdown: # input: GFM syntax_highlighter: rouge -# THIS BREAKS THE SITE!! -# collections_dir: collections -# collections: -# docs: -# output: true - collections: notes: output: true + music: + output: true + order: + - retroactive.md + - spamcalls.md + - imagined.md highlighter: rouge diff --git a/_includes/head.html b/_includes/head.html index 575af4a..d746267 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -8,7 +8,7 @@ - + diff --git a/_includes/nav.html b/_includes/nav.html index 5289588..d33512c 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -10,6 +10,7 @@ diff --git a/_layouts/album.html b/_layouts/album.html new file mode 100644 index 0000000..77f04e0 --- /dev/null +++ b/_layouts/album.html @@ -0,0 +1,71 @@ +{% include head.html %} + + + +
+ + {% include nav.html %} + +
+ + {% assign path = page.url | split: "/" %} + {% assign album = path[2] %} + + +

+ +
+ {% if page.has_art %} + Cover art + {% endif %} + +
+

+

{{page.title}}

+ +

{{page.description}}

+ +
+ + + + +

+ +
+ {% for track in page.tracks %} + {{track[0]}}
+ {% endfor %} +
+

+
+
+ + +
+ +
+ + {% include footer.html %} + + + + + + \ No newline at end of file diff --git a/_layouts/album.html.old b/_layouts/album.html.old new file mode 100644 index 0000000..b42c4ab --- /dev/null +++ b/_layouts/album.html.old @@ -0,0 +1,53 @@ +{% include head.html %} + + + +
+ + {% include nav.html %} + +
+
+ + {% assign path = page.url | split: "/" %} + {% assign album = path[2] %} + +

{{page.title}}

+
+ {{page.date}} + +

+ +

{{page.description}}

+ +
+
+
+ Cover art +
+
+
+ +

+ {% for track in page.tracks %} + +

{{track[1]}}

+ + /assets/audio/{{album}}/{{track[2]}} + + {% endfor %} +

+ +
+
+
+
+ +
+
+
+ + {% include footer.html %} + + + \ No newline at end of file diff --git a/_layouts/music.html b/_layouts/music.html new file mode 100644 index 0000000..aa0c009 --- /dev/null +++ b/_layouts/music.html @@ -0,0 +1,51 @@ +{% include head.html %} + + + +
+ + {% include nav.html %} + +
+
+

My music

+
+ + + + Featured + + {% for album in site.music %} + + + +
+
+
{{album.title}} +
+ Released: {{album.date}} +

{{album.description}}

+
+
+
+ + + {% endfor %} + + +

+ +
+
+
More music
+
+
+
+
+
+
+ + {% include footer.html %} + + + \ No newline at end of file diff --git a/_music/imagined.md b/_music/imagined.md new file mode 100644 index 0000000..f7fea90 --- /dev/null +++ b/_music/imagined.md @@ -0,0 +1,32 @@ +--- +layout: album +title: Imagined Soundtracks +date: 2017-04-06 +has_art: true +description: The official album for the 'Imagined' show put on by the grade 8 classes of Lester B. Pearson School For The Arts. +tracks: [ +["Intro / Act 1 Scene 1", "https://bandcamp.com/stream_redirect?enc=mp3-128&track_id=2574926232&ts=1577154353&t=9d35dc91ddd9543700a52db59a4fa54d72a1f99d"], +["Act 1 Scene 2", "https://bandcamp.com/stream_redirect?enc=mp3-128&track_id=117178558&ts=1577154353&t=66b6e13511685b65f628be9800c56459d83e7da1"], +["Act 1 Scene 3", "https://bandcamp.com/stream_redirect?enc=mp3-128&track_id=2349916149&ts=1577154353&t=8305dbef4e7efacdf099b8281920c8c49510a9d2"], +["Act 1 Scene 4", "https://bandcamp.com/stream_redirect?enc=mp3-128&track_id=4252327209&ts=1577154353&t=45e6477c6971f33f81f68daa7d75da479d554a91"], +["Act 1 Scene 5", "https://bandcamp.com/stream_redirect?enc=mp3-128&track_id=3092307775&ts=1577154353&t=f5a4c320d7d05b09d3369cf5960dedc6a21784c7"], +["Intermission Intro", "https://bandcamp.com/stream_redirect?enc=mp3-128&track_id=813119460&ts=1577154353&t=3239ef0e51eb85fe74c6efdd6681a8a1fed69369"], +["Intermission Outro", "https://bandcamp.com/stream_redirect?enc=mp3-128&track_id=3040457631&ts=1577154353&t=8136a103a0e9fa398b546989cc8b80144c83482f"], +["Act 2 Scene 2", "https://bandcamp.com/stream_redirect?enc=mp3-128&track_id=2044616442&ts=1577154353&t=873de53a2fac6b263453de5d2f9f97fa26df78c1"], +["Act 2 Scene 3", "https://bandcamp.com/stream_redirect?enc=mp3-128&track_id=3933827043&ts=1577154353&t=25971fdf2a470cbf7b7e8bc86c27d352b8e09ea8"], +["Act 2 Scene 4", "https://bandcamp.com/stream_redirect?enc=mp3-128&track_id=1600505852&ts=1577154353&t=df61dfddee4bca1d4aaffd0732321ac61bdb0fe2"], +["End / Bows", "https://bandcamp.com/stream_redirect?enc=mp3-128&track_id=3893465329&ts=1577154353&t=303c4fb5a764fc6df94638c14d1b66078829228f"], +["Bows 2 ", "https://bandcamp.com/stream_redirect?enc=mp3-128&track_id=943058474&ts=1577154353&t=a1ca4d41b6bbe4375951cbc8168f209ce5f84070"] +] +--- + + + + + + + + + + + diff --git a/_music/retroactive.md b/_music/retroactive.md new file mode 100644 index 0000000..14ac4b9 --- /dev/null +++ b/_music/retroactive.md @@ -0,0 +1,10 @@ +--- +layout: album +title: Retroactive +date: 2019-12-24 +has_art: false +description: An ambient experiment +tracks: [ +["Retroactive", "/assets/audio/retroactive.wav"] +] +--- \ No newline at end of file diff --git a/_music/spamcalls.md b/_music/spamcalls.md new file mode 100644 index 0000000..3632d78 --- /dev/null +++ b/_music/spamcalls.md @@ -0,0 +1,9 @@ +--- +layout: album +title: Spam Phone Calls +date: 2019-06-17 +has_art: false +description: A song I helped produce for my Audio production class +tracks: [ +["Spam Phone Calls", "/assets/audio/SpamPhoneCalls.mp3"]] +--- \ No newline at end of file diff --git a/assets/audio/retroactive.wav b/assets/audio/retroactive.wav new file mode 100644 index 0000000..63e5497 Binary files /dev/null and b/assets/audio/retroactive.wav differ diff --git a/assets/images/banner.jpg.2 b/assets/images/banner.jpg.2 deleted file mode 100644 index 201ff54..0000000 Binary files a/assets/images/banner.jpg.2 and /dev/null differ diff --git a/assets/images/banner.jpg.old b/assets/images/banner.jpg.old deleted file mode 100644 index 2e46f79..0000000 Binary files a/assets/images/banner.jpg.old and /dev/null differ diff --git a/assets/images/imagined/cover.jpg b/assets/images/imagined/cover.jpg new file mode 100644 index 0000000..8e33b6b Binary files /dev/null and b/assets/images/imagined/cover.jpg differ diff --git a/music.md b/music.md index 28dacf9..17f5efa 100644 --- a/music.md +++ b/music.md @@ -1,4 +1,3 @@ --- -layout: redir -redirect_to: https://retrylife.bandcamp.com/ +layout: music --- diff --git a/projects.md b/projects.md index 4629dda..2fc7043 100644 --- a/projects.md +++ b/projects.md @@ -3,6 +3,8 @@ title: My Projects layout: page --- +Here is a list of projects and programs I have build, and / or contributed to. + These projects range from unfinished ideas, to codebases that took months to develop. I cannot guarantee that the link you click will bring you to a finished project. If you see a project here that you would like to improve upon, open a Pull Request. If you would like to adopt a project, send me an email. ## Table of contents @@ -91,6 +93,7 @@ These projects range from unfinished ideas, to codebases that took months to dev - [BecomeRanter](https://github.com/Ewpratten/BecomeRanter) - An LSTM-based tool for generating devRant posts - [ISS](https://github.com/Ewpratten/ISS) - Find out where the ISS is from your terminal - [LaunchDraw](https://github.com/Ewpratten/LaunchDraw) - Use a Novation Launchpad as a canvas with the pygame MIDI library + - [Social Mapper](https://github.com/Greenwolf/social_mapper) - A Social Media Enumeration & Correlation Tool by @Greenwolf ## Server Tools - [REmail](https://github.com/Ewpratten/REmail) - An email relay