diff --git a/README.md b/README.md index b3b9761..526a0ac 100644 --- a/README.md +++ b/README.md @@ -1,35 +1,26 @@ # Personal Webpage -This is a static site created for personal information and content serving such as blog and others. +This is a static site created for personal information and content serving such +as blog and others. ## Dependencies -One of the objective of this project is to use as few dependencies as possible, -and try to do everything from scratch. +One of the objective of this project is to use as few dependencies as possible +(the ones used are intended for easier and faster development), and try to do +everything from scratch. Here is the list of main code dependencies: -- Astro Website framework -- ReactJS for interactive components -- [Gardevoir](https://github.com/krshoss/gardevoir) for CSS reset and normalization -- [LightGallery](https://github.com/sachinchoolur/lightGallery), this is a temporary dependency until I have the time (or will) to develop a custom ligthbox. +- Astro Website framework. +- ReactJS for interactive components. +- Sass for stylesheets generations. +- [Gardevoir](https://github.com/krshoss/gardevoir) for CSS reset and normalization. +- [astro-i18next](https://github.com/yassinedoghri/astro-i18next) for translations. And here is a list of color schemes used for this project: - [Catppuccin](https://github.com/catppuccin/catppuccin) -## Roadmap - -- [ ] Update design of landing page -- [ ] Implement [View Transition](https://docs.astro.build/en/guides/view-transitions/) -- [ ] Update design and behavior of the table component -- [ ] Create a TOC for content -- [ ] Create a lightbox compoenent -- [ ] Setup a Theme switcher -- [ ] Improve overall design of content - -Understand content as "one entry of the blog" or portafolio, etc. - ## Reference Cool websites for inspiration: @@ -40,3 +31,7 @@ Cool websites for inspiration: - [Harrison Gibbins](https://harrisongibbins.com) - [The Messenger Game](https://themessengergame.com/) - [Sabotage Studio](https://sabotagestudio.com/) +- [Eva Decker](https://eva.town/) +- [Cory Hughart](https://coryhughart.com/) +- [Brad Frost](https://bradfrost.com/) +- [dvlpr](https://dvlpr.pro/#home)