Skip to content

Commit 5cd67ad

Browse files
committed
docs: update contents
Signed-off-by: https://github.com/Someshdiwan <[email protected]>
1 parent 37e1eb0 commit 5cd67ad

File tree

3 files changed

+39
-37
lines changed

3 files changed

+39
-37
lines changed

site/_config.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
title: Java Evolution – Learning, Growing, Mastering
2-
description: A GitHub Pages site powered by Jekyll to explore Java in depth.
1+
# _config.yml — JavaEvolution site configuration
2+
3+
title: "Java Evolution – Learning, Growing, Mastering"
4+
description: "A GitHub Pages site powered by Jekyll to explore Java in depth."
35
theme: jekyll-theme-slate
46

57
plugins:
@@ -11,16 +13,17 @@ relative_links:
1113
enabled: true
1214
collections: true
1315

14-
# Only include files within this directory (no ../)
16+
# Only include files within this directory (no ../)
1517
include:
1618
- Explaination.md
1719
- content.md
1820
- index.md
1921
- assets/
2022

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:
23+
# If your repo name is part of the GitHub Pages URL,
24+
# set baseurl accordingly. Example:
25+
# baseurl: "/JavaEvolution-Learning-Growing-Mastering"
26+
# If publishing to the root (username.github.io), leave blank or remove.
2427
baseurl: "/JavaEvolution-Learning-Growing-Mastering"
2528

2629
# For proper link handling

site/home.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ layout: default
33
title: Home
44
---
55

6-
7-
<!-- This is just a static copy of README.md content -->
6+
<!-- This is just a static copy of README.md content -->

site/index.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,61 +3,61 @@ layout: default
33
title: JavaEvolution - Learning, Growing, Mastering
44
---
55

6-
# JavaEvolution: Learning, Growing, Mastering
6+
# 🚀 JavaEvolution: Learning, Growing, Mastering
77

8-
Welcome to **JavaEvolution**, your all-in-one roadmap to master Java from scratch to advanced levels.
8+
Welcome to **JavaEvolution**, your all-in-one roadmap to master **Java** from scratch to advanced levels.
99

10-
Whether you’re a beginner exploring Java or an experienced developer brushing up concepts, this project helps you grow in a structured and evolutionary way.
10+
Whether you’re a beginner exploring Java 🐣 or an experienced developer brushing up concepts 🧑‍💻, this project helps you grow in a **structured and evolutionary way**.
1111

1212
---
1313

1414
## 📚 What You’ll Find Here
1515

16-
- 🧠 **Java Basics to Advanced Concepts**
17-
- ⚙️ Hands-on **code examples and best practices**
18-
- 🗂 Categorized topics for **easy navigation**
16+
- 🧠 **Java Basics Advanced Concepts**
17+
- ⚙️ Hands-on **Code Examples & Best Practices**
18+
- 🗂 **Categorized Topics** for easy navigation
1919
- 🧱 Built using **GitHub Pages + Jekyll** with PWA support
2020

2121
---
2222

2323
## 🔗 Explore the Repository
2424

25-
- 📘 [Index.md](./index.md) – Full documentation and deep dives.
26-
- 📄 [content.md](./content.md) – All pages and contents for the learning roadmap.
27-
- 📁 `site/`This folder contains everything needed to build the JavaEvolution site with Jekyll.
28-
- 📂 `_includes/` – Reusable components like navigation bar (e.g., `nav.html`).
29-
- 📂 `_layouts/`HTML templates used for page structure and styling.
30-
- 📂 `assets/` – Static assets like CSS, JS, icons, and PWA files.
25+
- 📘 [**Index.md**](./index.md) – Full documentation and deep dives
26+
- 📄 [**content.md**](./content.md) – All pages and contents for the learning roadmap
27+
- 📁 **site/**Build files for the JavaEvolution site with Jekyll
28+
- 📂 `_includes/` – Reusable components (e.g., `nav.html`)
29+
- 📂 `_layouts/`Page structure & styling templates
30+
- 📂 `assets/` – Static assets (CSS, JS, icons, PWA files)
3131

32-
- 📁 `Section01Basics/` to `SectionXX.../`These folders contain categorized Java code examples, each representing a learning section (e.g., methods, OOP, streams).
33-
- 📁 `JAVA8/` – Dedicated section for Java 8 features including streams, lambda expressions, and new APIs.
34-
- 📁 `src/` – Java source files organized by topics; includes runnable code with examples and explanations.
35-
- 📄 `README.md`Main landing page with project overview and how to get started.
36-
- 📄 `CONTRIBUTING.md`Guidelines for contributors on how to fork, clone, and contribute.
37-
- 📄 `LICENSE` – Open-source license details for legal use and distribution.
32+
- 📁 **Section01Basics/****SectionXX.../**Categorized Java code examples for each learning stage
33+
- 📁 **JAVA8/** – Dedicated section for Java 8 features (Streams, Lambdas, New APIs)
34+
- 📁 **src/** – Java source files with runnable examples & explanations
35+
- 📄 **README.md**Project overview & getting started guide
36+
- 📄 **CONTRIBUTING.md**How to fork, clone, and contribute
37+
- 📄 **LICENSE** – Open-source license details
3838

3939
---
4040

4141
## 💡 Contributions Welcome
4242

43-
Want to improve this project or add features? Check out this [CONTRIBUTING.md](https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/blob/master/CONTRIBUTING.md)
43+
Want to improve this project or add features?
44+
👉 Check out [**CONTRIBUTING.md**](https://github.com/Someshdiwan/JavaEvolution-Learning-Growing-Mastering/blob/master/CONTRIBUTING.md)
4445

45-
This site is open-source and built with ❤️
46+
This site is **open-source** and built with ❤️ for learners worldwide.
4647

4748
---
4849

49-
## 📽️ Setup & Installation Guide
50+
## 🛠️ Setup & Installation Guide
5051

5152
Learn how to download and run the **JavaEvolution** project on your local machine in just a few minutes.
5253

53-
🎬 **Watch the video walkthrough:**
54-
54+
🎬 **Watch the video walkthrough:**
5555
👉 [Click here to watch the full video guide](https://youtu.be/w-GR5y96P70?si=JcsbqlmbyewT1mRt)
5656

57-
A step-by-step setup tutorial for beginners. It covers:
58-
- Cloning the project from GitHub
59-
- Understanding the folder structure
60-
- Running the project locally
61-
- Exploring the site's key features and project overview
57+
### 📽️ Video Covers:
58+
- 🔗 Cloning the project from GitHub
59+
- 🗂 Understanding the folder structure
60+
- 💻 Running the project locally
61+
- 🌐 Exploring site features & project overview
6262

63-
---
63+
---

0 commit comments

Comments
 (0)