Skip to content

Commit a371413

Browse files
committed
updated markdown formatting in readme file
1 parent c1f0095 commit a371413

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
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.
66

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.
88

99
**Live Site:** [gojo-rika.github.io](https://gojo-rika.github.io/)
1010

@@ -28,8 +28,8 @@ This approach gives me the best of both worlds:
2828

2929
This portfolio is packed with features we've built from the ground up:
3030

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.
3333
* **Multi-Page Architecture:** Includes separate, fully-featured pages for:
3434
* **Homepage:** A personal introduction and high-level summary.
3535
* **Resume:** A clean, professional resume layout.
@@ -84,7 +84,7 @@ This portfolio is packed with features we've built from the ground up:
8484
python generate_portfolio_modified.py
8585
```
8686
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.
8888
8989
---
9090

0 commit comments

Comments
 (0)