-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
43 lines (35 loc) · 1001 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
title: Dead simple
description: '💀💡 Dead simple PubSub and EventEmitter in JavaScript'
baseurl: '/dead-simple'
url: 'https://robinpokorny.github.io'
remote_theme: pmarsceill/just-the-docs
plugins:
- jemoji
permalink: pretty
exclude:
[
'node_modules/',
'*.js',
'*.ts',
'package.json',
'yarn.lock',
'LICENSE',
'Gemfile',
'Gemfile.lock',
]
heading_anchors: true
aux_links:
'Fork me on GitHub':
- 'https://github.com/robinpokorny/dead-simple'
search_enabled: false
footer_content: 'Copyright © 2017-2020 Robin Pokorny. Distributed by an <a href="https://github.com/robinpokorny/dead-simple/blob/master/LICENSE">MIT license.</a>'
gh_edit_link: true
gh_edit_link_text: 'Edit this page on GitHub'
gh_edit_repository: 'https://github.com/robinpokorny/dead-simple'
gh_edit_branch: 'master'
gh_edit_view_mode: 'tree'
defaults:
- scope:
path: 'README.md'
values:
title: '💀💡 Dead simple PubSub and EventEmitter in JavaScript'