From f1f4e0708071b14cdd824cba9eb177a0bb1c132d Mon Sep 17 00:00:00 2001 From: arpit2408 Date: Sat, 1 Oct 2016 16:39:11 -0500 Subject: [PATCH] Update index.md --- index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.md b/index.md index db7809e..4e46d8e 100644 --- a/index.md +++ b/index.md @@ -10,7 +10,7 @@ possible with GitHub Pages. In just 3 simple steps, you will have your own website. 1. [Create a Github account](https://github.com/join) -2. [Fork this repository](https://github.com/steveortiz/tamuhack/fork) +2. [Fork this repository](https://github.com/arpit2408/myIntro/fork) 3. Edit the `_config.yml` file {% highlight yaml %} @@ -18,11 +18,11 @@ 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://steveortiz.github.io" -email: steve@ortizaggies.com -github_username: steveortiz -linkedin_username: trustycoder -twitter_username: trustycoder +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.