WebAhmed
3/10/2015 - 5:00 AM

General Jekyll Config

General Jekyll Config

# Site settings
title: "Site Title"
email: "User Email"
name: "User Name"
description: "Site Description"
baseurl: "" # the subpath of your site, e.g. /blog/
url: "SiteUrl" # the base hostname & protocol for your site
sass:
  sass_dir: assets/css
  style: :nested

# Social Media
twitter_username: 
github_username:  

# Build settings
markdown: kramdown
permalink: pretty
paginate: 10

port: 3000