butter-kanglam-ui/_config.yml

22 lines
776 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: "/usb-butter" # the language-invariant location of the USB Butter page
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