2021-09-17 09:26:31 -05:00
|
|
|
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.
|
2021-09-16 15:33:28 -04:00
|
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
2024-06-17 21:08:44 -05:00
|
|
|
usb_butter_url: "/usb-butter/"
|
2021-09-17 09:26:31 -05:00
|
|
|
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
|
|
|
|
logo: "/assets/images/butter-app-logo-small.svg"
|
2024-05-14 15:42:59 -05:00
|
|
|
# powered by jekyll-multiple-languages-plugin
|
2025-03-17 12:26:56 -05:00
|
|
|
languages: ['en', 'es', 'fr_SN', 'pt_AO', 'ar']
|
2019-11-13 22:11:44 +01:00
|
|
|
|
2025-02-18 15:14:36 -06:00
|
|
|
exclude: ["public", "Gemfile", "Gemfile.lock", "node_modules", "test", "site-*.zip"]
|
2024-05-14 16:32:12 -05:00
|
|
|
|
2019-11-13 22:11:44 +01:00
|
|
|
# Build settings
|
2021-09-17 09:26:31 -05:00
|
|
|
sass:
|
|
|
|
|
sass_dir: _scss
|
|
|
|
|
style: compressed
|
|
|
|
|
|
|
|
|
|
plugins:
|
|
|
|
|
- jekyll-feed
|
2022-03-30 16:40:50 -05:00
|
|
|
- jekyll-multiple-languages-plugin
|