We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5db2b commit 706dd3dCopy full SHA for 706dd3d
site/_config.yml
@@ -1,5 +1,3 @@
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
@@ -13,6 +11,17 @@ relative_links:
13
11
enabled: true
14
12
collections: true
15
+# ✅ Only include files within this directory (no ../)
16
include:
17
- - README.md
+ - Explaination.md
+ - content.md
18
- 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