Skip to content

Commit 8592f06

Browse files
authored
Create _config.yml
1 parent 04754b5 commit 8592f06

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

_config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# _config.yml
2+
3+
title: Java Evolution – Learning, Growing, Mastering
4+
description: A GitHub Pages site powered by Jekyll to explore Java in depth.
5+
theme: jekyll-theme-slate
6+
7+
plugins:
8+
- jekyll-relative-links
9+
10+
relative_links:
11+
enabled: true
12+
collections: true
13+
14+
include:
15+
- README.md
16+
- index.md

0 commit comments

Comments
 (0)