31 lines
518 B
YAML
31 lines
518 B
YAML
|
title: mint.lgbt
|
||
|
email: team@mint.lgbt
|
||
|
description: a more private, more mogai-friendly collection of web services
|
||
|
baseurl: ''
|
||
|
url: 'https://mint.lgbt'
|
||
|
github_username: mint-lgbt
|
||
|
twitter_username: mintlgbt
|
||
|
|
||
|
# Build settings
|
||
|
|
||
|
plugins:
|
||
|
- jekyll-feed
|
||
|
|
||
|
exclude:
|
||
|
- .editorconfig
|
||
|
- .gitignore
|
||
|
- .jekyll-cache/
|
||
|
- .ruby-version
|
||
|
- .sass-cache/
|
||
|
- gemfiles/
|
||
|
- Gemfile
|
||
|
- Gemfile.lock
|
||
|
- LICENSE
|
||
|
- node_modules/
|
||
|
- README.md
|
||
|
- various/
|
||
|
- vendor/bundle/
|
||
|
- vendor/cache/
|
||
|
- vendor/gems/
|
||
|
- vendor/ruby/
|