Skip to content

Commit e8a215f

Browse files
committed
Added some information about the music
1 parent db47a3c commit e8a215f

4 files changed

Lines changed: 53 additions & 11 deletions

File tree

_includes/__INSTRUCTIONS.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Includes
2+
3+
There are two types of includes...
4+
5+
6+
7+
## 1. includes for templates.
8+
9+
All includes with `_` are used for templates, like for example the `_head.html` or `_footer.html`.
10+
11+
12+
13+
## 2. includes as commands
14+
15+
Includes without an underscore are commands you can use in posts and pages. I left out the `.html`-ending to reduce the typing and though the commands look cleaner. They only look messy when you open them in your coding-editor of choice.
16+
17+
Checkout for example `alert`:
18+
19+
{% include alert success="Yay! you did it!" %}
20+
21+
or
22+
23+
{% include gallery %}
24+
25+
Enjoy :)

_posts/design/2015-10-15-mediaelement_js.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,32 @@ All possible functions and how to use *mediaelement.js* is well-documented on th
4040

4141

4242

43+
## »Music From All Around The World«
44+
45+
[»Music From All Around The World«][5] is a compilation curated by Jeannette Corneille and Moritz "mo." Sauer for [Phlow-Magazine.com][4]. Cover [Artwork designed by Jeannette Corneille][1]. All tracks were released under a [creative commons licence][2].
46+
4347
### B-Ju - »Philly Run«
4448

4549
<audio src="http://archive.org/download/music_from_all_around_the_world/13._music_from_all_around_the_world_-_b-ju_-_philly_run.mp3" type="audio/mp3" controls="controls"></audio>
4650

47-
### Comfort Fit - »Freeze The Cut« <span class="subhead">(Opolopo's Emotional Draft Remix)</span>
51+
### Comfort Fit - »Freeze The Cut«
4852

4953
<audio src="http://archive.org/download/music_from_all_around_the_world/05._music_from_all_around_the_world_-_comfort_fit_-_freeze_the_cut_opolopos_emotional_draft_remix.mp3" type="audio/mp3" controls="controls"></audio>
5054

5155
### The Black Atlantic - »Dandelion«
5256

5357
<audio src="http://archive.org/download/music_from_all_around_the_world/02._music_from_all_around_the_world_-_the_black_atlantic_-_dandelion.mp3" type="audio/mp3" controls="controls"></audio>
5458

59+
[Download Compilation ›](https://archive.org/details/music_from_all_around_the_world)
60+
{: .t30 .button .radius}
5561

5662

5763

5864
[1]: http://mediaelementjs.com/
59-
[2]: #
60-
[3]: #
61-
[4]: #
62-
[5]: #
65+
[2]: http://jcorneille.de/
66+
[3]: www.creativecommons.org/licenses/by-nc-nd/3.0/
67+
[4]: http://phlow-magazine.com/
68+
[5]: https://archive.org/details/music_from_all_around_the_world
6369
[6]: #
6470
[7]: #
6571
[8]: #

pages/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ header:
88
image_fullwidth: "header_unsplash_9.jpg"
99
permalink: "/changelog/"
1010
---
11-
2015-10-15 // Version 2.0
12-
: Now with audio- and video-player [mediaelement.js]({{ site.url }}/design/mediaelement_js/).
11+
2015-10-18 // Version 1.7
12+
: Now with audio- and video-player [mediaelement.js]({{ site.url }}/design/mediaelement_js/). Added new gallery include. Changed names again... Sorry.
1313

1414
2015-08-07 // Version 1.5
1515
: Simplified includes syntax. The `.html`-ending is not needed anymore. Makes it simpler to read, write and use.

pages/info.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ header:
1414

1515
## Features
1616

17-
* Responsive Gallery, Videos, Grid, Typography,...
17+
* [Responsive Gallery][8], [Videos][9], [Grid][10], [Typography][11],...
1818
* 100% GitHub Pages friendly
1919
* Easy editable navigation, footer and social media links
2020
* Language Ready – just translate one file.
@@ -24,6 +24,7 @@ header:
2424
* Uses Jekyll 3.0
2525
* Multiple possibilities to use images in different ways
2626
* Fine typography
27+
* Play Video and Audio with [Mediaelement.js][12]
2728

2829

2930

@@ -45,6 +46,16 @@ Yours sincerelly, [Moritz »mo.« Sauer][7]
4546
[5]: http://www.smashingmagazine.com/
4647
[6]: https://github.com/
4748
[7]: http://sauer.io
48-
[8]: #
49-
[9]: #
50-
[10]: #
49+
[8]: {{ site.url }}/design/gallery/
50+
[9]: {{ site.url }}/design/video/
51+
[10]: {{ site.url }}/design/grid/
52+
[11]: {{ site.url }}/design/typography/
53+
[12]: {{ site.url }}/design/mediaelement_js/
54+
[13]: #
55+
[14]: #
56+
[15]: #
57+
[16]: #
58+
[17]: #
59+
[18]: #
60+
[19]: #
61+
[20]: #

0 commit comments

Comments
 (0)