64 lines
1.6 KiB
YAML
64 lines
1.6 KiB
YAML
# Welcome to Jekyll!
|
|
#
|
|
# This config file is meant for settings that affect your whole blog, values
|
|
# which you are expected to set up once and rarely need to edit after that.
|
|
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
|
# 'jekyll serve'. If you change this file, please restart the server process.
|
|
|
|
# Site settings
|
|
title-bold: Forty
|
|
title-normal: by HTML5 UP
|
|
email: youremailaddress@gmail.com
|
|
description: A responsive site template designed by HTML5 Up<br /> and released under the Creative Commons.
|
|
baseurl: "/forty-jekyll-theme" # the subpath of your site, e.g. /blog
|
|
url: "https://andrewbanchich.gitlab.io" # the base hostname & protocol for your site
|
|
author:
|
|
street_address: 1234 Somewhere Road
|
|
city: Nashville
|
|
state: TN
|
|
zip_code: 55555
|
|
country: United States of America
|
|
phone: (716) 555-5555
|
|
|
|
# Homepage tiles
|
|
tiles-source: pages
|
|
tiles-count: 6
|
|
|
|
# Social settings
|
|
500px_url:
|
|
facebook_url:
|
|
github_url:
|
|
gitlab_url: https://gitlab.com/u/andrewbanchich
|
|
googleplus_url: https://plus.google.com/u/0/+AndrewBanchich
|
|
instagram_url: https://instagram.com
|
|
linkedin_url: https://www.linkedin.com/in/andrew-banchich-a4ba1195
|
|
pinterest_url:
|
|
slack_url:
|
|
twitter_url: https://twitter.com/andrewbanchich
|
|
|
|
# SEO
|
|
twitter:
|
|
username: andrewbanchich
|
|
# Add one or more of the following
|
|
facebook:
|
|
app_id:
|
|
publisher:
|
|
admins:
|
|
logo:
|
|
google_site_verification:
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
|
|
# Plugins
|
|
gems:
|
|
- jekyll-sitemap
|
|
- jekyll-seo-tag
|
|
- jekyll-assets
|
|
|
|
# Coming soon
|
|
|
|
# Would you like the home page tiles to pull pages or posts?
|
|
tiles-source: posts
|
|
|