|
31 | 31 | <article> |
32 | 32 | <h1>Hello, I'm Robin.</h1> |
33 | 33 | <p> |
34 | | - This site serves as a platform for me to document my thoughts, projects, and anything else I find worth |
35 | | - sharing. I share random ideas and stuff I created about school, life, etc. (Not any type of |
| 34 | + A little bit of self intro, I'm a freshman at the NYU studying Computer Science and Mathematics. |
| 35 | + This site serves as a platform for me to document my thoughts, projects, and anything else I find |
| 36 | + worth sharing. I share random ideas and stuff I created about school, life, etc. (Not any type of |
36 | 37 | category that I want to fall into, journal, diary, because it would feel kind of restrictive on |
37 | | - 'how'/'what' should I write about anything.) Just a little bit of self intro, I'm a freshman at the NYU |
38 | | - studying |
39 | | - Computer Science and Mathematics. |
| 38 | + 'how'/'what' should I write about anything.) |
40 | 39 | </p> |
41 | 40 |
|
42 | 41 | <h2>What You Might Find Here</h2> |
@@ -79,26 +78,26 @@ <h2>Tech Stack</h2> |
79 | 78 | lightweight, the ones being used including: |
80 | 79 | </p> |
81 | 80 | <ul> |
82 | | - <li><code>js-yaml</code> – parse front-matter in notes</li> |
83 | | - <li><code>DOMPurify</code> – sanitize rendered HTML</li> |
84 | | - <li><code>MathJax</code> – render LaTeX/math expressions</li> |
85 | | - <li><code>marked.js</code> – Markdown -> HTML parsing</li> |
86 | | - <li><code>node-fetch</code> – HTTP client for serverless functions</li> |
87 | | - <li><code>sanitize-html</code> – clean user input in comments</li> |
88 | | - <li><code>@upstash/redis</code> – serverless KV caching</li> |
89 | | - <li><code>pg</code> – Neon serverless PostgreSQL driver</li> |
| 81 | + <li><code>js-yaml</code> - parse front-matter in notes</li> |
| 82 | + <li><code>DOMPurify</code> - sanitize rendered HTML</li> |
| 83 | + <li><code>MathJax</code> - render LaTeX/math expressions</li> |
| 84 | + <li><code>marked.js</code> - Markdown -> HTML parsing</li> |
| 85 | + <li><code>node-fetch</code> - HTTP client for serverless functions</li> |
| 86 | + <li><code>sanitize-html</code> - clean user input in comments</li> |
| 87 | + <li><code>@upstash/redis</code> - serverless KV caching</li> |
| 88 | + <li><code>pg</code> - Neon serverless PostgreSQL driver</li> |
90 | 89 | </ul> |
91 | 90 |
|
92 | 91 | <h2>Future Plans</h2> |
93 | 92 | <p> |
94 | 93 | I plan to add more features and improve the design over time. Some ideas include: |
95 | 94 | </p> |
96 | 95 | <ul> |
97 | | - <li>Improving the comment system</li> |
| 96 | + <li><del>Improving the comment system</del> (Done)</li> |
98 | 97 | <li>Adding a search feature for easier navigation</li> |
99 | | - <li>Enhancing the overall design and responsiveness</li> |
100 | | - <li>Supporting more Markdown features</li> |
101 | | - <li>Notifying users of new posts or updates</li> |
| 98 | + <li><u>Enhancing the overall design and responsiveness</u> (In progress)</li> |
| 99 | + <li><u>Supporting more Markdown features</u> (In progress for parsing in general)</li> |
| 100 | + <li><u>Notifying users of new posts or updates</u> (In progress)</li> |
102 | 101 | <li>Add a section for ideas pop up in my mind</li> |
103 | 102 | </article> |
104 | 103 | </main> |
|
0 commit comments