foo.be/_config.yml
2015-12-02 20:59:10 -05:00

20 lines
585 B
YAML

# 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"
url: "http://alexcarpenter.me"
fixedNav: 'true' # true or false
theme: purple # green, blue, orange, purple, grey
twitterUsername: jekyllrb
githubUsername: jekyll
# Build settings
markdown: kramdown
include: [_pages]
exclude: [_site]
sass:
style: compressed