Skip to content

How to upload a song

Tracey edited this page Jul 16, 2020 · 3 revisions

https://sky-music.github.io

This is a visual music sheets site with songs shared by fans.

Adding a song to the site

Github link: https://github.com/sky-music/sky-music.github.io

1. Uploading the file

All the HTML files for the songs are located in the songs folder.

Go to the songs folder: https://github.com/sky-music/sky-music.github.io/tree/master/songs and click Upload files

image|690x274

If you can, try to rename the file to replace spaces with dashes.


2. Editing the file

You can click the ✏️ icon to edit the file.

Link to go to Home page

You can add this under the <body> tag of your song page, to put a logo and link to go back home.

  <table id="navigation">
    <tr>
      <td>
        <a href="../index.html"><img src="../assets/images/sky-music-logo-sheets.png" width="100" height="100" /></a>
      </td>
      <td>
        <h1><a href="../index.html">Sky Music</a></h1>
      </td>
    </tr>
  </table>

../ means back to root folder.

screenshot of adding nav code|690x213


3. Adding a link to the song from the home page

index.md is the home page for websites.

image|690x190

You can edit this code, and add it in a new line under the other songs to link your song.

<li> <a href="./songs/SONGNAME.html"> SONGNAME </a> </li>

And you're done! ✨

Visit the site to see if your changes made it through: https://sky-music.github.io