Skip to content

Commit 706dd3d

Browse files
authored
Update _config.yml
1 parent 1a5db2b commit 706dd3d

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

site/_config.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# _config.yml
2-
31
title: Java Evolution – Learning, Growing, Mastering
42
description: A GitHub Pages site powered by Jekyll to explore Java in depth.
53
theme: jekyll-theme-slate
@@ -13,6 +11,17 @@ relative_links:
1311
enabled: true
1412
collections: true
1513

14+
# ✅ Only include files within this directory (no ../)
1615
include:
17-
- README.md
16+
- Explaination.md
17+
- content.md
1818
- index.md
19+
- assets/
20+
21+
# ✅ Optional: If your repo name is part of the GitHub Pages URL
22+
# Example: someshdiwan.github.io/JavaEvolution-Learning-Growing-Mastering
23+
# Then set baseurl like this:
24+
baseurl: "/JavaEvolution-Learning-Growing-Mastering"
25+
26+
# For proper link handling
27+
markdown: kramdown

0 commit comments

Comments
 (0)