Welcome to GitHub Pages!

less than 1 minute read

You’ll find this post in your _posts directory. Go ahead and edit it and commit your changes to to the repository. GitHub will automatically rebuild your site. Wait a few minutes and then refresh the site link to see the new changes. There are three main ways to make changes to your site:

  • Edit files within your in the browser at GitHub.com
  • Use a third party GitHub content editor, like Prose by Development Seed.
  • Clone down your repository and make updates locally, then push them to your GitHub repository.

To add new posts, simply add a file in the _posts directory that follows the convention YYYY-MM-DD-name-of-post.ext and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.

Jekyll also offers powerful support for code snippets:

def print_message(message):
  print(message)

print_message("Welcome to GitHub Pages")

Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.