mirror of
https://github.com/adulau/art.git
synced 2024-11-22 10:07:08 +00:00
Update _config.yml
This commit is contained in:
parent
8dcd019768
commit
4574924306
1 changed files with 10 additions and 11 deletions
21
_config.yml
21
_config.yml
|
@ -20,6 +20,12 @@ zip_code: 55555
|
||||||
country: United States of America
|
country: United States of America
|
||||||
phone: (716) 555-5555
|
phone: (716) 555-5555
|
||||||
|
|
||||||
|
# Plugins
|
||||||
|
gems:
|
||||||
|
- jekyll-sitemap
|
||||||
|
- jekyll-seo-tag
|
||||||
|
- jekyll-feed
|
||||||
|
|
||||||
# Homepage tiles
|
# Homepage tiles
|
||||||
tiles-source: posts # accepts "posts" or "pages"
|
tiles-source: posts # accepts "posts" or "pages"
|
||||||
tiles-count: 6
|
tiles-count: 6
|
||||||
|
@ -36,7 +42,10 @@ pinterest_url:
|
||||||
slack_url:
|
slack_url:
|
||||||
twitter_url: https://twitter.com/andrewbanchich
|
twitter_url: https://twitter.com/andrewbanchich
|
||||||
|
|
||||||
# SEO
|
# Build settings
|
||||||
|
markdown: kramdown
|
||||||
|
|
||||||
|
# Plugin: jekyll-seo-tag
|
||||||
twitter:
|
twitter:
|
||||||
username: andrewbanchich
|
username: andrewbanchich
|
||||||
# Add one or more of the following
|
# Add one or more of the following
|
||||||
|
@ -46,13 +55,3 @@ facebook:
|
||||||
admins:
|
admins:
|
||||||
logo:
|
logo:
|
||||||
google_site_verification:
|
google_site_verification:
|
||||||
|
|
||||||
# Build settings
|
|
||||||
markdown: kramdown
|
|
||||||
|
|
||||||
# Plugins
|
|
||||||
gems:
|
|
||||||
- jekyll-sitemap
|
|
||||||
- jekyll-seo-tag
|
|
||||||
- jekyll-feed
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue