forked from ItsPatrq/minimal-music-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
38 lines (37 loc) · 905 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
37
38
title: minimal-music-project
tagline: A site showing the usage of Jekyll custom theme
email: [email protected]
description: >-
This website was created as a demonstration for Jekyll custom theme
named minimal-music-project. Its main feature is to make it easy to create
websites for music projects
url: "https://itsmeaga1n.github.io" # the base hostname & protocol for your site, e.g. http://example.com
author: itsmeaga1n
twitter:
username: itsmeaga1n
card: summary
plugins:
- jekyll-seo-tag
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate-v2
# Build settings
markdown: kramdown
remote_theme: ItsMeaga1n/minimal-music-project
permalink: /:title.html
pagination:
enabled: true
per_page: 4
limit: 0
sort_field: 'date'
sort_reverse: true
exclude:
- CHANGELOG.md
- CNAME
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- screenshot.png
- docs/
- node_modules