beautifulSA-jekyll/_config.yml

67 lines
1.5 KiB
YAML
Raw Normal View History

2015-03-02 21:06:05 +01:00
# Serving
url: "http://daattali.github.io/beautiful-jekyll" # full site URL
url-short: "daattali.github.io/beautiful-jekyll" # how to display the url
baseurl: "/beautiful-jekyll" # does not include hostname
2015-03-02 21:06:05 +01:00
2015-03-02 21:06:05 +01:00
# Header meta
2015-03-02 21:23:14 +01:00
name: Beautiful Jekyll by Dean Attali
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:23:14 +01:00
title : Beautiful Jekyll
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"
Blog: "blog"
2015-03-02 21:06:05 +01:00
Error page: "nothing"
# 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