docs(README): update dependency and reference lists

This commit is contained in:
Alexander Navarro 2024-03-16 18:52:31 -03:00
parent 45fcc13497
commit 0092f28101

View file

@ -1,35 +1,26 @@
# Personal Webpage # 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 ## Dependencies
One of the objective of this project is to use as few dependencies as possible, One of the objective of this project is to use as few dependencies as possible
and try to do everything from scratch. (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: Here is the list of main code dependencies:
- Astro Website framework - Astro Website framework.
- ReactJS for interactive components - ReactJS for interactive components.
- [Gardevoir](https://github.com/krshoss/gardevoir) for CSS reset and normalization - Sass for stylesheets generations.
- [LightGallery](https://github.com/sachinchoolur/lightGallery), this is a temporary dependency until I have the time (or will) to develop a custom ligthbox. - [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: And here is a list of color schemes used for this project:
- [Catppuccin](https://github.com/catppuccin/catppuccin) - [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 ## Reference
Cool websites for inspiration: Cool websites for inspiration:
@ -40,3 +31,7 @@ Cool websites for inspiration:
- [Harrison Gibbins](https://harrisongibbins.com) - [Harrison Gibbins](https://harrisongibbins.com)
- [The Messenger Game](https://themessengergame.com/) - [The Messenger Game](https://themessengergame.com/)
- [Sabotage Studio](https://sabotagestudio.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)