initial commit
This commit is contained in:
commit
709f591ab4
43 changed files with 10863 additions and 0 deletions
63
_config.yml
Normal file
63
_config.yml
Normal file
|
@ -0,0 +1,63 @@
|
|||
# Serving
|
||||
url: "http://daattali.github.io" # full site URL
|
||||
url-short: "daattali.github.io" # how to display the url
|
||||
baseurl: "" # does not include hostname
|
||||
|
||||
# Header meta
|
||||
name: Dean Attali
|
||||
description: Dean Attali's website
|
||||
|
||||
# Outputting
|
||||
timezone: "America/Vancouver"
|
||||
markdown: redcarpet
|
||||
highlighter: pygments
|
||||
permalink: /:year-:month-:day-:title
|
||||
paginate: 5
|
||||
|
||||
defaults:
|
||||
-
|
||||
scope:
|
||||
path: "" # all files
|
||||
values:
|
||||
layout: "default"
|
||||
|
||||
title : Dean Attali
|
||||
|
||||
# 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"
|
||||
Error page: "nothing"
|
||||
|
||||
disqus: "" # Your disqus shortname
|
||||
google_analytics: "" # Your Google Analytics ID
|
||||
|
||||
# Exclude these files from production site
|
||||
exclude:
|
||||
- CNAME
|
||||
- LICENSE
|
||||
- README.md
|
Loading…
Add table
Add a link
Reference in a new issue