Skip to content

Files

Latest commit

f1f4e07 · Oct 1, 2016

History

History
37 lines (30 loc) · 1.23 KB

index.md

File metadata and controls

37 lines (30 loc) · 1.23 KB
layout title quote cite
default
Getting Started
The essential part of creativity is not being afraid to fail.
Edwin H. Land

This example is just meant to get you started and show you a little of what's possible with GitHub Pages. In just 3 simple steps, you will have your own website.

  1. Create a Github account
  2. Fork this repository
  3. Edit the _config.yml file

{% highlight yaml %} title: Hack on GitHub Pages description: > This site will get you started hacking with GitHub Pages. baseurl: "/tamuhack" # the subpath of your site url: "https://arpit2408.github.io" email: arpit2408@tamu.edu github_username: arpit2408 #linkedin_username: trustycoder #twitter_username: trustycoder {% endhighlight %}

That's it! You should now have a website of your own.

https://your github username.github.io/tamuhack

There's so much more you can do with GitHub Pages, so don't stop here. Explore the code in this project and start making it your own. Continue on to the [Resources]({{ "/resources" | prepend: site.baseurl }}) section to learn more about GitHub Pages and other handy tools.

If you have questions, please look for me at the hackathon. I am here to help!