20 lines
694 B
YAML
20 lines
694 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/"
|
|
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
|
logo: "/assets/images/butter-app-logo-small.svg"
|
|
# powered by jekyll-multiple-languages-plugin
|
|
languages: ['en', 'es', 'fr_SN', 'pt_AO']
|
|
|
|
exclude: ["public", "Gemfile", "Gemfile.lock", "node_modules", "test", "site-*.zip"]
|
|
|
|
# Build settings
|
|
sass:
|
|
sass_dir: _scss
|
|
style: compressed
|
|
|
|
plugins:
|
|
- jekyll-feed
|
|
- jekyll-multiple-languages-plugin
|