forked from bcgov/bootstrap-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
52 lines (46 loc) · 1018 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
42
43
44
45
46
47
48
49
50
51
52
# Dependencies
markdown: kramdown
highlighter: rouge
kramdown:
auto_ids: true
# Permalinks
permalink: pretty
# Server
source: "."
destination: ./_gh_pages
port: 9001
baseurl: "/bootstrap-theme"
url: "https://bcgov.github.io/bootstrap-theme"
encoding: UTF-8
exclude:
- .git
- .github
- assets/scss/
- build
- jekyll-docker.sh
- js
- node_modules
- nuget
- scss
- vendor
- bower.json
- composer.json
- Gemfile
- Gemfile.lock
- Gruntfile.js
- package.js
- package.json
- package-lock.json
- sache.json
- src
- webpack.config.json
plugins:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-toc
# Social
title: Government of British Columbia Bootstrap Theme
description: "The most popular HTML, CSS, and JS library in the world themed with BC Government look-and-feel"
authors: "Greg Turner"
# Custom variables
repo: "https://github.com/bcgov/bootstrap-theme"