Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.36 KB

real-website.md

File metadata and controls

26 lines (19 loc) · 1.36 KB

Create a real Website

If you did step 3 - you will see, that there is not much to do with CSS and Javascript. If you want to keep your GitHub Page, go ahead and add some styles as stated in this tutorial.

You can also upload a HTML based website, independently from the GitHub Markdown.

Get a HTML website template

  1. Clone the repository, so you have your files localy
  2. Download a free template, like this one
  • extract the files, and open the directory with Atom
  • open the website localy by right clicking the file about.html and choose open in Browser
  • see, the template is fancy responsive
  • review the code

Customize the website template

  1. edit the files
  • rename about.html to index.html globally in code, too
  • do not remove the credits at the footer
  • you might want to remove the contact form, since we do not have a server for actually sending emails. But if you are curious, use this service for static contact forms.
  1. replace the images with correct sizes ones
  1. push the code to the GitHub Page repository