diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2021-07-21 05:27:09 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2026-02-20 13:28:04 -0500 |
| commit | 4d87e08135f78fbb577b961015483ed4c61bbf41 (patch) | |
| tree | 31f7e46e018b98f9b5d0a21dd7f720f04bf3b0bb /README.md | |
| parent | 4f91a4af3da6fea0a1350e93bb78f2245ca8089c (diff) | |
Add additional info to README, fix errors
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,11 +1,11 @@ Homepage ======== -This is the source for my [personal webiste](https://www.furkistan.com). It's effectively a static site. +This is the source for my [personal website](https://www.furkistan.com). It's effectively a static site. -It's written using the `next.js` framework which a SSO rendering system built on `react` and `typescript`. `nginx` reverse proxies and caches it. `next.js` overkill for a small, static project. But, the code is lean and clean. If I want to do something fancy in the future, I have all the tools. +It's written using the `next.js` framework which is a SSO rendering system built on `react` and `typescript`. `nginx` reverse proxies and caches it. `next.js` is overkill for a small, static project. But, the code is lean and clean. If I want to do something fancy in the future, I have all the tools. -I did all the theming: simple, readable, clean, and monospaced. I also wrote a trivial CMS based on markdown and JSON for metadata. +I did all the theming: simple, readable, clean, and monospaced. I also wrote a trivial CMS based on markdown and JSON. It loads the posts in chronological order and stores relevant metadata. ``` ├── components REUSABLE COMPONENTS @@ -16,4 +16,4 @@ I did all the theming: simple, readable, clean, and monospaced. I also wrote a t ├── styles PRELOADED STYLE ├── templates PAGE TEMPLATES └── utils UTILS (MOSTLY LOADING HELPERS) -```
\ No newline at end of file +``` |
