You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
This repository contains the complete source code and content for my personal portfolio website, built by Mit Patel. It's a fully static site generated using Python, Jinja2, and a custom build script, designed to be a living document of my projects, skills, and technical learnings.
6
6
7
-
The entire site is generated from a single, centralized JSON database (`portfolio-mit_v1.json`), making it incredibly easy to maintain and update.
7
+
The entire site is generated from a single, centralized [`JSON database`](portfolio-mit_v1.json), making it incredibly easy to maintain and update.
@@ -28,8 +28,8 @@ This approach gives me the best of both worlds:
28
28
29
29
This portfolio is packed with features we've built from the ground up:
30
30
31
-
***Centralized Data Management:** All content (project details, blog posts, skills, etc.) is managed in a single `updated-data.json` file, acting as a "single source of truth."
32
-
***Dynamic Site Generation:** A Python script (`generate_portfolio_modified.py`) serves as the build engine.
31
+
***Centralized Data Management:** All content (project details, blog posts, skills, etc.) is managed in a single [`updated-data.json`](future-work/updated-data.json) file, acting as a "single source of truth."
32
+
***Dynamic Site Generation:** A Python script ([`generate_portfolio_modified.py`](generate_portfolio_modified.py)) serves as the build engine.
33
33
***Multi-Page Architecture:** Includes separate, fully-featured pages for:
34
34
***Homepage:** A personal introduction and high-level summary.
35
35
***Resume:** A clean, professional resume layout.
@@ -84,7 +84,7 @@ This portfolio is packed with features we've built from the ground up:
84
84
python generate_portfolio_modified.py
85
85
```
86
86
87
-
6. **View the site:** Open any of the generated `.html` files (like `index.html`) in your browser.
87
+
6. **View the site:** Open any of the generated `.html` files (like [`index.html`](index.html)) in your browser.
0 commit comments