-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
41 lines (36 loc) · 1.56 KB
/
_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
title: Bootstrap Stencil
description: "Stencil components for the Bootstrap (v4) framework."
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
# Permalinks
permalink: pretty
# Build settings
source: ./src/docs
destination: ./_gh_pages
exclude:
- "**/*.sketch"
- assets/favicons.zip
- assets/scss/
include: ['_pages']
# Custom variables
current_version: 0.0.1-alpha
current_bootstrap_version: 4.0.0-beta.2
repo: https://github.com/elebetsamer/bootstrap-stencil
issues: https://github.com/elebetsamer/bootstrap-stencil/issues
cdn:
# See https://www.srihash.org for info on how to generate the hashes
bootstrap_css: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"
bootstrap_css_hash: "sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb"
bootstrap_js: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"
bootstrap_js_hash: "sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ"
jquery: "https://code.jquery.com/jquery-3.2.1.slim.min.js"
jquery_hash: "sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.6/umd/popper.min.js"
popper_hash: "sha384-W1IgCZfiFCplncoIxD5rld+uzdB6FlcG2vm4qjrCP5Z7uUt7vnwbztJXeqXgd26w"
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "pages"
values:
layout: "default"