-
-
Notifications
You must be signed in to change notification settings - Fork 144
/
_config.yml
41 lines (40 loc) · 869 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
39
40
41
baseurl: "/bulmaswatch" # the subpath of your site, e.g. /blog
url: "https://jenil.github.io" # the base hostname & protocol for your site, e.g. http://example.com
title: Bulmaswatch
email: [email protected]
description: Free themes for Bulma - A modern CSS framework based on Flexbox
twitter_username: geekGogari
github_username: jenil
repo_url: //github.com/jenil/bulmaswatch
collections:
themes:
output: true
permalink: /:name/
defaults:
- scope:
path: ""
type: themes
values:
layout: theme
order: 1,
modifiers:
- ''
- primary
- link
- info
- success
- warning
- danger
- white
- black
- light
- dark
# Build settings
markdown: kramdown
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- gulpfile.js
- package.json
- yarn.lock