mirror of
https://gitlab.com/greenleebt/business-website.git
synced 2026-08-17 16:26:16 +00:00
init
This commit is contained in:
commit
59d5238af5
89 changed files with 6040 additions and 0 deletions
44
_config.yml
Normal file
44
_config.yml
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# site settings
|
||||
title: Forty
|
||||
subtitle: 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: # 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 # accepts "posts" or "pages"
|
||||
tiles-count: 6
|
||||
|
||||
# social settings (key must match name of font awesome icon)
|
||||
# see https://fontawesome.com/icons?d=gallery&p=2&s=brands
|
||||
# Icons are not shown if value is empty
|
||||
# You need to restart jekyll for changes to have an effect
|
||||
socials:
|
||||
GitHub: https://github.com/andrewbanchich
|
||||
GitLab:
|
||||
Google-Plus: https://plus.google.com/u/0/+AndrewBanchich
|
||||
Instagram:
|
||||
LinkedIn: https://www.linkedin.com/in/andrew-banchich-a4ba1195
|
||||
Twitter: https://twitter.com/andrewbanchich
|
||||
Facebook:
|
||||
Slack:
|
||||
|
||||
# build settings
|
||||
markdown: kramdown
|
||||
|
||||
sass:
|
||||
style: compressed
|
||||
|
||||
exclude:
|
||||
- "*.gemspec"
|
||||
- LICENSE.md
|
||||
- CONTRIBUTING.md
|
||||
- README.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue