A list of artists and genres from Madagascar. See: onja-madagascar.github.io/music-of-madagascar
This repo was started as a school project at Onja.org, as we love Malagasy music.
Please make sure your editor has EditorConfig installed before making any changes.
If you know of an artist that is not included in our list, please fork this repo, and create a pull-request.
In that PR, you'll need to do the following:
- Add the artist's page (in markdown) in the appropriate folder
- Add a link from the folder's
index.md
to your new page.
If you know of a genre that is not included in our list, please fork this repo, and create a pull-request.
In that PR, you'll need to do the following:
- Add the genre to
genres.md
Please let us know on our Issues page or fork, and then create a pull-request to fix the issue.
We use Github Pages to publish our work, using a simple markdown to HTML plugin in Jekyll.
To create an update, merge master
into gh-pages
like so:
git checkout master
git pull
git checkout gh-pages
git merge master
git push
After a few minutes the updates will be live on onja-madagascar.github.io/music-of-madagascar