rewrote website with leptos
This commit is contained in:
parent
f3a6e1c8a5
commit
b274a41939
78 changed files with 3853 additions and 2397 deletions
|
|
@ -6,7 +6,7 @@ http://philippeloctaux.com
|
|||
|
||||
## tech
|
||||
|
||||
- https://rocket.rs
|
||||
- https://leptos.dev
|
||||
- https://tailwindcss.com
|
||||
|
||||
## colors
|
||||
|
|
@ -16,9 +16,10 @@ http://philippeloctaux.com
|
|||
## wallpapers
|
||||
|
||||
1. place **JPEG** files in `public/wallpapers` and make sure they have exif data (GPS + date)
|
||||
2. run `cargo run --bin gen-wallpapers` to generate wallpaper metadata
|
||||
2. run `cargo run -p gen-wallpapers --example cli -- ./public/wallpapers > ./crates/plcom/wallpapers.json` to generate wallpaper metadata
|
||||
|
||||
## icons
|
||||
|
||||
- https://simpleicons.org for brand icons
|
||||
- https://heroicons.com for the rest
|
||||
- https://heroicons.com for the rest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue