mirror of
https://github.com/adulau/art.git
synced 2024-11-21 17:47:05 +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
|
||||
phone: (716) 555-5555
|
||||
|
||||
# Plugins
|
||||
gems:
|
||||
- jekyll-sitemap
|
||||
- jekyll-seo-tag
|
||||
- jekyll-feed
|
||||
|
||||
# Homepage tiles
|
||||
tiles-source: posts # accepts "posts" or "pages"
|
||||
tiles-count: 6
|
||||
|
@ -36,7 +42,10 @@ pinterest_url:
|
|||
slack_url:
|
||||
twitter_url: https://twitter.com/andrewbanchich
|
||||
|
||||
# SEO
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
|
||||
# Plugin: jekyll-seo-tag
|
||||
twitter:
|
||||
username: andrewbanchich
|
||||
# Add one or more of the following
|
||||
|
@ -46,13 +55,3 @@ facebook:
|
|||
admins:
|
||||
logo:
|
||||
google_site_verification:
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
|
||||
# Plugins
|
||||
gems:
|
||||
- jekyll-sitemap
|
||||
- jekyll-seo-tag
|
||||
- jekyll-feed
|
||||
|
||||
|
|
Loading…
Reference in a new issue