# https://github.com/sta-jek/bootstrap-starter/wiki/Site%20Configuration

# Site settings
title: "Bootstrap Starter"
description: >
  Bootstrap Starter is a composition of the most modern frameworks and libraries, 
  in order to generate professional web pages with Jekyll.
keywords: "Bootstrap, Jekyll, Template"
copyright: "(c) 2016, Alexander Bösch - All rights reserved."

# URL settings
url:     "http://sta-jek.github.io"
baseurl: "/bootstrap-starter"

# Locale settings
language:       english
language-code:  en-us
encoding:       utf-8

# Whether or not to enable the indexing for search machines
indexing: true

# Set the refernece for the global author used in the site
author: sirthxalot

# Set excluded directories and/or files from the conversion
exclude: [readme.md, changelog.md, contributing.md, node_modules]

# Build settings
markdown: kramdown
