Skip to content

Pratapworld/CSE_Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎓 CSE Notes — B.Tech Computer Science & Engineering

📚 Semester-wise notes for B.Tech CSE (Session 2024–28) — simple, visual, and exam + practical friendly.

🌐 Read the notes as a website

👉 Live site: https://Pratapworld.github.io/CSE_Notes/

The site has a search bar and a sidebar to browse by semester — much nicer than reading raw files here. It's built automatically from the Markdown in the docs/ folder using MkDocs Material.


🗂️ What's inside

CSE_Notes/
├── docs/
│   ├── index.md       🏠 Homepage
│   ├── Semester-1/    📘 Physics, Maths-I, C, IT Workshop, Electronics
│   ├── Semester-2/    📗 Chemistry, Maths-II, English, Python, Web Design
│   └── Semester-3/    📙 Digital Electronics, DSA, Java OOP, Discrete Maths, OS, UHV
├── mkdocs.yml         ⚙️ Site config
└── .github/workflows/ 🤖 Auto-publishes the site on every push

✏️ Editing & adding notes

All notes are plain Markdown in docs/. Edit a file, then:

git add .
git commit -m "Update OS notes - Unit 4"
git push

On every push to main, GitHub automatically rebuilds and publishes the website (takes ~1 minute). ✨

👀 Preview the site on your laptop (optional)

pip install -r requirements.txt   # one-time setup
mkdocs serve                       # then open http://127.0.0.1:8000

mkdocs serve live-reloads as you edit — great for writing notes.


🚀 One-time GitHub Pages setup

After the first push, enable Pages once:

  1. Go to the repo on GitHub → SettingsPages
  2. Under Build and deployment → Source, select GitHub Actions
  3. Done — the next push publishes to the live link above.

🧰 Git quick reference

Command What it does
git status 👀 Show what changed
git add . ➕ Stage all changes
git commit -m "msg" 💾 Save a snapshot
git push ☁️ Upload to GitHub (auto-publishes site)
git pull ⬇️ Get latest changes

⭐ Star this repo so you can find it quickly before exams!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors