2015-03-02 21:06:05 +01:00
|
|
|
# Serving
|
2015-03-02 21:22:21 +01:00
|
|
|
url: "http://daattali.github.io/beautiful-jekyll" # full site URL
|
|
|
|
url-short: "daattali.github.io/beautiful-jekyll" # how to display the url
|
2015-03-02 21:17:42 +01:00
|
|
|
baseurl: "/beautiful-jekyll" # does not include hostname
|
2015-03-02 21:06:05 +01:00
|
|
|
|
2015-03-02 21:22:21 +01:00
|
|
|
|
|
|
|
|
2015-03-02 21:06:05 +01:00
|
|
|
# Header meta
|
2015-03-02 21:22:21 +01:00
|
|
|
name: Beautiful Jekyll
|
|
|
|
description: Quickly build a beautiful Jekyll website
|
2015-03-02 21:06:05 +01:00
|
|
|
|
|
|
|
# Outputting
|
|
|
|
timezone: "America/Vancouver"
|
|
|
|
markdown: redcarpet
|
|
|
|
highlighter: pygments
|
|
|
|
permalink: /:year-:month-:day-:title
|
|
|
|
paginate: 5
|
|
|
|
|
|
|
|
defaults:
|
|
|
|
-
|
|
|
|
scope:
|
|
|
|
path: "" # all files
|
|
|
|
values:
|
|
|
|
layout: "default"
|
|
|
|
|
2015-03-02 21:22:21 +01:00
|
|
|
title : Beautiful Jekyll by Dean Attali
|
2015-03-02 21:06:05 +01:00
|
|
|
|
|
|
|
# Change all these values or delete the ones you don't want.
|
|
|
|
# You should keep the "name" parameter since it will be used as the name of blog posts' author.
|
|
|
|
author:
|
|
|
|
name: Dean Attali
|
|
|
|
email: "daattali@gmail.com"
|
|
|
|
facebook: daattali
|
|
|
|
github: daattali
|
|
|
|
twitter: daattali
|
|
|
|
linkedin: "pub/dean-attali/8/946/143"
|
|
|
|
stackoverflow: "users/3943160/daattali"
|
|
|
|
|
|
|
|
# You can quickly enable/disable links from showing in the footer
|
|
|
|
footer-links-active:
|
|
|
|
rss: false
|
|
|
|
facebook: true
|
|
|
|
email: true
|
|
|
|
twitter: true
|
|
|
|
github: true
|
|
|
|
linkedin: false
|
|
|
|
stackoverflow: false
|
|
|
|
|
|
|
|
avatar: "/img/avatar-icon.png" # image to show in navbar
|
|
|
|
|
|
|
|
# List of links in the navbar
|
|
|
|
navbar-links:
|
|
|
|
Home: ""
|
|
|
|
About Me: "aboutme"
|
|
|
|
Contact: "contact"
|
2015-03-02 21:22:21 +01:00
|
|
|
Blog: "blog"
|
2015-03-02 21:06:05 +01:00
|
|
|
Error page: "nothing"
|
|
|
|
|
2015-03-02 21:22:21 +01:00
|
|
|
# disqus: "" # Your disqus shortname
|
|
|
|
# google_analytics: "" # Your Google Analytics ID
|
2015-03-02 21:06:05 +01:00
|
|
|
|
|
|
|
# Exclude these files from production site
|
|
|
|
exclude:
|
|
|
|
- CNAME
|
|
|
|
- LICENSE
|
|
|
|
- README.md
|