forked from chesshacker/pages-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,19 +10,19 @@ 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 %} | ||
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: [email protected] | ||
github_username: steveortiz | ||
linkedin_username: trustycoder | ||
twitter_username: trustycoder | ||
url: "https://arpit2408.github.io" | ||
email: [email protected] | ||
github_username: arpit2408 | ||
#linkedin_username: trustycoder | ||
#twitter_username: trustycoder | ||
{% endhighlight %} | ||
|
||
That's it! You should now have a website of your own. | ||
|