|
|
@ -4,20 +4,20 @@ |
|
|
|
# baseurl is the website's URL without the hostname |
|
|
|
|
|
|
|
# If you are building a simple GitHub user page (username.github.io) then use these settings: |
|
|
|
url: "http://username.github.io" |
|
|
|
baseurl: "" |
|
|
|
#url: "http://username.github.io" |
|
|
|
#baseurl: "" |
|
|
|
|
|
|
|
# If you are building a GitHub project page then use these settings: |
|
|
|
#url: "http://username.github.io/projectname" |
|
|
|
#baseurl: "/projectname" |
|
|
|
url: "http://daattali.github.io/beautiful-jekyll" |
|
|
|
baseurl: "/beautiful-jekyll" |
|
|
|
|
|
|
|
# Of course don't forget to change the username and projectname to YOUR username and project |
|
|
|
|
|
|
|
# Name of website |
|
|
|
title: My website |
|
|
|
title: Beautiful Jekyll |
|
|
|
|
|
|
|
# Short description of your site |
|
|
|
description: A virtual proof that name is awesome! |
|
|
|
description: Quickly build a beautiful Jekyll website |
|
|
|
|
|
|
|
# --- Navigation bar options --- # |
|
|
|
|
|
|
@ -28,21 +28,21 @@ avatar: "/img/avatar-icon.png" |
|
|
|
# List of links in the navigation bar |
|
|
|
navbar-links: |
|
|
|
Home: "" |
|
|
|
About Me: "aboutme" |
|
|
|
Contact: "contact" |
|
|
|
Random Link: "" |
|
|
|
Another Page: "" |
|
|
|
|
|
|
|
# --- Footer options --- # |
|
|
|
|
|
|
|
# Change all these values or delete the ones you don't want. |
|
|
|
# Important: you must keep the "name" parameter, everything else you can remove |
|
|
|
author: |
|
|
|
name: Some Person |
|
|
|
email: "youremail@domain.com" |
|
|
|
facebook: yourname # eg. daattali |
|
|
|
github: yourname # eg. daattali |
|
|
|
twitter: yourname # eg. daattali |
|
|
|
linkedin: yourlink # eg. "pub/dean-attali/8/946/143" |
|
|
|
stackoverflow: yourlink # eg. "users/3943160/daattali" |
|
|
|
name: Dean Attali |
|
|
|
email: "daattali@gmail.com" |
|
|
|
facebook: daattali |
|
|
|
github: daattali |
|
|
|
twitter: daattali |
|
|
|
linkedin: "pub/dean-attali/8/946/143" |
|
|
|
stackoverflow: "users/3943160/daattali" |
|
|
|
|
|
|
|
# Select which links to show in the footer |
|
|
|
footer-links-active: |
|
|
@ -56,7 +56,7 @@ footer-links-active: |
|
|
|
|
|
|
|
# How to display the link to the website in the footer |
|
|
|
# Remove this if you don't want a link in the footer |
|
|
|
url-pretty: "MyWebsite.com" # eg. "deanattali.com/beautiful-jekyll" |
|
|
|
url-pretty: "deanattali.com/beautiful-jekyll" # eg. "deanattali.com/beautiful-jekyll" |
|
|
|
|
|
|
|
# --- Misc --- # |
|
|
|
|
|
|
@ -64,7 +64,7 @@ url-pretty: "MyWebsite.com" # eg. "deanattali.com/beautiful-jekyll" |
|
|
|
#disqus: "" |
|
|
|
|
|
|
|
# Fill in your Google Analytics ID to track your website using GA |
|
|
|
#google_analytics: "" |
|
|
|
google_analytics: "UA-59820529-1" |
|
|
|
|
|
|
|
# --- Don't need to touch anything below here (but you can if you want) --- # |
|
|
|
|
|
|
|