Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LeVuMinhHuy/blog
just another blog, but built with rust
https://github.com/LeVuMinhHuy/blog
blog leptos rust wasm
Last synced: 3 months ago
JSON representation
just another blog, but built with rust
- Host: GitHub
- URL: https://github.com/LeVuMinhHuy/blog
- Owner: LeVuMinhHuy
- License: mit
- Created: 2022-12-09T00:50:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T19:58:28.000Z (7 months ago)
- Last Synced: 2024-07-11T01:09:19.473Z (4 months ago)
- Topics: blog, leptos, rust, wasm
- Language: Rust
- Homepage: https://levuminhhuy.site
- Size: 26 MB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-leptos - LeVuMinhHuy's blog
README
hello there
this blog is built with [leptos](https://github.com/gbj/leptos), using only rust, zero js code
that's that :crab-pls:
== how it look
- light version
![how it look](./.pics/overview-light.png)- dark version
![how it look](./.pics/overview-dark.png)now, i stick with light version only, trying to make my life brighter lol
== how to build
```
cargo install trunk
trunk serve --open
```== how to deploy
```
vercel --prod
```