Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.24 KB

index.md

File metadata and controls

37 lines (30 loc) · 1.24 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: {{ site.title }} description: > {{ site.description | rstrip }} baseurl: "{{ site.baseurl }}" # the subpath of your site url: "{{ site.url }}" email: {{ site.email }} github_username: {{ site.github_username }} linkedin_username: {{ site.linkedin_username }} twitter_username: {{ site.twitter_username }} {% endhighlight %}

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

https://your github username.github.io/pages-starter/

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 let me know. I am glad to help!