22 lines
734 B
YAML
22 lines
734 B
YAML
title: Butter | Life without internet made smoother.
|
|
description: >- # this means to ignore newlines until "baseurl:"
|
|
Life without internet made smoother. Get access to tools that help.
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
|
usb_butter_url: "/butter-box-ui/usb-butter/"
|
|
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
|
twitter_username: Butter App
|
|
github_username: Butter App
|
|
logo: "/assets/images/butter-app-logo-small.svg"
|
|
# powered by jekyll-multiple-languages-plugin
|
|
languages: ['en', 'es']
|
|
|
|
exclude: ["public", "Gemfile", "Gemfile.lock", "node_modules", "test"]
|
|
|
|
# Build settings
|
|
sass:
|
|
sass_dir: _scss
|
|
style: compressed
|
|
|
|
plugins:
|
|
- jekyll-feed
|
|
- jekyll-multiple-languages-plugin
|