forked from php-enqueue/enqueue-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
38 lines (31 loc) · 787 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: enqueue-dev
description: A Jekyll theme for documentation
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
permalink: pretty
exclude:
- "node_modules/"
- "*.gemspec"
- "*.gem"
- "Gemfile"
- "Gemfile.lock"
- "package.json"
- "package-lock.json"
- "script/"
- "LICENSE.txt"
- "lib/"
- "bin/"
- "README.md"
- "Rakefile"
markdown: kramdown
# Enable or disable the site search
search_enabled: true
# Aux links for the upper right navigation
aux_links:
"enqueue-dev on GitHub":
- "//github.com/php-enqueue/enqueue-dev"
# Color scheme currently only supports "dark" or nil (default)
color_scheme: nil
remote_theme: pmarsceill/just-the-docs
plugins:
- jekyll-seo-tag