foo.be/_config.yml

24 lines
695 B
YAML
Raw Normal View History

2015-12-03 01:59:10 +00:00
# Site settings
title: Alex Carpenter
email: your-email@domain.com
description: >
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "/material-jekyll-theme"
2015-12-03 02:06:15 +00:00
url: "http://alexcarpenter.me"
2015-12-03 01:59:10 +00:00
fixedNav: 'true' # true or false
2015-12-30 15:39:19 +00:00
theme: purple # green, blue, orange, purple, grey
twitterUsername: hybrid_alex
githubUsername: alexcarpenter
2015-12-30 15:31:33 +00:00
dribbbleUsername:
codepenUsername:
2015-12-03 01:59:10 +00:00
# Build settings
2015-12-30 15:31:33 +00:00
permalink: /:year/:month/:title
2015-12-03 01:59:10 +00:00
markdown: kramdown
include: [_pages]
exclude: [_site, CHANGELOG.md, LICENSE, README.md]
2015-12-03 01:59:10 +00:00
sass:
style: compressed