-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
36 lines (33 loc) · 918 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
title: Bandas de 1 Álbum
subtitle: Eternizando One Album Wonders
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
O Bandas de 1 Álbum tem por propósito eternizar as 'One Album Wonders', aquelas bandas que lançaram um álbum só na carreira.
baseurl: '' # the subpath of your site, e.g. /blog
url: 'https://bandas1album.com.br' # the base hostname & protocol for your site, e.g. http://example.com
shareImage: '/assets/img/share.png'
twitter_username: bandas1album
instagram_username: bandas1album
facebook_username: bandas1album
permalink: /:title
# Build settings
plugins:
- jekyll-feed
- jekyll-sitemap
sass:
load_paths:
- src/scss
- node_modules
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- src/
- LICENSE