I have set up my professional website/homepage using Github Pages
. I know if this was just HTML
being served up from somewhere, my downloadable file would need to be in the directory of my .html
file, and then I could reference it in the .html
file and link it up. However, since this is served by Github through repository, I am unsure on how to do this.
- Do I put my downloadable file in my repo under version control like the rest of the project?
- If so, what path do I use in the
.html
file?
Also, I am aware that the Automatic Page Generator
makes it possible to hardly touch the HTML, but it seems pretty restrictive as far as customizing where links and other content appears on your page...