Skip to content

Commit 967cd8a

Browse files
author
robot
committed
feat: custom jekyll
1 parent 512edc1 commit 967cd8a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

_config.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
theme: jekyll-theme-cayman
1+
theme: jekyll-theme-cayman
2+
plugins:
3+
- jekyll-relative-links
4+
relative_links:
5+
enabled: true
6+
collections: true
7+
include:
8+
- CONTRIBUTING.md
9+
- README.md
10+
- LICENSE.md
11+
- COPYING.md
12+
- CODE_OF_CONDUCT.md
13+
- CONTRIBUTING.md
14+
- ISSUE_TEMPLATE.md
15+
- PULL_REQUEST_TEMPLATE.md

0 commit comments

Comments
 (0)