Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

Static site for amit49.github.io. No build step — HTML, CSS, and JavaScript.

View locally

python -m http.server 8080

Then visit http://localhost:8080.

Markdown docs

Study notes live under files/<topic>/ with a manifest.json index. Each topic has a browser UI at /<topic>/.

URL Purpose
/cpp/ List all C++ deep-dive documents
/cpp/?doc=day1_memory_raii_deepdive.md Read a single document

To add a new collection:

  1. Create files/<topic>/ with .md files and manifest.json (see files/cpp/manifest.json).
  2. Copy cpp/index.html to <topic>/index.html and set data-collection="<topic>" on <body>.

GitHub Pages

Push the repo root (contains index.html) and enable Settings → Pages → Deploy from branch.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages