Skip to content

Commit 9ba71a6

Browse files
committed
updates
1 parent b0e2e27 commit 9ba71a6

96 files changed

Lines changed: 1 addition & 7482 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,6 @@ devlog/
2929
│ ├─ 2025-07-18/
3030
│ │ └─ index.md
3131
│ └─ ...
32-
├─ notes/ # Personal notes, organized by topic/folder
33-
│ ├─ Computer Networks and Communication/
34-
│ ├─ Git/
35-
│ ├─ Java/
36-
│ ├─ Full-Stack Development/
37-
│ ├─ Google Cybersecurity/
38-
│ └─ ...
39-
40-
│ # Each folder contains Markdown notes, which are grouped and listed on the Notes index page
41-
│ # To add new notes, place a .md file in the appropriate folder
42-
43-
│ # The Notes section is accessible from the site header and is organized by these folders
4432
├─ scripts/ # Python automation scripts
4533
│ ├─ fix_navigation.py # Fix navigation links in devlog entries
4634
│ ├─ fix_markdownlint.py # Auto-fix markdownlint errors
@@ -80,13 +68,6 @@ Then visit [http://localhost:4000/devlog/](http://localhost:4000/devlog/) in you
8068

8169
---
8270

83-
## 📝 Notes Section
84-
85-
- All notes are organized by topic in the `notes/` directory (see above).
86-
- The Notes index page automatically groups notes by folder (e.g., Java, Git, Full-Stack Development, etc.).
87-
- To add a new note, simply add a Markdown file to the appropriate folder in `notes/`.
88-
- The Notes section is accessible from the site header navigation.
89-
9071
## 🔧 Automation Scripts
9172

9273
The `scripts/` folder contains Python automation tools:

_config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ exclude:
2727
- README.md
2828
- .gitignore
2929
- .DS_Store
30+
- notes
3031

3132
include:
3233
- logs
@@ -37,8 +38,4 @@ defaults:
3738
values:
3839
title: ""
3940
sitemap: false
40-
- scope:
41-
path: "notes"
42-
values:
43-
layout: note
4441

_layouts/default.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="vertical-align:middle;margin-right:4px;"><rect x="3" y="3" width="18" height="4" rx="2"/><path d="M3 7v13a2 2 0 002 2h14a2 2 0 002-2V7"/><path d="M8 10h8v6H8z"/></svg>
1818
<span style="vertical-align:middle;">Archive</span>
1919
</a>
20-
<a href="{{ '/notes/' | relative_url }}" title="Notes" aria-label="Notes" class="notes-link">
21-
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="vertical-align:middle;margin-right:4px;"><rect x="3" y="4" width="18" height="16" rx="2"/><path d="M16 2v4"/><path d="M8 2v4"/><path d="M3 10h18"/></svg>
22-
<span style="vertical-align:middle;">Notes</span>
23-
</a>
2420
<button class="theme-toggle" id="theme-toggle" aria-label="Toggle dark/light mode">
2521
<span class="theme-icon">
2622
<!-- Icon will be set by JS -->

notes/Computer Networks and Communication/Application Layer/DNS (Domain Name System).md

Lines changed: 0 additions & 56 deletions
This file was deleted.

notes/Computer Networks and Communication/Application Layer/FTP (File Transfer Protocol).md

Lines changed: 0 additions & 24 deletions
This file was deleted.

notes/Computer Networks and Communication/Application Layer/HTTP (Hyper Text Transport Protocol).md

Lines changed: 0 additions & 109 deletions
This file was deleted.

notes/Computer Networks and Communication/Application Layer/SMTP (Simple Mail Transfer Protocol) & POP.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

notes/Computer Networks and Communication/CNC Outline.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

notes/Computer Networks and Communication/Introduction to Data Communication/Components of Data Communication.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)