Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renovamen/renovamen.github.io
My personal website 🤔
https://github.com/renovamen/renovamen.github.io
astro blog personal-website solidjs tailwindcss
Last synced: about 1 month ago
JSON representation
My personal website 🤔
- Host: GitHub
- URL: https://github.com/renovamen/renovamen.github.io
- Owner: Renovamen
- License: mit
- Created: 2022-05-21T23:23:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T00:52:14.000Z (5 months ago)
- Last Synced: 2024-07-11T03:02:14.840Z (5 months ago)
- Topics: astro, blog, personal-website, solidjs, tailwindcss
- Language: TypeScript
- Homepage: https://zxh.me
- Size: 49.8 MB
- Stars: 28
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hi! 🤔
This is my personal website, built with [Astro](https://astro.build/), [Solid](https://www.solidjs.com/) and [UnoCSS](https://github.com/antfu/unocss).
The [previous version](https://github.com/Renovamen/renovamen.github.io/tree/vitesse) is built with [Vitesse](https://github.com/antfu/vitesse).
Anyway, just have fun: [zxh.me](https://zxh.me)
Â
## Usage
Clone the repo and install dependencies:
```bash
pnpm i
```Start developing the site:
```bash
pnpm dev
```Build for production with minification:
```bash
pnpm build
```Â
## Credits
- [antfu.me]( https://antfu.me/)
- [qbb.sh](https://www.qbb.sh/)
- [AstroPaper](https://github.com/satnaing/astro-paper)
- [Vitepress](https://vitepress.vuejs.org/)
- [Computer Modern Sans](https://checkmyworking.com/cm-web-fonts/)Â
## License
[MIT](LICENSE)